Log in

View Full Version : Header Welcome Changes


mindfawk
02-15-2009, 04:52 PM
Anyone know where you need to go to update the login/Welcome bit that's located in the top right of each screen?

Welcome, mindfawk.
You last visited: Today at 10:13 AM
Private Messages: Undread 0, Total 10.

If I want to put something in that section, where would I go?

TigerC10
02-15-2009, 05:04 PM
You need to go to the navbar template (Under Navigation/Breadcrumb Templates). Search for the $vbphrase[welcome_x_link_y] and you'll find the section you're looking for.

mindfawk
02-15-2009, 05:58 PM
Anyone know how I could get this to work in the navbar welcome section? It works in the forum postbits, I'm not a coder, and I figured not everyone looks at the 3.7 mod's anymore so I thought I would ask here. I have this code added, but it stays set at "has not yet set status"


<if condition="$post['field16']">
<div class=smallfont>
$userinfo[username] is $post[field16]
[<a href="profile.php?do=editprofile">Update</a>]

<else />
has not yet set status [<a href="profile.php?do=editprofile">Update</a>]
</div>
</if>