Viewing 3 replies - 1 through 3 (of 3 total)
  • Firstly, I assume you mean galleries, not albums.
    Secondly, you would be able to get the top rated galleries, by querying [wp_]nggv_votes, grouping by gid (where gid > 0), and ordering by the AVG-ed vote column DESC.

    Thread Starter Merrichetti

    (@merrichetti)

    You’re right, I did mean to say galleries, sorry about that.
    I hate to bother you with this, but I am more familiar with drupal than I am with wordpress. Do you mean I should be creating a page or editing the ngg-voting script.

    Can I just edit the code below to load gallery results or add similar code to call for gallery results:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    The best place to add custom functionality would probably be your theme’s functions.php file.
    You can write a function there, and call it in the template you want to display it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] NextGen gallery Voting: Top Rated Album’ is closed to new replies.