Author Topic: show images in categories in DESC  (Read 3626 times)

0 Members and 1 Guest are viewing this topic.

Offline commandos

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • Quran Recitation
show images in categories in DESC
« on: August 10, 2005, 05:09:32 PM »
HELLO ,

how can i show the images in the categories as : DESC in the sql query

i mean when a new image is added its added @ the end not at the first

so if i have a paging :  1  2  3  4 .... The new image is added on page 4 instead of page 1 .

Thank's for your help .

TheOracle

  • Guest
Re: show images in categories in DESC
« Reply #1 on: August 10, 2005, 06:21:47 PM »
In your ACP - > Settings - > Image Sort option. ;)

Change :

Quote

ASC


to :

Code: [Select]

DESC


Offline commandos

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • Quran Recitation
Re: show images in categories in DESC
« Reply #2 on: August 10, 2005, 06:52:44 PM »
Thank's for the help !

i was messing and searching for the code in the source file and dident think of looking in the control panel ....  :oops:

Thank's again :)