Back to vBulletin 3.6 Template Modifications

Welcome text, links to your profile.
Mod Version: 1.02, by Yours Truly

This modification is in the archives.
vB Version: 3.6.8 Rating: (1 vote - 4.00 average) Installs: 11
Released: 19 Jul 2007 Last Update: Never Downloads: 3
Not Supported Template Edits  

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 /> 
Replace with:

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 /> 
With:

PHP Code:
            <strong><phrase 1="$bbuserinfo[musername]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[welcome_x]</a></phrase></strong><br /> 
To come:
  • Let the user choose what they want their name to link to
  • Post some ideas

Versions:
  • 1.00
    • Release
  • 1.01
    • Updated to use phrases instead of editing the templates
    • Corrected usercp url
  • 1.02
    • Fixed again as using phrases doesn't parse the links correctly

Download

No files for download.

Screenshots

Click image for larger version
Name:	navbar.gif
Views:	281
Size:	6.5 KB
ID:	67226  

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

vblts.ru supports vBulletin®, 2022-2024