Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | 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:
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
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | Re: Remove User Bar (7th May 08 at 9:21am UTC) | | That would go into the "Global Header" | |
|
|
tabbikat New Member
Posts: 3 Status: Offline Joined:
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.
See ---> >Clicky< | |
|
Ross Administrator
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | Re: Remove User Bar (7th May 08 at 10:48am UTC) | | 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>
| |
|
|
tabbikat New Member
Posts: 3 Status: Offline Joined:
pm | Re: Remove User Bar (7th May 08 at 5:51pm UTC) | | Wow, it worked. Thanks a ton. | |
|