nathanaus |
01-07-2005 01:28 AM |
Quote:
Originally Posted by Paul M
Find ;
$posneg = $repa;
replace the next line with ;
if (!$cutoff) { eval('$post[\'reputationdisplay\'] .= "' . fetch_template('postbit_reputation') . '";'); }
and again, find ;
$posneg = $repb;
and replace the next line with ;
if (!$cutoff) { eval('$post[\'reputationdisplay\'] .= "' . fetch_template('postbit_reputation') . '";'); }
:D
|
Hi, I love this hack. I installed it on my testing forum and will tranfer it over to my live forum soon.
One question - this small mod to the code I have quoted, is that supposed to remove all the green pips to display the gold pips only - when the users rep gets that high?
if so, it doesn't seem to be working for me.
I tested it, got all the green one happening, then eventually got the gold to show up next to the green as was written in the original hack. However, I have modified the line under the $repa and $repb section to reflect the change outlinedi n the quoted text above. When the user now gets to the lvel of a gold pip it keeps going right next to the green.
Have I done something wrong or does that modification not do what I thought it would?
I was hoping it would completely remove all the green (say 5 dark green and 5 light green) with one gold pip, then again as the users rep build more gold pip's are added. Essentially making it look like the user has gone above that of "ordinary" user rep and now has a line of gold instead of a line of green and gold.
Thank you
|