Yes it does and you can also grant access to only certain usergroups - like mods for example
SQL question... how can I get the following query to list ORDER BY totalratings / totalvotes ?
Code:
$mvotes= $DB_site->query_first("SELECT sitename,buttonurl,affiliate_id,siteurl,totalvotes FROM affiliates WHERE active='1' AND approved='1' ORDER BY totalvotes DESC");
I'm looking to list affiliates based on average ratings instead of totals but "calcrating" isn't entered into the db.