Peterkb
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Gallery Voting] nextgen-gallery-votingThanks for your help. I had miss counted lines.
It now works except that 1 extra voting form appears after the last thumbnail. Not a problem. I can live with that.One last ( I hope) question. Can you delete or clear votes and re-start the voting?
Forum: Plugins
In reply to: [NextGEN Gallery Voting] nextgen-gallery-votingSorry I’m not very good with code so I’m not total sure about the ‘template’. I’m using a theme called “Adventure” by Eric Schwarz and I have added your line of code into ‘view/gallery.php’ here
‘<?php if ($gallery->show_piclens) { ?>
<!– Piclense link –>
<div class=”piclenselink”>
piclens_link ?>”>
<?php _e(‘[View with PicLens]’,’nggallery’); ?>
</div>
<?php echo nggv_imageVoteForm($image->pid); ?>
<?php } ?>’Gallery shortcode is [nggallery ID =1] I will have 6 different galleries when finished.
Draft website is ‘barbet.web-sa.co.za’
Forum: Plugins
In reply to: [NextGEN Gallery Voting] nextgen-gallery-votingThanks but even with the thumbnails I only get one voting form. Should I reduce the number of thumbnails (I have 7) to make space for voting forms?
Pity about not being able to add to the popup but I can live with it working on thumbnails if I can get it right.Forum: Plugins
In reply to: [NextGEN Gallery Voting] nextgen-gallery-votingHi Shauno,
I’m using the latest WordPress (3.4.1) and NextGEN (1.9.5) and this solution doesn’t seem to work. No matter where I add the line of code I still only get a voting form on the thumbnail page and not with each image.
Would appreciate if you could help.