shauno
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Latest NGG Version 2.0.71 Broke Voting RestrictionsHi all
NGG 2.0.77 has fixed the bug that broke the voting restrictions, so everything should be back to normal ??Forum: Plugins
In reply to: [NextGEN Gallery Voting] Latest NGG Version 2.0.71 Broke Voting Restrictions@hardimanja: This is now a confirmed issue. NGG has changed something in the latest version that the voting plugin was relying on to set the voting restrictions.
I will try to get an updated version out that fixes the issue ASAP.@aiaconnecticut: This is just an issue with the way the WP update system works. There used to be a way to maintain the templates in NGG v1, but at the rapid rate NGG is updated, I’m not sure if it still exists. I will investigate and document it if I find a way.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Disable of DislikeYip, one time only ??
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Disable of DislikeThe premium add-on has this functionality.
Looks like a problem with what ever “NextGEN ImageFlow” is. Nothing do with the voting plugin.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Simple existing image rating“Manage Gallery” is in the NextGEN Gallery options, not the voting plugin.
The FAQ links to this page, with explicit detail on which templates are used for which gallery display options.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Simple existing image ratingYou need to enable voting (and set the options as you want) for each image, and then you need to add a small tag to the voting template.
The FAQ tries to explain in as much detail as possible how to add the tag. It’s not as straight forward as I would like, but that is controlled by NGG, so I cannot influence how that needs to be done. Just read the FAQ carefully, and follow the steps explained. If you have any specific issues, reply with the details and I will try talk you though it more.
Good luck
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Simple existing image ratingYes, you edit image voting options from the “Manage Gallery” screen in NGG.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Have Followed Instructions, Voting Not Appearing“Here you can set the default voting options for Galleries and Images. Changing these options will not affect any existing Galleries or Images. You can change the settings per image or gallery from the ‘Manage Gallery’ screen in NextGEN Gallery.”
– Text above NGG Voting settings screen
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Have Followed Instructions, Voting Not AppearingHi cwhit
Have you actually enabled voting on the images in the gallery? The NGG settings screen is for setting the defaults for new images. Existing images can have their voting settings toggled via NGG’s “manage gallery” screens.
Forum: Plugins
In reply to: [NextGEN Custom Fields] Copy Custom Field Information when Copying ImagesHi David
Thanks for the donation, much appreciated.
The reason the custom fields don’t copy with the images, is because there is no ‘hook’ in the NGG code to catch into when the copy happens.
I haven’t checked their code in a while, so maybe something has been added more recently. I will have a look when I get a chance, and see if I can add that feature if it’s now possible.
Thanks again
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Vote for a photo a dayHi tiflon
Once per day means the voting will reset at 12 midnight. Does that answer your question?
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Gallery Voting not workingHi up2peace
In the newer versions of NGG, it’s not a
foreach()
, but afor()
loop. It will look something like:<!-- Thumbnails --> <?php for ($i=0; $i<count($images); $i++):
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Click to Vote button staying after voteHi remigi
The voting uses ajax so it doesn’t need to refresh. This is the intended behavior.
Your site’s styling and theme are responsible for setting the display of the plugin. It purposefully does as little styling as possible, because there are just too many different themes and settings for it to work perfectly out the box for everyone.
The voting markup is classed so you should have enough place to hook into and customize with only your theme’s CSS.Forum: Plugins
In reply to: [NextGEN Custom Fields] Gotta Problem, on a deadline.Hey man
This goes a little outside of the scope of the support I can provide for this plugin. If you have a specific question about using the plugin, I will be able to help.
Good luck with your project.