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.
Where is that code from?
(2010-12-26, 05:09 PM)vbgamer45 Wrote: [ -> ]Where is that code from?

this is code root/ezgallery.php

open and find:
  // Üyenin resimlerine git 
                if ($mybb->user['uid']!= 0)

//redirect('ezgallery.php?action=view&id=' . $id);

redirect('ezgallery.php?action=myimages&u=' . $mybb->user['uid']);

                    
                else 
                    redirect('ezgallery.php?ezgallery.php?cat=' . $cat); 
            }

my aim is to show the latest uploaded image
Where do you want to show the last uploaded images? On MyBB
(2010-12-27, 06:37 AM)vbgamer45 Wrote: [ -> ]Where do you want to show the last uploaded images? On MyBB

I want to show the most recent upload my picture.
only a single picture. id = 532, for example the picture.
What is the solution?

Please help me
Do a query on the gallery_pic table grab the thumbnail filename and and then use the gallery url in the gallery_settings table to display the picture.
Will be nice add that feature in the next version... :l
does the free version have the ability to set quotes on a user group basis?
(2011-01-02, 01:23 PM)vbgamer45 Wrote: [ -> ]Do a query on the gallery_pic table grab the thumbnail filename and and then use the gallery url in the gallery_settings table to display the picture.

I do not know the code. Are you a writer Detailed
(2011-01-03, 06:37 AM)Shemo Wrote: [ -> ]does the free version have the ability to set quotes on a user group basis?
Does not have quotas built in.