Wrighty Very Senior Member
    
![[Avatar]](http://av.wrighty.info/av.png) Posts: 3,269 Status: Offline Gender: Male Joined: 16th Dec 2007
| | 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 |
 |
|
tabbikat New Member

Posts: 3 Status: Offline Joined: 7th May 2008
| | 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]](http://images.virtualforums.co.uk/homepage/av.jpg) Posts: 2,441 Status: Offline Gender: Male Location: Surrey, UK Age: 20 Joined: 13th Jun 2006
Additional Groups: Support Team
| |
tabbikat New Member

Posts: 3 Status: Offline Joined: 7th May 2008
| | 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. 
See ---> >Clicky< | | Back to Top - Link to Post |
|
Ross Administrator
    
![[Avatar]](http://images.virtualforums.co.uk/homepage/av.jpg) Posts: 2,441 Status: Offline Gender: Male Location: Surrey, UK Age: 20 Joined: 13th Jun 2006
Additional Groups: Support Team
| | Re: Remove User Bar (7th May 08 at 11:48am) | | OK, replace what you've got there at the moment with this 
 Code: JavaScript - <script type="text/javascript">
- <!--
- get('user_table', ID).style.display = 'none';
- get('user_table', ID).previousSibling.style.display = 'none';
- get('user_table', ID).nextSibling.style.display = 'none';
- -->
- </script>
| | Back to Top - Link to Post |
vForums Blog: Upgrades Delayed
 |
|
tabbikat New Member

Posts: 3 Status: Offline Joined: 7th May 2008
| |