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.
This Case i put "Order Desceding" - Only photos of first category is shown (30/09 - Party1)
This case, i tryed by "Date Descending" - Only the photos off last category is shown
What i would like to do ?
Last Uptade (14/10) ------> First Category Update (30/09)
Order - Phoca Gallery Image Module
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order - Phoca Gallery Image Module
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. (to prevent from ordering categories)
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 27 Apr 2008, 01:13
Re: Order - Phoca Gallery Image Module
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 on query
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
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order - Phoca Gallery Image Module
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
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