I would like to sort the rating reviews in order of their total count. Is there a value I can use for the orderby parameter such as an equivalent for “comment_total”?
I have tried a few things without successful results like this:
Thank you again.
EDIT: I think the value would be “overall_count”. If that is the correct value, then here, too, I cannot sort it in ascending order, only in descending order. If I add this:
{exp:rating:rankings weblog="{master_weblog_name}" dynamic="off" limit="8" rdf="off" sort="asc" orderby="overall_count" disable="member|trackbacks"}
my content ...
{/exp:rating:rankings}
I get an abundance of errors:
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Trying to get property of non-object in ../modules/rating/mod.rating.php on line 830
Warning: Invalid argument supplied for foreach() in ../modules/rating/mod.rating.php on line 830
Notice: Undefined property: stdClass::$num_rows in ../modules/rating/mod.rating.php on line 852
