![]() |
Move login/logout on Navbar
Currently the default logout/in button is situated on the far right of the navbar (3.7 RC2) I want to move this to the lefthand side. Suggestions?
|
Edit the navbar template.
|
I guess I kind of left myself open to that response LOL. OK thats a good start, now which bit of code to I need to move and add what?
|
Okay, edit your navbar template.
Scroll down to where it says: Code:
<if condition="$show['member']"> Scroll back up to where the nav buttons bar starts, you'll know it when you see it because it will say: Code:
<!-- nav buttons bar --> Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> Code:
<if condition="$show['member']"> |
Yep that worked perfectly thank you dismas :)
--------------- Added [DATE]1207241284[/DATE] at [TIME]1207241284[/TIME] --------------- One other request how can I make the links within the navbar smaller and push them along i.e. I would like Quote:
|
Not sure, never tried that. Maybe put some spaces in by using
Code:
|
adding a bunch of spaces like that to the end of the help link will do it.
Breaking the navbar down into two fixed width sections using floats should work to Code:
<div style="width: 100px; float: left;">Logout Help Links</div> Code:
<div style="width: 300px; float: right;">Rest of Links</div> |
Thank you & done :)
|
All times are GMT. The time now is 12:13 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|