The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit Questions
Hello,
So i recently started creating a forum using Vbulletin 4.2.3 and i was woundering, how do i add the following things to the postbit: The amount of likes a user have and the usergroup, like on this picture: http://prntscr.com/87o3dc Thanks! |
#2
|
||||
|
||||
May be this: https://vborg.vbsupport.ru/showthread.php?t=243510
|
#3
|
|||
|
|||
Quote:
Thank you very much, it added the amount of likes bar that i wanted. Now i just need to add so it shows the group they are in, as shown on the picture. Thanks. |
#4
|
||||
|
||||
That will be the rank manager in the adminCP
AdminCP > User Ranks > User Rank Manager |
#5
|
||||
|
||||
Or, depending on what exactly you want: https://vborg.vbsupport.ru/showthread.php?t=309645
|
#6
|
|||
|
|||
Quote:
I want so like, if I'm in the group Administartor: http://prntscr.com/87vf4x So do i want it to display that group in the postbit, like on this picture: http://prntscr.com/87vfi3 I have done all the colors etc with a plugin, but now i just want it to display it in the postbit and the rank's that you guided me to aren't doing that. Thanks. --------------- Added [DATE]1440321563[/DATE] at [TIME]1440321563[/TIME] --------------- Quote:
You can check my other reply i included a bit more information about what i meant. Thanks |
#7
|
||||
|
||||
Find in postbit template:
Code:
<span class="usertitle"> {vb:raw post.usertitle} </span> Replace it with: Code:
<div class="usertitle" style="border: 1px solid #c0c0c0; padding: 4px;"> <span>Rank</span><span style="float: right;">{vb:raw post.usertitle}</span> </div> Results: See attachment |
Благодарность от: | ||
Lynne |
#8
|
|||
|
|||
Quote:
Yes exacly like that, thanks! But i want mine over the "Join date" as shown in the picture, what should i do to put it there instead? Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|