I do not have time to troubleshoot people's code. (Hopefully I will again in the future).
I do not have much time to answer questions (but if it is a quick answer, that only takes me a few minutes, I will try to answer).
I really recommend the following site, for myspace customizing questions: Official Myspace Customizing Forum
That is the most reliable source, and the people I know who enjoy helping, and are quite good at it, tend to hang out there.

Tuesday, February 24, 2009

myspace 2.0 BasicInfoDetails Profile Info area

Hiding The content in the Basic Info/Profile Info area of the MySpace 2.0 Profile


This content can NOT be hidden using the built in myspace profile Customize/Edit tool.
However, it can be hidden using simple css.

{! hide profile image !}
div.photo {display:none}

To hide the ENTIRE top section use this:
{! Hide Basic Information Module !}
div.basicInfoModule {display:none;}

OR instead just hide the individual elements within the basic info module:
{! Hide Name !}
div.basicInfoDetails h2 {display:none;}


{! Hide contact Links !}
ul.contactLinks {display:none;}


{! Hide url !}
span.urlLink {display:none;}


{! hide headline OR mood and status !}
div.basicInfoModule blockquote p {display:none;}


{! hide status !}
span.status {display:none;}


{! hide mood !}
span.mood {display:none; }


{! hide only time mood updated !}
div.basicInfoModule div.basicInfoDetails span.date {display:none;}


{! hide only the mood status view more link !}
div.basicInfoModule div.basicInfoDetails span.view a {display:none;}



{! hide the View My: photos Videos !}
div.pageLinks {display:none;}


{! hide only the words "View My:" !}
div.pageLinks em {display:none;}


{! hide pictures link; also hides Video link if Blogs are Hidden !}
div.pageLinks li.odd {display:none;}


{! hide only the blogs link IF blogs are hidden!}
div.pageLinks li.even {display:none;}


{! hide only videos link !}
div.pageLinks li.last {display:none;}




Show a different image on your page, then the image used as your default display picture:
Put this code in the css area of the customize section:

{! Use different images for Display Pic on page, and Default image !}
{! code author:Eileen !}
div.basicInfoModule div.photo {background-image:url(http://i287.photobucket.com/albums/ll142/mpskin/face1.png);
background-repeat:no-repeat;
background-position:center top; width:177px; height:180px;}
div.basicInfoModule div.photo a, .i {display:none;}



If you found my code useful, you can help me by adding the following block to your about me or interests area.
This will not show a visible link on your myspace page, it will only be visible to those who read your code.
<a class=i href="http://xiii.us/ms1/">myspace 2.0 Basic Info, Profile Info area</a>
,

4 Comments:

Anonymous Anonymous said...

this was amazingly helpfull. i thank you very much :]

30/5/09 01:41  
Anonymous brittanygoodwin said...

thank you so so so soooo much!!! <3 this was VERY helpful.

8/7/09 08:14  
Anonymous Anonymous said...

it didnt work for me! :(

25/8/09 03:37  
Anonymous Anonymous said...

Thank you so so very very much. i've bookmarked this and everything. very helpful :) Thank you

20/9/09 09:51  

Post a Comment

Due to Excessive Spam, I have turned on comment moderation.

Links to this post:

Create a Link

<< Home