Quote:
Originally Posted by mad@Max
Ted S, can you make some variable calculated the difference between number of good post and bad post, like
PHP Code:
$post['overallrank'] = $post['goodrank'] - $post['badrank'];
?
|
Definitely. I've added this to my source code so when 1.3.5 comes out it will be there. It may be a few days before I release that however as I just put out a big launch this morning and don't have any other minor updates to necessitate a release.
In the meantime you can hardcode this to the plugin file as you know or just use the 3 existing variables, goodrank, badrank and total rank for display purposes.