vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - Display Reputation Comments Given (https://vborg.vbsupport.ru/showthread.php?t=122592)

Paul M 09-19-2006 06:39 PM

On import, this creates a setting in vBulletin Options > User Reputation Options called "Number of Reputation Given Comments to Display" with a default value of 10.

Insert Username 09-19-2006 06:43 PM

Interesting. Third time's a charm, I guess. Imported just fine this time. Far as I know, anyway. ;)

Thanks!

ESADCG 10-08-2006 03:48 AM

Installed, cool mod!

Nathan2006 10-17-2006 02:10 AM

Thank you Paul

Install

SideDraft260 11-23-2006 07:00 PM

For some reason I've installed it several times, but can not get it show the "reputation given" options in AdminCP, nor does it show in the user profiles. My reputation received works just fine, however. Any ideas?

Paul M 11-24-2006 07:40 AM

There is only one option (max number of comments to display) which appears in the reputation settings above the Administrator's Reputation Power setting.

soulface 12-13-2006 03:35 PM

the auto templates edit settings kinda bad i think..

Code:

$search_text = '<table cellpadding=';
        $vbulletin->templatecache['USERCP'] = str_replace($search_text,$vbulletin->templatecache['Display_Reputation_Given'].$search_text,$vbulletin->templatecache['USERCP']);
}

its catching every table in usercp. when i installed it first, i got 5 'reputation given box' in usercp. so i change it to

Code:

$search_text = '<!-- ############## NEW REPUTATION ##############  -->';
        $vbulletin->templatecache['USERCP'] = str_replace($search_text,$vbulletin->templatecache['Display_Reputation_Given'].$search_text,$vbulletin->templatecache['USERCP']);
}


Paul M 12-13-2006 05:12 PM

What other tables ?

I cannot replicate any such occurance on any of my forums.

Checking the default USERCP template, the code searched for only appears once, so you must have a customised template.

soulface 12-13-2006 05:42 PM

Yes. I use a customized template, may be thats why. :S

Paul M 12-13-2006 09:47 PM

Quote:

Originally Posted by soulface (Post 1137928)
Yes. I use a customized template, may be thats why. :S

There is no "maybe" - that is the reason why. :)

I cannot predict what will happen in customised templates. :cool:


All times are GMT. The time now is 02:22 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.03812 seconds
  • Memory Usage 1,732KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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