The Arcive of vBulletin Modifications Site. |
|
User's role in the forum on Postbit/Postbit_legacy Details »»
|
|||||||||||||||||||||||||||||
|
User's role in the forum on Postbit/Postbit_legacy
Developer Last Online: Apr 2022
Hi everyone with this mod you can use the usertitle to add a field in the postbit where is the role of the user in the forum, see screenshot to understand
![]() Now here how to do.. Download the file in the attachment and upload in the root of your forum go in /Admincp/Styles and templates/your style - Edit templates/template postbit/postbit or postbit_legacy Search and delete Code:
{vb:raw post.usertitle}
Code:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
Code:
<dt><b>Role</b>:</dt> <dd>{vb:raw post.usertitle}</dd>
If you want to place in another space please post you postbit code and tell me wherever you want it and will code the correct template ![]() P.S. Sorry for my english i'm italian if you don't understand something please feel free to tell me and i will explain in other words ![]() Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
First reserved
|
|
#3
|
|||
|
|||
|
thanks pro
|
|
#4
|
||||
|
||||
|
you're welcome if you like this mod please mark us installed
|
|
#5
|
|||
|
|||
|
can you share your postbit code?
|
|
#6
|
||||
|
||||
|
If you are looking for the style is not by myself is by manzax here is the mod: https://vborg.vbsupport.ru/showthread.php?p=2092239
|
|
#7
|
||||
|
||||
|
To was in frame:
Code:
<div class="post_field"><dt><b>Role</b>:</dt> <dd>{vb:raw post.usertitle}</dd></div>
|
![]() |
|
|