The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Where it says: WELCOME USERNAME, followed by last visited etc.
How do i make the column wider? Thanks. |
|
#2
|
|||
|
|||
|
Hi
From what i can make out do this Find in navbar template: Code:
<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: Code:
<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>
|
|
#3
|
|||
|
|||
|
Yeah i tried that before posting in here, didnt seem to do anything...
Peace |
|
#4
|
|||
|
|||
|
wierd, it did for me in frontpage?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|