MyBBHacks.com Plugins for MyBB

Full Version: ezGallery Lite
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Copy the broken image url and see if it appears and if matches your url.
The way I see it, everything seems to be okay, but unfortunately it's not okay. 90% of the images I uploaded back then, still under SMF, then we successfully converted them to the Mybb format. In the meantime we had only used the gallery as an archive, because most of the pictures refer to older threads. And everywhere is the guest and that I have to unlock all pictures individually. If I do that, I need months for it


https://music-society.de/ezgallery.php?a...w&id=24891
Do I have to edit something in the SQL database?
Looks like you have to ren generate the thumbnails. Do a backup of your files/db first.

Should not require any sql changes but you said you convertor the gallery from SMF?
In 2017 we successfully changed the Gallery to Mybb, only since the end of October we moved to another better server. Everything else worked out, only the Gallery resists Smile
I would just try to rebuild thumbnails. The link you sent shows no images in the hot links codes
Update
3.0
+Changed that the persons name links to their myimages section instead of their main profile.
!Improved upload fields to restrict to image types needed.
We are in the process of setting up a myBB forum.

The forum is for photography so image pixel size may often be bigger than the monitor size.

The admin has installed ezGallery Lite.

Because I am not admin, I don't know if there are settings beyond my control here.

After uploading an image to the gallery there are 2 things I notice

1/. When viewing the image it displays 1:1 (100%), which for many images is larger than the screen size.

2/. In the case of 1/, there is a vertical scroll bar but no horizontal scroll bar.

Would it be appropriate that the image was initially displayed fullscreen with the option to view 1:1 if desired?

With regard to 2/. I have tested on the latest Firefox and Chrome and I see the same. However admin says he sees a horizontal scrollbar. I don't know what browser he is using.

Regards,

Bryan
Update!

Version 4.0
----------
+ Added Drag/Drop picture uploader via DropZone more user friendly.
- Fixed SQL injection vulnerability in UpdateGallerySettings() — $variable and $value are now escaped with $db->escape_string()
- Added CSRF protection (verify_post_check) to 6 admin actions: UnApprovePicture, ApprovePicture, DeleteComment, DeleteReport, CatUp, CatDown
- Replaced all $_REQUEST/$_GET usage with $mybb->get_input() across all files for proper MyBB input handling
- Removed @ error suppression on input variables
- Fixed double HTML encoding on database writes — removed htmlspecialchars_uni() wrapping around $db->escape_string() for stored values (titles, descriptions, keywords, comments, category fields). This prevents & artifacts on display.
- Fixed $context['character_set'] leftover replaced with $lang->settings['charset'] in EditPicture, AddCategory, and EditCategory forms
- Fixed race condition in image uploads — replaced shared /img.tmp temp filename with unique per-user filenames (img_{uid}_{random}.tmp) in AddPicture2 and EditPicture2, with cleanup on failure
- Added explicit parentheses for operator precedence clarity in 8 permission check conditions across mainview, MyImages, Search2, and ViewPicture
- Removed MyISAM engine specification from gallery_settings CREATE TABLE — now uses server default (InnoDB on modern MySQL)
Pages: 1 2