The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I get this profile field shown everywhere
<a href="https://vborg.vbsupport.ru/showthread.php?t=173543&page=2" target="_blank">https://vborg.vbsupport.ru/showt...=173543&page=2</a>
<if condition="$online_userinfo[field6]"><img src="images/clubs/$online_userinfo[field6].gif" border="0" /></if> This shows the users chosen icon next to their username but it only shows on the whos online on forumhome. I would like this to be shown on the top 5 stats, on the who visited in the past 24hrs and on the postbit template, basically everywhere the username is shown. Any help will be much appreciated. |
#2
|
|||
|
|||
You have to edit every template where the username is listed then remember to alter the variable name if you need to.
|
#3
|
|||
|
|||
Thank you for your reply.
So for the members online in 24hr on the forum home. this is the code on the template which shows the usernnames who have been online the past 24hrs: Code:
<a rel="nofollow" href="member.php?$session[sessionurl]u=$today[userid]" title="$today[wrdate]">$today[opentag]$today[username]$today[closetag]</a>$today[markinv] Code:
<if condition="$online_userinfo[field15]"><img src="images/crests/$online_userinfo[field15].gif" border="0" /></if> Code:
$online_userinfo = fetch_userinfo($loggedin['userid']); |
#4
|
|||
|
|||
Erm, thanks for your help lol.
Still wondering how to do this. |
#5
|
|||
|
|||
still need this doing?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|