Quote:
Originally Posted by CvP
only goodrank is blank. badrank is 0.
Once voted (up or down), it becomes available.
Ok but can you tell me how to fix it? for now, hidden posts are impossible to display.
Clicking the "arrow" doesn't show anything.
|
For the 0, in the XML file go to
Code:
if(!$this->registry->options['helpans_manual']){
Above this add:
Code:
$post['goodrank'] = int($post['goodrank']);
I'm not sure why they are not expanding, as it works fine on my test site and several live sites. On your site I get no javascript errors so that's not the issue; I'll have to test more but unfortunately am traveling for a few days. I assume you have disabled this by now, or can I still review it to test further?