The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
![]()
The usergroup title can be HTML, AFAIK.
|
#22
|
|||
|
|||
![]()
That'll still make the image above teh rank image and I want it below.
|
#23
|
||||
|
||||
![]() Quote:
HTML Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> |
#24
|
|||
|
|||
![]()
Apparently you can't put HTML code, or an image, in user title for usergroups...I tried and it didn't work.
|
#25
|
||||
|
||||
![]()
Yes you can, you just have to get the image location correct. I'm running the latest vB and I have images in the user titles for the forum staff.
|
#26
|
|||
|
|||
![]()
How did you use it? On 3.6, i had a custom user title i was able to use with the addition of their user title. Migrating to 3.7.x killed this mod and i would like to have a user image rank for donators and staff.
|
#27
|
||||
|
||||
![]()
Once you make the change to the usergroup title, you have to update everyone's titles and ranks.
AdminCP > Maintenance > Update Counters > Update User Titles and Ranks Once you've done that you just need to remove the custom title of whoever's in that usergroup. Alternatively, you can just include the HTML for the image in the custom usertitle. Or you could set a rank for the usergroup such that everyone is awarded the rank. @Haltech - I'm not sure what mod you're talking about, but I think that if you make your own plugin, you can fix that problem of yours... Product: [whatever, vBulletin or something else or make your own, doesn't matter) Hook Location: fetch_musername Plugin Title: Put group titles and user titles together Code:
$user['usertitle'] = $user['displayusertitle'].'<br />'.htmlspecialchars_uni($user['usertitle']); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|