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

    (@shauno)

    Hi Sabke2

    Copy/Paste straight from the FAQ:

    How do I make the voting form appear for images?

    You need to add a small tag, <?php echo nggv_imageVoteForm($image->pid); ?>, to the gallery output template to get the voting showing in the galllery.

    For NGG 1.x, you can find the gallery templates in the /plugins/nextgen-gallery/view/ directory. For the default shortcode, [nggallery id=x], you add the tag to the gallery.php file. If you add the template attribute to your shortcode, you need to alter the appropriate template. eg: If you use the [nggallery id=x template="caption"], you need to add the tag to the gallery-caption.php template.

    Thread Starter Sabke2

    (@sabke2)

    ok did this and it works with the latest version of NextGen vote.

    One little question.
    How can i get the stars below the picture???

    Thx in advance

    Greetz

    Michael

    Plugin Author shauno

    (@shauno)

    You position the stars by placing the tag where you want it in the markup of the gallery template. You further change the look/position with your own CSS, as the voting form provides classes/ids you can hook into

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

The topic ‘Voting doesn't appear’ is closed to new replies.