The Arcive of vBulletin Modifications Site. |
|
vBUT - User Group User Titles & Custom User Titles Details »»
|
|||||||||||||||||||||||||||||||||
|
vBUT - User Group User Titles & Custom User Titles
Developer Last Online: Jan 2023
Introduction
This modification is designed to meet the needs of a request by ?Zakalway?. It adds ?User Group User Titles? and ?Custom User Titles? to the user information area of a post; it supports both the ?postbit? and ?postbit_legacy? templates. Please see the screen shots below and also the install instructions. Features: - Just two manual template edits - Supports postbit and postbit_ legacy templates - No admin options to change or setup - simple and gets the job done. - Follows the standard vBulletin titles ladder system. Support I?ve spent about 5 hours trying to make this a 100% ?no manual edits required? modification, however unfortunately I don?t think this can be done due to the way user titles are handled in vB (the title ladder!), I could be wrong and there may be a way, for me it?s now beyond the amount of time I can invest in this. I will offer support related to getting it installed, anything more and I can?t help you sorry! Install/Upgrade Simply import the product xml file (download below), if you are upgrading from an older version follow the same steps as installing for the first time, choosing ?Yes? to overwrite files and/or settings where applicable. Manual Template Edits GO TO: "AdminCP > Styles & Templates > Style Manager > Template Options > Edit Templates" From the scrollable menu list of templates, find the ?Postbit Templates > postbit? template and choose Customize. In this template: FIND: Code:
<span class="usertitle">{vb:raw post.usertitle}</span>
Code:
<span class="usertitle">{vb:raw post.displayusertitle}</span>
NEXT: From the scrollable menu list of templates, find the ?Postbit Templates > postbit_legacy? template and choose Customize. In this template: FIND: Code:
<span class="usertitle">{vb:raw post.usertitle}</span>
Code:
<span class="usertitle">{vb:raw post.displayusertitle}</span>
Congratulations!, you can now add User Titles and User Group titles as you please. Change Log v1.0 - 1 Mar 2013 - First version Enjoy! I hope this meets your needs. Regards, Lee Roberts Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
** Reserved **
Dont forget to mark as Installed, Nominate and Rate/Vote for it ! .Me |
|
#3
|
||||
|
||||
|
Do you have any Live-Demo?
Whats with Rank-Images? |
|
#4
|
||||
|
||||
|
Sorry no live demo, dont understand your other question "Rank-Images".
.Me |
|
#5
|
||||
|
||||
|
What is with rank-images? Where are they shown? Maybe you can make an image with rank-images on this postbit.
|
|
#7
|
|||
|
|||
|
This is great! One thing: is there any way to remove the "User Title: " part and just have it be the custom title text underneath the avatar?
|
|
#8
|
||||
|
||||
|
Why don't use custom user profile field, call it the way you like, and then allow it to be shown in postbit with simple template edit?
It looks way more easier than this. |
|
#9
|
||||
|
||||
|
Quote:
AdminCP > Plugins & Products > Plugin Manager > Postbit: Add custom user title to postbit and postbit_legacy. FIND: Code:
$replace_ut_pl = '<dl class="userinfo_extra"><dt>User Title</dt><dd>' .$post['usertitle'] . '</dd>'; REPLACE WITH: Code:
$replace_ut_pl = '<dl class="userinfo_extra">' .$post['usertitle'] . '<br><br>'; .Me |
|
#10
|
|||
|
|||
|
I installed this mod but here is what happened:
![]() In one profile, appeared the titles of everyone that posted in that thread. Plus, it showed the custom title not the default.
|
![]() |
|
|