Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-25-2009, 11:42 PM
Matt Slick Matt Slick is offline
 
Join Date: Nov 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Reputation Point Display

Does anyone know how to display the numeric value of the reputation points in 4.0?

It'd be great to have it listed under the green bars. Something like, "Reputation Points = xx"

It is something our posters like to have.

Thanks.
Reply With Quote
  #2  
Old 02-22-2010, 12:36 AM
Pangramma Pangramma is offline
 
Join Date: Mar 2009
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

+1 to Matt's question...
Reply With Quote
  #3  
Old 02-22-2010, 04:30 AM
deadbolt80 deadbolt80 is offline
 
Join Date: Jan 2010
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

+2 on that question. I have many members on my forum that want to use reputation points but don't know how to. I don't even know how to use it or where to go even tho it's activated.
Reply With Quote
  #4  
Old 03-02-2010, 05:58 PM
maidos maidos is offline
 
Join Date: Jul 2006
Posts: 925
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

+3, i have pauls mods which really take advantage of the reputation but adding reputaton point would help alot more since my forum is heavily reliant on reputation
Reply With Quote
  #5  
Old 03-06-2010, 12:40 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

+4... really need this.

--------------- Added [DATE]1267932763[/DATE] at [TIME]1267932763[/TIME] ---------------

Come on... somebody.
Reply With Quote
  #6  
Old 03-12-2010, 01:18 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

guys just create new phrase and insert this to your postbit legacy template

GO > ACP > LANGUAGE & PHRASES > PHRASE MANAGER >ADD NEW PHRASE


Phrase Type: GLOBAL
Product: vBulletin
Varname: replevel (anyword that suit you)
Text: Rep Level (anyword that suit you)
SAVE!

then add this to your postbit legacy template

Code:
	<dt>{vb:rawphrase 'replevel'}</dt> <dd>{vb:raw post.reputation}</dd>
or go to postbit reputation template and change the whole code with this...

Code:
<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:raw post.username} {vb:raw post.level} (
{vb:rawphrase 'replevel'}:{vb:raw post.reputation})"/>



goodluck and best regards to all...

:up:
Reply With Quote
  #7  
Old 03-15-2010, 04:50 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ That works, thanks so much!!!

However, the number appears under "Rep Level" instead of on the same line. How do I change that?
Reply With Quote
  #8  
Old 03-15-2010, 11:50 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sticky View Post
^ That works, thanks so much!!!

However, the number appears under "Rep Level" instead of on the same line. How do I change that?
well i cant help you coz i cant see where did you place it? you have to place it somewhere maybe just play around where the best place is...

here is the code where i had this... so you can figure out where to place the code


Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">

<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">

 	
	<dt>{vb:rawphrase 'replevel'}</dt> <dd>{vb:raw post.reputation}</dd> 

	<dt>{vb:rawphrase 'reppower'}</dt><dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd> 

		</vb:if></vb:if>
goodluck and best regards

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:49 PM.


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.03830 seconds
  • Memory Usage 2,231KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete