Tyson Full Member
  
Posts: 164 Status: Offline Gender: Male Location: Canada Eh? Joined:
pmmsnxfire | | Logout (9th Dec 07 at 6:16am UTC) | | | Is there a way to put a logout link in the PM bar? Also, what about a gradient for it? I think it'd go nicely... I just don't know what the class is for it, or else I could place it in my style sheet. | |
Member #12 |
|
miss orif Junior Member
 
Posts: 56 Status: Offline Gender: Female Joined:
pm | | Re: Logout (9th Dec 07 at 6:29am UTC) | | | Fithad, you can have a gradient for it. Just place the link to one in Window 1 Background Image and Window 2 Background Image. You can find that in 'Admin Panel' then 'Site Design' Then 'Modify Colors'. | |
|
|
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄2 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | | Re: Logout (9th Dec 07 at 11:00am UTC) | | I'm currently making some changes to the entire skinning system, including improving the customization options for the welcome table/pm bar. I've added it to the list so will ensure options for that are added to the modify colors page.
As for a logout link, It'd be relatively easy to do with a code. Something like this in the Global Header:
 Code: - <script type="text/javascript">
- <!--
- if(vf_username != 'guest' && document.getElementById('user_table')) {
- document.getElementById('user_table').getElementsByTagName('font').item(0).innerHTML += " ( <a href=\"/action/logout/\">Logout</a>)";
- }
- //-->
- </script>
-
| |
|
|
Tyson Full Member
  
Posts: 164 Status: Offline Gender: Male Location: Canada Eh? Joined:
pmmsnxfire | | Re: Logout (9th Dec 07 at 5:11pm UTC) | | Thanks for the code Ross Can't wait to see what you have planned too Ross
٭ Menacoly Sweetness: I'm looking to make a gradient for just the bar, not the window 1 or 2 background... but thanks anyways. | |
Member #12 |
|