Installed the popularity-contest, worked fine every where except on the sidebar. I can see the posting popularity rating,and the report etc, but the text widget with the following code, showed nothing, not sure if there is any error either (maybe I don't know where to look)...
<?php akpc_most_popular(); ?>
seems like popularity-contest php is just doing simple SQL query, judging from the fact that report/posting p-rating showed up ok, the database tables must be all right... not sure why the top postings just won't show up in the sidebar.
I tried different parameters in the call, for example:
<?php akpc_most_popular(7, '
- ', '
'); ?>
No joy. Is there a way to dump the SQL statement and testing the query directly? Or there is a simpler solution to get it working on the sidebar?