How to enable voting
-
How to enable the voting feature on images..Its not showing up..In FAQ i checked it but dont know how to place it..please help me asap
-
I second that. I´m not saavy enough to get it done with the FAQ instructions. I just bought Nextgen so I guess it´s 2.x. I want to enable voting on images before I launch the site.
Thank you,
Carl
I assume it should be added here. I got this far but it ends here. I don´t understand inside and outside foreach() loop. Please be specific and insert <?php echo nggv_imageVoteForm($image->pid); ?> for image and gallery voting in the code below that I assume is right. If not show the tag inerted at the right place. I apologize for my php ignorance.
Awesome plugin. Thanks,
Carl
Hi. Im in the same boat here. Very stressed about this. Im really feeling rather embarrassed about posting any comments here. But here is my question.
It says we must “You need to add a small tag to the gallery display template.”
Where do we find the gallery display template….
Any input will be greatly appreciated.
Thanks
KimHi,
I have more or less the same issue, although the implementation was done following step by step the instructions the rating does not appear.
I am sure that the php tag <?php echo nggv_imageVoteForm($image->pid); ?> has been inserted in the right place of the source code because I have also put some text “Rating here:” that appears for each image as expected.Please find below all the information, thanks for any help.
Preview: http://www.torte.net/foto/torte-decorate-per-bambini/
Settings: http://www.torte.net/tmp/settings.pngTemplate: /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php
Here is the code:
<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="ngg-gallery-thumbnail" > <a href="<?php echo nextgen_esc_url($image->imageURL) ?>" title="<?php echo esc_attr($image->description) ?>" data-src="<?php echo nextgen_esc_url($image->imageURL) ?>" data-thumbnail="<?php echo nextgen_esc_url($image->thumbnailURL); ?>" data-image-id="<?php echo esc_attr($image->pid); ?>" data-title="<?php echo esc_attr($image->alttext); ?>" data-description="<?php echo esc_attr($image->description); ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img title="<?php echo esc_attr($image->alttext) ?>" alt="<?php echo esc_attr($image->alttext) ?>" src="<?php echo nextgen_esc_url($image->thumbnailURL) ?>" <?php echo $image->size ?> /> <?php } ?> </a> <span><?php if (!$image->hidden) { echo $image->caption; } ?></span> <span style="color:red">Rating here: <?php echo nggv_imageVoteForm($image->pid); ?></span> </div>Same problem Tecnologo 🙁
The topic ‘How to enable voting’ is closed to new replies.