Quote:
Originally Posted by rockinaway
You will have to edit the plugin. So find the 'Contribution' plugin and you just need to edit the following line:
Code:
$contribution = $vbphrase['rkw_contribution'] .' '. $calculation .'%';
Change it to:
Code:
$contribution = '('. $calculation .'%)';
Should work 
|
Awesome; it works perfectly. I am very happy to finally find a version of this feature that works on 3.7. Thank you again.
One more thing: have you considered making the percentage more precise? For example, instead of 5%, you might say 5.2% or 5.02%? I remember that's how the percentage was displayed by a phpBB2 modification(back when I used that software), and for an old vBulletin modification ("
ZH - % Of Forum Posts") that worked for 3.6. I think it is even more interesting like that. I have no knowledge of the coding involved, so if that would take more than a minor adjustment I don't want to bother you about it.
Regards,
Kevin