vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Postbit Questions (https://vborg.vbsupport.ru/showthread.php?t=319977)

sheders90 08-22-2015 04:10 PM

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!

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

Quote:

Originally Posted by Seven Skins (Post 2553447)

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

Quote:

Originally Posted by Seven Skins (Post 2553451)
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 [DATE]1440321563[/DATE] at [TIME]1440321563[/TIME] ---------------

Quote:

Originally Posted by cellarius (Post 2553465)
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

1 Attachment(s)
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

sheders90 08-23-2015 02:08 PM

Quote:

Originally Posted by Seven Skins (Post 2553477)
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

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


All times are GMT. The time now is 03:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01082 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete