vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Can Anyone Tell me About This Reputation hack? (https://vborg.vbsupport.ru/showthread.php?t=81714)

Dark Riku 05-19-2005 04:36 AM

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.

https://vborg.vbsupport.ru/external/2005/05/5.jpg

here is another if you need mroe detail..

http://img283.echo.cx/img283/6043/rephack29il.jpg

Thanks, Dark Riku

Paul M 05-19-2005 05:02 AM

They just look like template mods, not hacks.

Dark Riku 05-19-2005 05:13 AM

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

blueuniverse 05-19-2005 07:00 AM

User Info and Reputation are default features of vb.

yinyang 05-19-2005 09:16 AM

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.

Dark Riku 05-19-2005 04:20 PM

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)

http://www.darkriku.ho8.com/untitled.JPG
http://img265.echo.cx/img265/253/rephackscreen7fu.jpg

Princeton 05-19-2005 06:44 PM

try $post[reputationlevelid]

Dark Riku 05-19-2005 09:44 PM

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..


All times are GMT. The time now is 07:09 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.01011 seconds
  • Memory Usage 1,741KB
  • 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)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