Page 1 of 1

Hello Guys!

Posted: 18 Mar 2008, 19:26
by roemmel
Hello Guys!

I ve a Problem. I want to order the thumbnails by ID desc. The latest entry schoud be on first position.
There is no parameter available. Can you tell me where i can change the select-statement.

Greetings from Austria

Roemmen

Hi, you can order it

Posted: 18 Mar 2008, 22:39
by Jan
Hi, you can order it by ID only in admin view... In frontend, images are displayed by ORDERING....

Jan

Do you already know

Posted: 19 Mar 2008, 09:55
by roemmel
Do you already know if there will be a possibility to influence ordering in upcomming Versions? The gallery ist really great, this feature would be nice to have. Lot´s of respect for your work! Great job!

Greetings
Roemmel

Hi, I think no, beca

Posted: 19 Mar 2008, 13:23
by Jan
Hi, I think no, because there is a ordering by ORDERING and you can easy change the ordering in administrator...

But if you need, it will be ordered by something other, just change SQL Query:

E.g.:
components\com_phocagallery\models\category.php

row 184 ' ORDER BY ordering'; => ' ORDER BY id'; ....