PDA

View Full Version : Postbit Questions


sheders90
08-22-2015, 04:10 PM
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!

Seven Skins
08-22-2015, 04:32 PM
May be this: https://vborg.vbsupport.ru/showthread.php?t=243510

sheders90
08-22-2015, 05:14 PM
May be this: https://vborg.vbsupport.ru/showthread.php?t=243510

Hello,

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.

Seven Skins
08-22-2015, 07:16 PM
That will be the rank manager in the adminCP

AdminCP > User Ranks > User Rank Manager

cellarius
08-23-2015, 05:20 AM
Or, depending on what exactly you want: https://vborg.vbsupport.ru/showthread.php?t=309645

sheders90
08-23-2015, 06:55 AM
That will be the rank manager in the adminCP

AdminCP > User Ranks > User Rank Manager

Hmm, I don't think that does what i want.

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 1440321563 at 1440321563 ---------------

Or, depending on what exactly you want: https://vborg.vbsupport.ru/showthread.php?t=309645

Thanks for the link. I installed it and tested, but it didn't do what i wanted.

You can check my other reply i included a bit more information about what i meant.

Thanks :)

Seven Skins
08-23-2015, 01:13 PM
Find in postbit template:

<span class="usertitle">
{vb:raw post.usertitle}
</span>


Replace it with:

<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

sheders90
08-23-2015, 02:08 PM
Find in postbit template:

<span class="usertitle">
{vb:raw post.usertitle}
</span>


Replace it with:

<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

Hello,

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!:)