• Resolved jamilvor

    (@jamilvor)


    So I have nextgen gallery, nextgen voting and nextgen voting premium installed and I currently have it set up so each of the images I want people to vote on is its own gallery.

    I did this because when I created 1 big gallery it only showed 1 voting/liking button.

    How do I get 1 liking/voting button to show up for each image if I put all of the images in 1 large gallery and then insert each individual image as a shortcode on a page?

    http://ww.wp.xz.cn/extend/plugins/nextgen-gallery-voting/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author shauno

    (@shauno)

    Hi jamilvor

    If you are using the [singlepic] shortcode, you just add the voting tag to the /wp-content/plugins/nextgen-gallery/view/singlepic.php template.
    Just to remind you so you don’t need to search for it, the voting tag is:
    <?php echo nggv_imageVoteForm($image->pid); ?>

    If you aren’t using the [singlepic] shortcode, how are you adding a single picture to a page?

    Thread Starter jamilvor

    (@jamilvor)

    At the moment I havent been using single images because the voting button would not appear, so I literally have 100 galleries, each with 1 image to show a vote button each…It wasnt until I did that I realized galleries are limited to 1 vote per IP forever, and I cant make it per day. So now I have to re-vamp to single images.

    Plugin Author shauno

    (@shauno)

    Mirroring the image options to the gallery options is near the top of the list, but it’s a very big job. The vast majority of my users only use the image options, so that’s where I focused my time.
    I am sorry the plugin currently doesn’t do everything you would like, but I hope it still adds value for you.

    Please keep an eye on the updates, as I do want to add the options you are looking for.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image Voting’ is closed to new replies.