Viewing 6 replies - 16 through 21 (of 21 total)
  • Same issue here, not working anymore.

    I get voting for gallery, but nothing shows for individual images. Using latest versions of everything (wp 3.0, BGG 1.5.5, Gallery voting 1.4) as of today.

    Also have NG Public Uploader v1.6 activated (which does work btw).

    does anyone tried this?

    Ok, and how do I make the voting form appear for images?

    For images there’s an extra step. First you still need to enable voing on the specific images you want. Then you need to add a tag to the gallery file of NextGEN. I’m going to use NextGEN version 1.3.6 to as the example, but it should be pretty much the same for all ‘newish’ versions: Between line 38 and line 50 in /nextgen-gallery/view/gallery.php is the loop that shows each image in a specific gallery. You need to add the following tag anywhere in that loop: <?php echo nggv_imageVoteForm($image->pid); ?>. That will output the vote form where you put it. Personally I like to place it on a new line after the close tag (new line created 45)

    Ok, been there done the above get the following error everytime I try to vote on any image. There was a problem saving your vote, please try again in a few moments.

    Thanks Mathew.
    It worked! ??

    Just wishing it’d all become Ajax one day…

    Good night. Installed NextGEN Gallery 1.5.5 NextGEN Gallery Voting 1.4 for WordPress 3.01 Posted in gallery.php withdrawal form voting <?php echo nggv_imageVoteForm($image-> pid);?> for each photo put rules, but when you try to vote every time the answer appears ‘There was a problem saving your vote, please try again in a few moments.’ Maybe someone has already encountered, where that correct?

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: NextGEN Gallery Voting] Voting for every image’ is closed to new replies.