Welcome text, links to your profile.
This modification is in the archives.
Time taken: 2 Minutes
Difficulty: Easy as pie What it does: This will basically change your username at the top of the page in the navbar template to the html markup and a link to that persons profile. You can also use this for Vb 3.5.x too Go to: Style Manager --> [Template you wanna edit] --> Navigation / Breadcrumb Templates --> navbar Find: PHP Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
PHP Code:
<strong><phrase 1="$bbuserinfo[musername]"><a href="member.php?u=$bbuserinfo[userid]">$vbphrase[welcome_x]</a></phrase></strong><br />
--------------------------------------------------------------------------------------- Making it link to the usercp: Style Manager --> [Template you wanna edit] --> Navigation / Breadcrumb Templates --> navbar Replace: PHP Code:
<strong><phrase 1="$bbuserinfo[musername]"><a href="member.php?u=$bbuserinfo[userid]">$vbphrase[welcome_x]</a></phrase></strong><br />
PHP Code:
<strong><phrase 1="$bbuserinfo[musername]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[welcome_x]</a></phrase></strong><br />
Versions:
Download No files for download. Screenshots |
Similar Mods
[vbadvanced Gallery & Links] Number of contributed pics & links in profile | vBulletin 3.5 Add-ons |
Profile Enhancements vbadvanced Links 2.0beta Number of contributed links in profile | vBulletin 3.6 Add-ons |