[Plugin: NextGEN Gallery] Gallery only showing first image
-
This is going to be kinda complicated
First of all I am running a wordpress installation over a MSSQL Server, and while everything usually works without a problem sometimes stuff gets broken in obscure places.
I installed your pluggin and had to manually deal with a date format issue in the imagedate field of the database. To be specific, i disabled the insertion of dates in your SQL Insert command in ngg-db.php.
After dealing with that i had no trouble creating a new gallery and uploading a new image. (it just defaults another date in that field)
However when I updated more images in that same gallery they don’t appear anywhere. I checked the database and the images folders and the images are there (along with their info in the db).
I changed the sorting and played with the exclude option and then I would be able to see the second image or the first one by that sort method. So it seems that whatever code is in charge of looping through the DB rows of a gallery’s images is only showing the first one.
This happens everywhere i try to see the gallery, from pages where I use the shortcode to even the Manage Gallery area in the admin panel.
If you could help me by just pointing out the functions you use to build those lists and .php files that have em I can continue trying to fix that thing on my own.
Thanks
- The topic ‘[Plugin: NextGEN Gallery] Gallery only showing first image’ is closed to new replies.