vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Remove User Bar - View Topic
Topic Rating: *****
Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Remove User Bar (15th Mar 08 at 10:08pm UTC)
This will remove the userbar:
Logged In as: Michael          No New Private Messages :: Mark All Boards As Read

<style>
#user_table {
    display: none;
}
</style>
tabbikat
New Member
*

Posts: 3
Status: Offline
Joined:  
Reputation: 0%  


pm
Re: Remove User Bar (7th May 08 at 8:28am UTC)
I'm not very good with codes. Where does this one go?
Ross
Administrator
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 8 11
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Remove User Bar (7th May 08 at 9:21am UTC)
That would go into the "Global Header" {Smile}

Image
tabbikat
New Member
*

Posts: 3
Status: Offline
Joined:  
Reputation: 0%  


pm
Re: Remove User Bar (7th May 08 at 9:58am UTC)
Thanks. But when I use the code, it leaves my header and base image where the user bar used to be. {Sad}

See ---> >Clicky<
Ross
Administrator
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 8 11
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Remove User Bar (7th May 08 at 10:48am UTC)
OK, replace what you've got there at the moment with this {Smile}

Code: JavaScript
 
  1. <script type="text/javascript">
  2. <!--
  3. get('user_table', ID).style.display = 'none';
  4. get('user_table', ID).previousSibling.style.display = 'none';
  5. get('user_table', ID).nextSibling.style.display = 'none';
  6. -->
  7. </script>
 

Image
tabbikat
New Member
*

Posts: 3
Status: Offline
Joined:  
Reputation: 0%  


pm
Re: Remove User Bar (7th May 08 at 5:51pm UTC)
Wow, it worked. Thanks a ton. {Grin}
 Printable View

All times are GMT+0 :: The current time is 5:25pm
Page generated in 0.442 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums