The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
can anyone have a look at this for me and tell me what i need to change
Code:
<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase> <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> i think that is the bit i need to edit anyway That is from my navbar template. What i wan to do is just edit it so that when the member clicks their name it take them to their profile. I dont mean the usercp, just the profile. I have seen this on many skins before and im sure its simple to do. thanks all for looking. If this is not the right code snippet please do reply and i'll post something else. |
#2
|
|||
|
|||
![]() Code:
<a href="member.php?u=$bbuserinfo[userid]">Your Profile</a> |
#3
|
|||
|
|||
![]()
hmmm im on 3.6.8 and using a custom skin.
Anyway thanks i'll see if i can add that without breaking anything lol. |
#4
|
||||
|
||||
![]()
This is what they did for 3.7 (I just did these changes on my 3.6.8 board and they work):
make a new GLOBAL phrase called "welcome_x_link_y" with the contents: Code:
Welcome, <a href="{2}">{1}</a>. HTML Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> $bbuserinfo[stats]<br /> HTML Code:
<strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br /> |
#5
|
|||
|
|||
![]()
ok thanks for that, i'll give it a try.
--------------- Added [DATE]1212566026[/DATE] at [TIME]1212566026[/TIME] --------------- thank you so much that works absolutely perfectly. I really appreciate the help. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|