Order - Phoca Gallery Image Module

Phoca Gallery modules - modules for Phoca Gallery extension
flaviof
Phoca Member
Phoca Member
Posts: 11
Joined: 27 Apr 2008, 01:13

Order - Phoca Gallery Image Module

Post by flaviof »

How Can I Order the Phoca Images by Last Category update be the First ??
Every week i'll update it, and the last one have to stay in the beginning

Look:
This case I put "Order Ascending" - All 3 categories is shown, but the Last (14/10 - Party3) is in the end.
Image

This Case i put "Order Desceding" - Only photos of first category is shown (30/09 - Party1)
Image

This case, i tryed by "Date Descending" - Only the photos off last category is shown
Image

What i would like to do ?
Image
Last Uptade (14/10) ------> First Category Update (30/09)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Order - Phoca Gallery Image Module

Post by Jan »

Hi, if you don't select category, then I think, you need to customize the SQL directly in the module php file - to exactly fit your needs. :idea: (to prevent from ordering categories)

Jan
If you find Phoca extensions useful, please support the project
flaviof
Phoca Member
Phoca Member
Posts: 11
Joined: 27 Apr 2008, 01:13

Re: Order - Phoca Gallery Image Module

Post by flaviof »

Hi Jan, thanks for your suport

I read the php file.
But I don't know where i have have to change exactly.

In fact, I would need put this code

Code: Select all

order by DESC
on query :P
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Order - Phoca Gallery Image Module

Post by Jan »

Hi,
didn't do such customization yes, so for now I don't know if there need to be done changes in other files except this:

modules/mod_phocagallery_image/mod_phocagallery_image.php

Jan
If you find Phoca extensions useful, please support the project
Post Reply