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.

Friday, March 02, 2007

myspace band general member since band members hide style

MySpace Band Page General Table, Hide or Style


Please refer to the following myspace page to see how the General Table space is structured.
The below link goes to an actual myspace page, with style code added to show the div, table, cell layering, parent relationships, classes, and other attributes which can be used to manipulate this space.
Band MySpace Page Showing Structure, Layout, Classes
The above page is best viewed in FireFox or Opera. IE does not recognize the border-spacing attribute, making it more difficult to see the layering. You can download FireFox using the link in my SideBar

Using the key to the left of the page, and looking at the General Table space we can determine the following:
The general table is three tables deep (as are all of our content tables).
The table is NOT assigned to a class, making it difficult to address uniquely.

Hiding this space completely with out effecting other page elements is difficult.
IF you are willing to replace the space with something else, which is at least 60px in height, this is easily accomplished as follows:

- do NOT enter anything in the band website field. This way this field will NOT show up in the table.
- Put data into the Band Members section to close off the existing General Table, create a div (to hold your custom content, and remove (display:none) the rest of the general table.

The following code block goes in the band members section. You can put any content you want inside the div. Alter the div height as needed to accomodate your content. You can use height:auto as long as your content is at least 60px in height.
<i class="off">!-replace  General Table-!
!-<a href="http://xiii.us/v/">myspace tutorials and code-!</i>
</td></tr></table>
</td></tr></table>

<div class="myGeneral">
your div content here
</div>

<table class="off"><tr><td>
<table class="off"><tr><td>

<style>
{!-hide row headers in General Table-!}
table table table table td span.lightbluetext8 {display:none;}
{!-Position custom Div which will replace General Table-!}
div.myGeneral {position:relative; top:-60px; margin-bottom:-60px; background-color:white; border:2px pink solid; width:300px; height:60px; }
</style>

<i class="off">!-END block to replace General Table-!</i>
It IS POSSIBLE to remove this space, without replacing it.
However, it takes quite a chunk of code, mostly code to reverse the effects on other page elements.
This would require I do the following:
Add additional classification to the profile info area (which does not have a class assigned). I would do this in the headline section.
I would then hide, and minimize to almost nothing; the remainder of the general section.
I would then restore the contents of the profile Info area (using the classification I added).
I would also restore elements in the contact table, using class table.contactTable.
I would restore the URL using the div layers.
I can remove the General header, and then restore it in multiple other places.
So while this is possible, I am not certain it is really worth the effort; when it is not that hard to just cover the remaining content, as I did above.

Remove the Member Since label and text


I created this code for someone who asked the question in a form I frequent.
I am not sure it is worth the work, but this is the code I came up with (it worked for the individual who requested it).

Make sure you don't have anything in the web address field, we will re-create that cell, and then you can add in what you want.
<i class="off">! remove member since !
<a href="http://xiii.us/v/">myspace tutorials and code</a>
! close off general sub table so we can re-create !
</i>
</td></tr></table>
<i class="off">! re-open table, assigning a class !</i>
<table class="myGeneralSub" cellspacing="3" cellpadding="3" width="300" align="center" style="background-color:white">
<tr class="myBandWeb">
<td class="myRowHead">
<span class="lightbluetext8">
Web Site
</span></td>
<td class="myContent"><a href="YOUR WEBPAGE URL">
TEXT TO GO WITH URL for webPage
</a></td></tr>
<tr class="myMembers">
<td class="myRowHead"><span class="lightbluetext8">Band Members</td>
<td class="myContent">
PUT YOUR BAND MEMBERS HERE

<style>
{! non IE hide member since date to deal with FF layering issue !}
td[id*="ProfileMember Since"] {visibility:hidden !important;}

{! style the cells we created to match the cell mySpace code creates !}
td.myRowHead {background-color:b1d0f0}
td.myContent {background-color:d5e8fb}

{!-eliminate row headers-}
table table table table span.lightbluetext8 {display:none;}
{!-restore row headers in our new table-!}
table table table table.myGeneralSub span.lightbluetext8 {display:inline;}

{! move our table up, top border prevents need to position as perfectly !}
table.myGeneralSub { border-top:10px solid; border-top-color:6699cc; margin-top:-40px; z-index:7}

{! change layering of General table Header so it sits on top !}
table table table table td.text span.whitetext12 {position:relative; top:0px; z-index:9}

</style>
<i class="off">! END BLOCK to remove member since !</i>

Labels:

27 Comments:

Blogger Flight said...

can you create a header for the very top of the page that most ig bands have that showan album cover or pic .... so that when you go to that bands page first you see the artwork and you have to scroll down tosee the actualpage.... does that make sense??

6/11/07 00:14  
Blogger Eileen (aka Coboble) said...

Yep,
Adding a Banner to the top of a MySpace page

6/11/07 16:08  
Anonymous HILLSIDE HEROES said...

THE CODE TO COMPLETELY REMOVE THE LEFT HAND COLUMN OF CRAP ON A BAND MYSPACE IS PERFECT, YOU'RE A GENIUS!
I'VE BEEN LOOKING TO DO THAT FOR HOURS...

31/1/08 15:01  
Anonymous Anonymous said...

pure genious

1/4/08 06:17  
Anonymous phOebe said...

does anyone know the code to hide 'member since' on a band myspace..? tnx a lot..

13/5/08 13:30  
Blogger Eileen said...

Phoebe,
It depends on what else, you are hiding.

There is a block of code, above, to hide the member since, however it is a HUGE chunk of code.
It is not the only way to do this, however, depending on what else you want to keep, it may be the best way.

13/5/08 13:38  
Blogger yinon said...

from the comments i understand that I am in the right place but i couldnt make it happen on my space .

where do i put the code inorder to remove the member since ?

it just add me another box where ever i put it.

thanks alot

3/6/08 00:55  
Blogger HayleyHail said...

hey eileen
i can get the section hidden but i was wondering if there was any way to make the right section seem bigger.

see i am trying to put pictures in the information boxes as for like member pics.

but when i hide the left section it leaves the big gap between the edge of the profile and where the rest of the writing starts.

is there any way of doing this on a band profile? i know it can be done on regular ones.

24/7/08 08:17  
Anonymous jonny said...

Hey guys, I'm running into a problem. I have a code that produces "i guess you could say scrollable content layer? for our bands myspace. However comma pause for effect- in doing so the table that originally had the music player (whihc we have implanted in the scrollable content) still remains and leaves an evil void behind that is increasing my column width. I have the original page (what it's supposed to look like- myspace.com/crashcast) and the actual page (all jacked up- myspace.com/tenaflyviperus) I really could use your help ASAP.
Plaease note that on crashcast, the content outside the scrollable table is my stuff and i still have it there no probs. I'll hook up whoever can hit me back with a workable solution. Thanks guys!

8/8/08 17:59  
Blogger Nathan said...

What code can I use if I want to hide EVERYTHING except friends comments and the ad at the top of the page? I know how to completely hide everything, I just don't know how to the friends, comments and ad's to show up above everything hidden. I think I may need to use a div but I'm not quite sure.

27/8/08 01:19  
Blogger Kassi said...

ow. i love you.
its SO hard to find a code that worked, and yours was perfect.
thanks. :]] <3

13/9/08 10:26  
Blogger Without Notice said...

fuck yeah man, "Remove the Member Since label and text" worked perfectly! I ended up shorting the code because I just wanted to get rid of the date.

Heres all I used (With style tags):

{! non IE hide member since date to deal with FF layering issue !}
td[id*="ProfileMember Since"] {visibility:hidden !important;}

18/9/08 03:09  
Anonymous Johnny said...

Hi, I used your code and it's great just it's overlapped part of my display picture and my view pics links. You can see it here www.myspace.com/bedroomgymnastics . Is there a way I can move it down so it doesn't cover my picture? Thanks

24/10/08 03:59  
Anonymous Anonymous said...

HELOO!
is there some code to hide GENERAL INFO, but inly a HEADER!

cheers!

15/11/08 05:41  
Blogger Vikunja said...

Hi Eileen! Im doing my bands myspace and I just can't get rid of the member since date!
Check for yourself at... www.myspace.com/vikunja

Please help me!

/Alx

3/12/08 12:34  
Blogger Paul McCarty said...

When I created a table using this code, it made the general info appear as --

Milestone Recording & Post: General Info
9/28/2006

The words "Member Since" are invisible. I'd like to get rid of that info altogether and have tried a few suggestions to no avail. My second choice would be to have the "member since" reappear.

30/12/08 10:18  
Blogger Casey said...

Hello! I LOVE your page. It has taught me everything from scratch. I do have a question , though. I used your code to replace the General Info with my own image (show dates image, Myspace.com/CaseyMichelleThompson ) But, I'm wondering if I can add more than one image in it's place. Reason being, the left side of my page is getting really long while the right side is super short and wont allow me to put anything else there. (I have my page flipped.) I would appreciate any help. Thanks!

Casey Thompson

21/1/09 06:45  
Anonymous passive consumer said...

Right on...works like a charm. Thank you very much!

25/1/09 22:43  
Blogger Morirai said...

Hi Eileen! I just want to say thank you for your kindness of giving us these codes, they've really made me understand more about coding and myspace customisation!

I was wondering if you could help me though, I'm trying to use stacking rectangular images to create my bands profile and it's working well on the right side of the page. Thing is I took a code from here to be able to put pictures centred in the members sections, but what I really wanna do is to make them overlap the general info which is above the members section. I haven't found a code that makes this possible.

I'll give you an example! www.myspace.com/whitechapel has pictures above their general info as opposed to my bands myspace which is www.myspace.com/scienceofdemise

Thank you Eileen for your help!

/Carl

27/1/09 16:25  
Anonymous Anonymous said...

how do i remove the gap left by removing the band music player?

thankS!

8/2/09 00:40  
Blogger Ryan said...

I tried the hide general section code, and it worked great, but for some reason the blue general info headline is still there. How can I get rid of this?

(Example image: http://img.photobucket.com/albums/v415/sk8brder40/generalhooblah.jpg)

Also, how can I hide the orange headers on the left side of the page?

14/2/09 19:25  
Anonymous marzie hernandez said...

hi!...im sorry to bother you..but can u tell me which is the code to replace the "general info" header with an image? its a band myspace...thnx :)

21/3/09 13:21  
Anonymous Angelique said...

Ryan -- I had that problem, too! I fixed it by adjusting both the position and width of the table.

I set the top position to -70px (rather than -60px) and I set the width to 304px (instead of 300px)

Be sure to change the color of your border, too! Mine is currently white to match my background; I'll have to change it or make it transparent if I change my background color.

24/3/09 11:53  
Anonymous Anonymous said...

can you write the code for members since and date removed with the band members title removed too. please ive tried to break it down and stuff but i cant do it :(

http://www.myspace.com/thecadillacpolice

7/4/09 17:05  
Anonymous Anonymous said...

hey im a graphic designer im willing to create some free artwork for you if you help me with coding on bands myspaces, please email me
rorybusby123@hotmail.com

13/5/09 13:21  
Anonymous Taylor King said...

Amazing stuff! You are the best Myspace coder i have ever seen. Every single one of your codes works perfectly... unlike the other 100 i went through to get to here.

Thanks so much for sharing your wisdom.

23/5/09 06:03  
Anonymous Anonymous said...

i know its wrong and I can get deleted, but how do you hide the ads on myspace band profile?

14/6/09 19:14  

Post a Comment

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

Links to this post:

Create a Link

<< Home