Forums

NextGEN Gallery
NextGen gallery Voting: Top Rated Album (4 posts)

  1. Merrichetti
    Member
    Posted 4 months ago #

    Is it possible to create a page or link for top rated albums?
    On the site I am working on, we will be voting on albums and not individual images, as a result we will ned to view the results of all albums instead of images.

    Mark

    http://wordpress.org/extend/plugins/nextgen-gallery/

  2. shauno
    Member
    Posted 4 months ago #

    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.

  3. Merrichetti
    Member
    Posted 4 months ago #

    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]

  4. shauno
    Member
    Posted 4 months ago #

    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.

Reply

You must log in to post.

About this Plugin

About this Topic