Insights: Based on HyperText Markup Language (HTML).
What are Hide Codes? (el)
Hide Codes - codes used to remove tags, identifications and classes.
What are Tags?
Tags - these are elements that helps compose HTML.
What are Identifications (#id)?
Identifications - these are selectors that can be used to modify the attributes of an element.
What are Classes (.class)?
Classes - these are also selectors that can be used to modify the attributes of an element.
What is Cascading Style Sheets (CSS)?
Cascading Style Sheets - style sheet language used to describe the presentation (that is, the look and formatting) of a document written in a markup language.
Requirements:
Knowledge in .css extension.
Knows how to apply it to profile.
Do not go to http://www.friendster.com/editskin.php#customcss and paste your codes at the Customize CSS field.
Because it will never work.
Apply the codes below in you .css file. Do not copy the codes below all at once. Only get what you need.
Hide Code List:
Master Boxes:
Code:
/* Control Panel */ .controlpanel{display:none!important}Code:
/*Photos*/ .photos{display:none!important}Code:
/*Blogs*/ .blogs{display:none!important}Code:
/*Reviews*/ .reviews{display:none!important}Code:
/*About Me*/ .moreabout{display:none!important}Code:
/*Public Comments*/ .publiccomments{display:none!important}Code:
/*Applications*/ .AppModule{position:absolute!important;bottom:8000px;float:left!important}Code:
/*Media Box*/ .scrapbook{display:none!important}Side Boxes
Code:
/*How You Are Connected Box*/ .meettrail{display:none!important}Code:
/*Friends*/ .friends{display:none!important}Code:
/*Ads*/ #content_14 iframe, #content_14 embed, #content_14 img{display:none!important}Code:
/* Hide Sponsored Applications */ div#content_14{display:none!important}Code:
/*Fan Of*/ .fanof{display:none!important}Code:
/*Groups*/ .groups{display:none!important}
Miscalleneous IDs/Classes:
Code:
/* Remove Find Friends Link */ #mainnav div div{display:none!important}Code:
/* Hide Caption Under Primary Photo */ #content_0 .itd {font-size:0px;} #controlpanelbuttons {font-size:11px!important;}Code:
/* Remove Bulky Images/Embeds in Your Comments */ #content_18 .data img, #content_18 .data embed{display:none!important}Code:
/* Hide Navigation Language */ #navLang { display: none ! important }Code:
/* Hide the arrows in your mainnav dropdown links */ #mainnav .mainfoldericon{display:none!important}Code:
/* Hide About me paragraph in control panel*/ .controlpanel p{display:none!important}Code:
/* Hide Recent Updates */ .user_tracker{display:none!important}Code:
/* Hide Google Search */ #search form { display : none !important; }Code:
/* Hide Friendster Classifieds */ #marketing{display:none!important}Code:
/* Hide Footer */ #footer_container{display:none!important}Code:
/* Hide Footer link only */ #footer a{display:none!important}Code:
/* Hide friendster logo */ #logo{display:none!important}Code:
/* Hide sidebar google ads*/ #content_14{display:none!important}Code:
/* Hide Messages | Setting | Help | Log out*/ #subnav{display:none!important}Code:
/* Hide How you are connected box */ #content_15{display:none!important}Code:
/* Hide control panel buttons */ #controlPanelButtons{display:none!important}Code:
/* Hide White bar under navigation */ #marketing_bg{display:none!important}Code:
/* Hide the Home | My Profile | My Connections*/ #mainnav{display:none!important}Code:
/* Hide the whole top navigation */ #navigation{display:none!important}Code:
/* Hide the surfer */ #surfer{display:none!important}Code:
/* Hide hide the divider */ #navdivider{display:none!important}Code:
/* Hide Classifieds | Jobs | */ .secondary_links{display:none!important}Code:
/* Hide you Photo gallery's photos */ #content_1 .flogriditem {display:none!important}Code:
/* Hide your featured friends photos */ #content_2 .flogriditem {display:none!important}Code:
/* Hide the about me link above recent updates */ #content_0 a.more{display:none!important}Code:
/* Hide banner ads on top */ .banner_ad_fix{display:none!important}Code:
/* Hide the view all link of boxes like comments, testi, and friends*/ .commonbox .viewall{display:none!important}Code:
/* Hide the headers of all box */ .commonbox h1, .commonbox h2{display:none!important}Code:
/* Hide your featured friends' names */ #content_2 .dr{display:none!important}Code:
/* Hide the edit link like edit featured friends and edit reviews */ .commonbox .editlink{display:none!important}Code:
/* Hide the arrows of your blogs */ ul.entries li{display:none!important}Code:
/* Hide the photos in your testimonials comments */ #content_18 .imgblock75{display:none!important}Code:
/* Hide the shoutoutbox */ #cpShoutoutBox{display:none!important}Code:
/* Change the div_id for specific box 2 hide the header*/ #div_id .h2{display:none!important}Code:
/* Hide Control panel box header */ #controlpanel_header{display:none!important}Code:
/* Hide the spacer */ #shimrow{display:none!important}Code:
/* Hide Group updates */ #content_8 .data{display:none!important}Code:
/* Hide the whole profile */ #flo_wrapper, #footer_container{display:none!important}Code:
/* Remove The Separator On Friends Box. For Two Column Friends*/ .clearBothNoHeight{display:none!important}
Last edited by Ephemeral (2009-07-15 02:47:25)

|
hehe.. yeah.. hide the whole profile is good if you are overlay user or crossover user.. anyway, it sure works on major browsers we have..
now its time to clean this section and lock unecessary threads.. 

|

|

this code doesn't work..
/* Hide About me paragraph in control panel*/
.controlpanel p {display:none!important;}
i even make it like this one:
/* Hide About me paragraph in control panel*/
.controlpanel p {
display:none!important;
}
but still it doesn't work...
|

how about transparent shoutoutbox? thanks in advance 
|

jeredictusx
Here's the code for that:
Transparent shoutout box:(CSS)
.controlpanel .sol, .minicontrolpanel .sol { position: absolute; left: -5px; top: 8px; width: 6px; height: 12px; background:transparent no-repeat; align:left; }
.controlpanel .sob, .minicontrolpanel .sob { width: 245px; height: 2px; background:transparent no-repeat; line-height: 0; font-size: 10px; align:left; }
.controlpanel .so, .minicontrolpanel .so { margin: 0 -20px 10px 0; width: 245px; position: relative; background:transparent repeat-y top left; font-size:10px; font-color:#000000; font-weight: bolder; text-decoration:none; align:left;you can always edit the font color.
Last edited by mickyriora (2007-09-12 16:03:00)
|
mine doesn't work! should it be over laid? 
|

tnx for sharing,,,

|

|

where shuld I put this codes?
in the first box or in the add media box?
|
^much better in your notepad
here:
http://theftalk.com/t1879-Apply-Extensi…TE%5D.html
^
![]()
|

what is the notepad for?
|

|
can i save all of those in just one text document??if yes,how should i put the codes one after the other??
|
how about HIDE LAST LOG in? wala ata dun 
|
hey,xavierkym.hi.since yer online.would you mind answering my question?many thanks. 
|