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)
-   -   Major Additions - Reputation Points in USERCP (https://vborg.vbsupport.ru/showthread.php?t=166125)

Raei 12-24-2007 10:00 PM

Reputation Points in USERCP
 
to display the number of points for every reputation record in USERCP

https://vborg.vbsupport.ru/attachmen...1&d=1198623429


In the Template USERCP, look where it says this:
PHP Code:

<td class="thead">$vbphrase[comment]</td

and add this after it
PHP Code:

<td class="thead">$vbphrase[points]</td



In the Template usercp_reputationbits, look where it says this:
PHP Code:

<td class="$reputationbgclasswidth="50%"><span class="smallfont">$reputation[reason]</span></td

and add this after it
PHP Code:

<td class="alt1Active" width="50%"><span class="smallfont">$reputation[reputation]</span></td



or replace the current templates with attached

inder123 01-27-2008 02:51 PM

Any One Tried This? I Tried but Seems Not Working

Thanks

joeycano 01-30-2008 01:23 AM

Also tried and it did not work, too bad, good idea
Also tried to use the:

USERCP.txt
usercp_reputationbits.txt

route but it did not work either. Something is missing

Kalina 01-30-2008 02:32 AM

It worked just fine on my forum! :)

Thelonius Beck 02-03-2008 08:07 AM

It worked for me! Thanks man.

ragtek 02-03-2008 09:28 AM

i would also change the tableheader - rowspan ;)
now its made for 5 rows but with this mod you have 6

Patiala King 03-27-2008 12:01 PM

did not work for me.

studentsforum 07-01-2008 08:31 AM

it worked for me
really nice thanks a lot

is there a way of getting that extra bit that is in grey to disappear and be blue and look right.?

https://vborg.vbsupport.ru/attachmen...2&d=1198623426


All times are GMT. The time now is 12:11 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.01492 seconds
  • Memory Usage 1,726KB
  • 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
  • (4)bbcode_php_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