Quote:
Originally Posted by Tanapangarap
Thank you.
I have a question about how to customize it, though:
If I add "$contribution" directly after "$vbphrase[posts]: $post[posts]" to get "$vbphrase[posts]: $post[posts] $contribution", it shows up as follows, using my account info as an example:
That said, I was wondering how to get it like this:
Regards,
Kevin
|
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
Quote:
Originally Posted by chick
admin fuel when I went to your site to look my avg detected a triple threat but I still looked and have no idea what I'm suppose to look at or what this mod does?
|
Not sure what threats you are getting - my members have not reported anything. This modification calculates the percentage of posts made by the member compared to the forum total. It is shown in the postbit template.