Viewing 1 replies (of 1 total)
  • Plugin Author shauno

    (@shauno)

    Hi David
    So you are trying to display a list of images that have 1 or more votes? You aren’t going to be able to just call a function from the plugin, but it’s possible if you know a little SQL.

    The votes are stored in a table named wp_nggv_votes, where the column pid is the image’s pid in NGG’s wp_ngg_pictures table. You should be able to write a query to join the 2 tables and get that list you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Code to Display voted images of a gallery to user’ is closed to new replies.