INDEXU just displays the top 10 links each of the main categories without regard to any other criteria. However, I think you can change the number from 10 by changing the Top Rated Limit in the Admin Control Panel.
you could add something to the where clause to further limit the number. See lines 886 - 889 of the DisplayTopRatedListing function in the link.class.php file.
Code:
$this->query .= ") and suspended = 0 and rating > 4 order by rating desc";
I didn't test this so it may or may not work.
To use the user's review rating would require the use of the idx_review table.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.