The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Do you know, where, I can add the user's usertitle in forum leaders?
It shows their country, but under that I want it to show their usertitle. How can I do this? |
#2
|
|||
|
|||
![]()
I think you just need to edit template showgroups_usergroupbit and add $user[usertitle] where you want it.
|
#3
|
||||
|
||||
![]()
This is my code for showgroups_usergroup bit, the top part
PHP Code:
|
#4
|
|||
|
|||
![]()
I haven't actually tried it, but I think you'd want this:
(nope...see below). |
#5
|
||||
|
||||
![]()
Did that, and it gave me this
![]() Messed it up totally, I want it under where it says "Michigan, etc" right under that. |
#6
|
|||
|
|||
![]()
Yeah, sorry - I just decided to try it and realized that was completely wrong. Try this:
Code:
<tr> <td class="$bgclass">$user[onlinestatus]</td> <td class="$bgclass"> <a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a> <if condition="$show['locationfield'] AND $user['field2']"><div class="smallfont" title="$vbphrase[location_perm]">$user[field2]</div></if> <div class="smallfont">$user[usertitle]</div> </td> |
#7
|
||||
|
||||
![]()
Worked, thanks.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|