vForums Support Banner Image



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: View Topic - Remove User Bar
Printable View
Wrighty
Very Senior Member
*****

[Avatar]

Posts: 3,269
Status: Offline
Gender: Male
Joined: 16th Dec 2007
Reputation: 16%  



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

<style>
#user_table {
    display: none;
}
</style>
Back to Top - Link to Post - Last edit: 15th Mar 08 at 11:09pm by Wrighty

Image
tabbikat
New Member
*

Posts: 3
Status: Offline
Joined: 7th May 2008
Reputation: 0%  



Re: Remove User Bar (7th May 08 at 9:28am)
I'm not very good with codes. Where does this one go?
Back to Top - Link to Post
Ross
Administrator
*****

[Avatar]

Posts: 2,441
Status: Offline
Gender: Male
Location: Surrey, UK
Age: 20
Joined: 13th Jun 2006

Additional Groups:
Support Team

Reputation: 37%  



Re: Remove User Bar (7th May 08 at 10:21am)
That would go into the "Global Header" Smiley
Back to Top - Link to Post

vForums Blog: Upgrades Delayed


Image
tabbikat
New Member
*

Posts: 3
Status: Offline
Joined: 7th May 2008
Reputation: 0%  



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

See ---> >Clicky<
Back to Top - Link to Post
Ross
Administrator
*****

[Avatar]

Posts: 2,441
Status: Offline
Gender: Male
Location: Surrey, UK
Age: 20
Joined: 13th Jun 2006

Additional Groups:
Support Team

Reputation: 37%  



Re: Remove User Bar (7th May 08 at 11:48am)
OK, replace what you've got there at the moment with this Smiley

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>
 
Back to Top - Link to Post

vForums Blog: Upgrades Delayed


Image
tabbikat
New Member
*

Posts: 3
Status: Offline
Joined: 7th May 2008
Reputation: 0%  



Re: Remove User Bar (7th May 08 at 6:51pm)
Wow, it worked. Thanks a ton. Smiley
Back to Top - Link to Post
Printable View

All times are GMT+1 :: The current time is 6:24pm
Page generated in 0.5798 seconds
with 16 Database Queries and 8 cache files
This Forum is Powered By vForums
Create a Forum for Free