JoNLaN
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
I have sent you a bug report regarding keyboard navigation. All you need to access the site has been provided.
Sent
The gallery is hidden behind is_user_logged_in().
Can I provide you with url and user credentials in a more secure way?
Breadcrumbs also not showing in empty albums.
“no images were found” and nothing else. This adds to making navigation harder than necessary.
Forum: Plugins
In reply to: [Image Gallery - Responsive Photo Gallery] Reorder images by nameQuick ‘n dirty fix. Ran from a separate php-file.
$i = 0; $result = query("SELECT id FROM test_huge_itgallery_images WHERE gallery_id='2' ORDER BY image_url"); while($row = mysqli_fetch_array($result, MYSQL_ASSOC)) { $i++; query("UPDATE test_huge_itgallery_images SET ordering='$i' WHERE id='{$row['id']}'"); }
Viewing 5 replies - 1 through 5 (of 5 total)