![]() |
I'm using this hack along with vBSupport System v1.1:
https://vborg.vbsupport.ru/showthread.php?t=94023 When I open a support ticket, I'm getting the same error another user was getting: Quote:
Edit: I'll try adding "OR (THIS_SCRIPT == 'vBSupport')" Edit again: It was actually "support" not "vBSupport". However, this fixed it. |
I'm actually looking for how to change the code so each level uses a different image, instead of adding all the images inline.
For example, level three uses "reputation_lev3pos.gif" instead of "reputation_lev1pos.gif reputation_lev2pos.gif reputation_lev3pos.gif" Could you tell me what code to modify to accomplish this? (I might figure it out before you respond. If I do, I'll post my modification.) Thanks. |
To accomplish this, open the .xml file and find the line:
foreach($vbulletin->repsettings AS $replevel) { At the end of this foreach statement, you'll find this line: eval('$post[\'reputationdisplay\'] .= "' . fetch_template('postbit_pig_reputation') . '";'); Change this line to: eval('$post[\'reputationdisplay\'] = "' . fetch_template('postbit_pig_reputation') . '";'); This will modify this hack to use individual images instead of multiple images. |
This is what came up when importing the product...
Database error in vBulletin 3.5.4: Invalid SQL: INSERT INTO repgemlevel (minimum, template, suffix) VALUES (1, 0, ''); MySQL Error : Unknown column 'template' in 'field list' Error Number : 1054 Date : Saturday, March 11th 2006 @ 05:29:46 PM |
If you have Photopost vBGallery:
Error: -- showimage.php If you look @ a image the page will go white and only pass <body></body> tags. Fix Add: Code:
(THIS_SCRIPT == 'showimage') OR |
damn. i need this for 3.6!!!
any1 can help? |
It works for me on 3.6...
|
Quote:
|
Speak for yourself :)
|
Also get a Warning:
Code:
Invalid argument supplied for foreach() in /includes/functions_reputation.php(139) : eval()'d code on line 14 |
All times are GMT. The time now is 01:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|