PDA

View Full Version : Adding a link under "Private Messages:"


Roverturbo
08-23-2006, 11:09 PM
Hello,

Im trying to add a link under this but i am unable to find the place i need to edit.

Where the red line is:

http://img166.imageshack.us/img166/8426/pmai1.jpg

I can code what i want and i can add it to everywhere but where i want it, Any help or guidance would be apreciated alot.

Regards...

SmashinYoungMan
08-23-2006, 11:14 PM
It's in the navbar template. Look for this bit of code:


<div class="smallfont">
<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 condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
</div>

Roverturbo
08-23-2006, 11:50 PM
Thank you...

:cool: