Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-19-2005, 04:36 AM
Dark Riku Dark Riku is offline
 
Join Date: May 2005
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can Anyone Tell me About This Reputation hack?

A forum i go to has it and i need it for mine.

When viewing a post whether it be urs or sum1 elses in the right hand corner of the post shows that users repuatation.



here is a screenshot of what im looking for, so its actually 2 hacks i think because i want the user info one as well.



here is another if you need mroe detail..



Thanks, Dark Riku
Reply With Quote
  #2  
Old 05-19-2005, 05:02 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They just look like template mods, not hacks.
Reply With Quote
  #3  
Old 05-19-2005, 05:13 AM
Dark Riku Dark Riku is offline
 
Join Date: May 2005
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well can you give me the code for them so i can use them? and maybe tell me where to put them?

much appreciated

by the way, i dont know if they made it or not so if you could tell me if vbulletin offers this or sumone actually made this.

thanks.

~Dark Riku
Reply With Quote
  #4  
Old 05-19-2005, 07:00 AM
blueuniverse blueuniverse is offline
 
Join Date: Jul 2004
Location: UK
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

User Info and Reputation are default features of vb.
Reply With Quote
  #5  
Old 05-19-2005, 09:16 AM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do this:

go to your admin control panel:

1. vBulletin Options > Setting Group: User Reputation Options > Enable User Reputation System > select "yes"; then

2. vBulletin Options > Setting Group: Thread Display Options (showthread) > Post Elements (at the bottom, last choice) > Display Reputation Power > check Yes

3. go to your postbit or postbit legacy template and search for "reputation". modify the template to your liking.

remember, checking yes to #2 slows the boards down a bit because it has to make more calculations.
Reply With Quote
  #6  
Old 05-19-2005, 04:20 PM
Dark Riku Dark Riku is offline
 
Join Date: May 2005
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yinyang
do this:

go to your admin control panel:

1. vBulletin Options > Setting Group: User Reputation Options > Enable User Reputation System > select "yes"; then

2. vBulletin Options > Setting Group: Thread Display Options (showthread) > Post Elements (at the bottom, last choice) > Display Reputation Power > check Yes

3. go to your postbit or postbit legacy template and search for "reputation". modify the template to your liking.

remember, checking yes to #2 slows the boards down a bit because it has to make more calculations.
ok, Got the Rep power, but what about the Rep number Display? (Total:Number)


Reply With Quote
  #7  
Old 05-19-2005, 06:44 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try $post[reputationlevelid]
Reply With Quote
  #8  
Old 05-19-2005, 09:44 PM
Dark Riku Dark Riku is offline
 
Join Date: May 2005
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok where do i put that? just anywhere in the postbit code?

ooo it works thanks, now i just need the User Info code and im all set.

And does anyone know how to put that border around it?

~Riku

Quote:
Originally Posted by Dark Riku
ok where do i put that? just anywhere in the postbit code?

ooo it works thanks, now i just need the User Info code and im all set.

And does anyone know how to put that border around it?

~Riku
ReEdit to bump :P

It worked, But theres one problem, If someone adds to your rep it wont display the proper number? I Add'd 10 to a user and his rep stayed at 5, Waited an hour still at 5? Any idea's?

Heres the code im using, it works, Displays but doesnt update the REP, Rest updates!!

Code:
			</td>
			<td width="100%">&nbsp;</td>
			<td valign="top" nowrap="nowrap">
			<fieldset class="fieldset">
				<legend><b>User Info</b></legend>
				<div class="smallfont">
					<div>Join Date: $post[joindate]</div>
<div>Location: $post[field2]</div>
$vbphrase[posts]: $post[posts]
				
			</td>
			<td width="100%">&nbsp;</td>
			<td valign="top" nowrap="nowrap">
				
				<div class="smallfont">
					
					<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
					<div>
						
	
			</td>
			<td width="100%">&nbsp;</td>
			<td valign="top" nowrap="nowrap">
			<fieldset class="fieldset">
				<legend><b>Reputation</b></legend>
				<div class="smallfont">
<b>Total Rep:</b> <font color=green>$post[reputation]</font>
<b>Rep Power:</b> <font color=green> $post[reppower]</font><br>
<b>Rep Bars:</b> $post[reputationdisplay] <div>
				</div>
</fieldset>
				
			</td>
-Edit- Fixed, Put the wrong $post, Think this would be a good enough code to release to people? i mean it makes it look pretty cool lol..
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 11:58 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06609 seconds
  • Memory Usage 2,237KB
  • 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
  • (1)bbcode_code
  • (2)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