View Full Version : Quick edit: Navbar
nymyth
10-26-2006, 04:23 PM
Where it says: WELCOME USERNAME, followed by last visited etc.
How do i make the column wider?
Thanks.
bashy
10-26-2006, 05:42 PM
Hi
From what i can make out do this
Find in navbar template:
<if condition="$show['member']">
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="<a style='text-decoration: none' href='member.php?u=$bbuserinfo[userid]'>$bbuserinfo[username]</a>">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase><br>
Change it to:
<if condition="$show['member']">
<td class="alt2" width="999" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="<a style='text-decoration: none' href='member.php?u=$bbuserinfo[userid]'>$bbuserinfo[username]</a>">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase><br>
change the 999 to the size that you require, should work ok, just remember make a backup of the template before you start as i cannot be responsible if things go boobs up lol
nymyth
10-26-2006, 08:17 PM
Yeah i tried that before posting in here, didnt seem to do anything...
Peace
bashy
10-26-2006, 08:22 PM
wierd, it did for me in frontpage?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.