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.
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'.
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>
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.