vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Rep points on display (https://vborg.vbsupport.ru/showthread.php?t=315319)

CaptainAwesome 11-08-2014 06:09 AM

Rep points on display
 
Is it possible for rep points to be displayed on the user details in posts? (i.e. under where it shows their name, avatar, post count etc).

Thanks

ShawneyJ 11-08-2014 06:19 AM

this should show by default when enabling in Thread Display Options (showthread)>>Post Elements>>Display Reputation Power yes. though i could be wrong.

CaptainAwesome 11-08-2014 06:45 AM

I went ahead an enabled that. What it now shows is "reputation power". Even thou people have reps, its showing as zero. I'm not quite sure i understand the whole rep/rep power thing.

ShawneyJ 11-08-2014 07:32 AM

reputation power=how much rep power a member can give out?
reps show how much reps they have received.
long as in User Reputation Options its enabled, you should be cool ;)

CaptainAwesome 11-08-2014 06:50 PM

Quote:

Originally Posted by ShawneyJ (Post 2521883)
this should show by default when enabling in Thread Display Options (showthread)>>Post Elements>>Display Reputation Power yes. though i could be wrong.

When i do this, all it displays is the rep power and not rep points.

CaptainAwesome 11-08-2014 06:53 PM

1 Attachment(s)
Quote:

Originally Posted by ShawneyJ (Post 2521888)
reputation power=how much rep power a member can give out?
reps show how much reps they have received.
long as in User Reputation Options its enabled, you should be cool ;)

Its enabled, but not showing in threads.

Lynne 11-08-2014 09:05 PM

The person's reputation just shows as bars. There is no option to show it as a number. I believe there may be a modification to do that, so I would suggest a search for it.

CaptainAwesome 11-09-2014 01:33 AM

Thanks Lynne :)

CAG CheechDogg 11-09-2014 04:09 AM

You can add the following anywhere in your postbit_legacy template:

Code:

<div class="pbit"><div>Rep Points: {vb:raw post.reputation}</div></div>
That will show the rep points as a number ....

CaptainAwesome 11-09-2014 04:11 AM

I found this in another post and it worked (at least it appears to be working):

<dl class="userinfo_extra">
<vb:if condition="$show['reputation']">
<dt>REP</dt> <dd>{vb:raw post.reputation}</dd>
</vb:if>


All times are GMT. The time now is 01:34 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.01778 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete