Enable voting settings for images on all the images which has been created before the plugin, is there any other way than enable them manual on image by image, a script or something.
regards
Enable voting settings for images on all the images which has been created before the plugin, is there any other way than enable them manual on image by image, a script or something.
regards
Hey heshamshabana
Unfortunately there currently isn't a simple way to enable voting on all the images. You have to manually do it for now.
I have got this on my to-do list, so hopefully it will be available in a future release.
You can use this SQL query in phpMyAdmin to enable settings across all images:
UPDATE wp_nggv_settings SET enable = 1 WHERE gid = 0
Change "enable" to any other column name and repeat the command to set other settings for old images.
Note that you first have to manually enable voting for a single image on each page (50 images per page) of each gallery in Manage Gallery. This will add rows for all images to the database.
You must log in to post.