vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   another reputation with points (https://vborg.vbsupport.ru/showthread.php?t=98209)

azmi 10-11-2005 10:00 PM

another reputation with points
 
change:
2 templates and upload all images
time to change: 5 minutes
difficult: easy

in template "postbit" , "postbit_legacy" and "MEMBERINFO" find this text:
PHP Code:

<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if> 

Replace with:
PHP Code:

<if condition="$show['reputation']"><div><if condition="$show['reppower']"></if>
<
table width="120" border="0" cellspacing="0" cellpadding="0">
<
tr>
<
td width="48" height="20" align="center" background="images/reputation/pointrep.gif">$post[reputationPts</td>
<
td background="images/reputation/reputation_back.gif">$post[reputationdisplay]</td>
</
tr>
</
table></if> 

upload all images to "/images/reputation/" folder

that's all
Enjoy!

lordofgun 10-12-2005 01:54 PM

looks nice. What does Pkt stand for?

Mr Chad 10-12-2005 01:57 PM

Quote:

Originally Posted by lordofgun
looks nice. What does Pkt stand for?

Point in another language?

azmi 10-12-2005 02:00 PM

its a shortcut for points
german: Punkte -> Pkt.
engl. points -> pts

in your case you have to change it to pts
english version :
PHP Code:

 <if condition="$show['reputation']"><div><if condition="$show['reppower']"></if>
<
table width="120" border="0" cellspacing="0" cellpadding="0">
<
tr>
<
td width="48" height="20" align="center" background="images/reputation/pointrep.gif">$post[reputationpts</td>
<
td background="images/reputation/reputation_back.gif">$post[reputationdisplay]</td>
</
tr>
</
table


lordofgun 10-12-2005 02:40 PM

So the Pkt. is not really the rep points, but the rep power, right?

cedced 10-12-2005 04:31 PM

link demo ?
pic rank ... so so

Paul M 10-12-2005 05:18 PM

I'm confused, what does this actually do ?

Oblivion Knight 10-12-2005 05:22 PM

Quote:

Originally Posted by Paul M
I'm confused, what does this actually do ?

Shows the reputation points instead of reputation power, and wraps it with a small border.

kall 10-12-2005 06:57 PM

Quote:

Originally Posted by azmi
its a shortcut for points
german: Punkte -> Pkt.
engl. points -> pts

in your case you have to change it to pts

Technically, all hacks released on vB.org are supposed to be in English, so you should really be the one to change it to Pts in the install instructions.

secret1980 10-13-2005 03:10 AM

is it a seperate reps system i.e 2 reps systems or is it some thing differnt ??

Quote:

Originally Posted by Oblivion Knight
Shows the reputation points instead of reputation power, and wraps it with a small border.

then will it show even the rep power too .. along with rep pts ???


All times are GMT. The time now is 05:08 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.01156 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_php_printable
  • (4)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