MyBB Community Forums

Full Version: ezGallery 2.0.1 - Photogallery for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2018-02-10, 01:10 AM)vbgamer45 Wrote: [ -> ]Make sure you give the membergroup upload permission. And create a category then you can add images to that category

Got it, thank you!
(2018-02-10, 01:25 PM)vbgamer45 Wrote: [ -> ]It is possible

Thank you, sir is it possible to use other image hosting? or if not, how can it be minimize so that it will not affect site speed.
Is it possible to resize the original images instead of using thumbnails? I really don't like the quality of the thumbnails and loading time is not a major concern for me, so I would prefer to use the original images. I do know how to set that up, but surely the gallery still creates the thumbnails, even if I'm not displaying them. Is there a way to turn that off so that it won't clutter up my server with images that don't see the light of day?
Yes where ever you see in ezgallery.php
$GD_Installed = 

Change to
$GD_Installed = false;
(2018-03-02, 07:52 PM)vbgamer45 Wrote: [ -> ]Yes where ever you see in ezgallery.php
$GD_Installed = 

Change to
$GD_Installed = false;

Thanks, I tried that. Found it in 3 places and changed it, but it still creates the thumb nails.

It technically appears 3x more but I don't know if it needed changing in that bit here as well?
<img ' . ($GD_Installed == true ?  'src="' . $gallerySettings['gallery_url'] . $row['filename'] . '" ' : 'src="' . $gallerySettings['gallery_url'] . $row['filename'] . '" ')  . ' border="0" alt="" width="80px" /></a><br />

Do I swap true for false there?
Yes from true to false.

The thumbnail files will still be created in the file system but the display will be sized by html
Is this possible i can import my old gallery images in ezGallery along with category
Possibly but would require writing a conversion script to convert the data over.
(2019-01-01, 04:35 PM)vbgamer45 Wrote: [ -> ]Possibly but would require writing a conversion script to convert the data over.

Sorry for delay reply

This is mybb gallery url 

and this my vbulletin photoplog
I can probably do it as a custom job for a fee.
Just depends on how the images are stored and I would need that photoplog database.
And are the same member ids both on your mybb/vbuletting forums.