I'm reorgaznizing my whole gallery to make use of virtual categories, the best part of 1.3. But I wish I could display more than just five entries at a time in the image information section. If I could display, say, 20 at once, that would save me time. Is there any easy way to modify the admin script to do that?
Oh, I just had a thought... when I'm done adding all of my pics to virtual categories, what happens when I go to add new ones? Is there a way for new pictures to be displayed first, just like in the actual gallery?
I'm reorgaznizing my whole gallery to make use of virtual categories, the best part of 1.3. But I wish I could display more than just five entries at a time in the image information section. If I could display, say, 20 at once, that would save me time. Is there any easy way to modify the admin script to do that?
take a look at file admin/infos_images.php :
200 //--------------------------------------------------------- form initialization
201 $page['nb_image_page'] = 5;and modify 5, to 20 or what you want...
Offline
Oh, I just had a thought... when I'm done adding all of my pics to virtual categories, what happens when I go to add new ones? Is there a way for new pictures to be displayed first, just like in the actual gallery?
I don't understand what you means :?: Or maybe yes... do you mean the order of display in public part of the application ? If yes, the answer is : pictures are displayed by default (changing is easy) in order of arrival on the site. No matter the category the picture belongs to, and if you add a picture to a virtual category, it doesn't change its date of availability.
Offline
I don't understand what you means :?: Or maybe yes... do you mean the order of display in public part of the application ? If yes, the answer is : pictures are displayed by
Sorry, I wasn't clear. I meant in the admin section. But I see now that that's whats going on already... I just got a bit confused I guess. ^_^ Okay, thanks for the info!