Log in

View Full Version : Help! - Bit of code missing


jackceltic1888
01-28-2007, 02:24 PM
I dont have the "welcome $username" bit in the navi bar.

Could somebody be so kind as to tell me the code, and where to put it?

http://www.picturepile.net/files/nviyyiz5t0zmj3m4kme2.bmp (http://www.picturepile.net/)




Thanks alot. :)
Jack

Anybody?

jackceltic1888
01-31-2007, 03:02 PM
Anybody? :D

peterska2
01-31-2007, 03:11 PM
check your navabar template. You shoudl have in there<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>If not, find the second line and add the first line above it.

da420
01-31-2007, 03:12 PM
In the navbar template...

Find:

<if condition="$show['member']">

<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">

Add Under:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />

jackceltic1888
02-01-2007, 02:30 PM
Thanks alot :)