vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Reputation Displayed as Numbers (https://vborg.vbsupport.ru/showthread.php?t=126105)

UZFRED 09-07-2006 10:00 PM

Reputation Displayed as Numbers
 
Same thread but in the 3.5.x forum:
https://vborg.vbsupport.ru/showthread.php?t=118900

I was looking for this mod but I found no promising results on this community.
So I went out and try for myself and came up with the result I wanted.
So basically what this modification does is the following (X's represent the gems):

Before modification:

Rep: XXXXXXXXX

After modification:

Rep: 1046
XXXXXXXXX



For the Default template do the following:

In postbit_legacy find:

PHP Code:

</if>$post[reputationdisplay]</div></if> 

REPLACE with

PHP Code:

</if>Rep$post[reputation]<br /> $post[reputationdisplay]</div></if> 

For other templates (tested on ExtremePixels skin's Air and Fusion) do the following:

In postbit_legacy find:

PHP Code:

<if condition="$show['reputation']"><div class="info">Rep$post[reputationdisplay]</div></if> 

REPLACE with

PHP Code:

<if condition="$show['reputation']"><div class="info">Rep$post[reputation]<br /> $post[reputationdisplay]</div></if> 

If it isn't working on one of the templates you're using do the following.
Try to find the string "posts" in postbit_legacy. Below this piece of code you'll find the piece of code that displays reputation. You must find the part that displays the gems.

Before the Gem Display Code (on the Default Skin it was "$post[reputationdisplay]" (without quotes)) place:

PHP Code:

$post[reputation]<br /> 

I hope this was really useful to some people!


Kirk Y 09-08-2006 09:18 PM

Cool, good idea.

rb290 09-10-2006 12:48 AM

my 3.6.0 skin is extremepixel iSkin and it doesnt even have the Give Rep button or anything..

I wanna make it have the Rep and the Rep Power and the rep Gems plus the button to add to reputation

I had it perfect on vB 3.5.4 it was something like this:

Points: 5849
Rep Power:232
Gems

Give Rep (add to rep button)
do you know how I can add this ?

Minha 10-10-2006 11:45 PM

Thanks for this modification ;)

ESADCG 11-30-2006 03:33 AM

Thanks SO much for this. Every other one I found didn't work. :)

4yBak 11-30-2006 06:21 PM

may some one ask me how to change reputation display as numbers when turned on AJAX?

Example: when you add reputation through AJAX reputation value are displayed as image and not as number

msibm 01-30-2007 03:52 AM

Thanks a lot.

fpattberg 01-30-2007 12:36 PM

Hi.

I am trying to install this mod but I do not know where to replace the code. The code I have to delete is not in the template. This is the code it shows instead:

<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>

Where can I replace the code in this code block above to have the Rep display?

Thanks.

Fabian

rjp0615 01-31-2007 12:50 AM

appreciated.

X1C3W5 02-25-2007 11:11 AM

New updated and improved version https://vborg.vbsupport.ru/showthrea...84#post1190284.

Support is now given in there.


All times are GMT. The time now is 11:39 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.01826 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete