Quote:
Originally Posted by efil
It was working until the few last days , now when I want to sort , I get always the same position.
You can test yourself :
http://www.televizia.net/vb/local_links.php?catid=5
The sort by is in the left of the screen.
You can test it and see that nothing change.
Thanks in advance,
Efil.
|
From the look of your screens, I think you have given every entry a different value for "display_order". This over-rides the sort order, and forces entries to be shown in increasing display_order. The purpose of this setting is to let you force some entries together, then some others, etc. Entries which have the same value for display_order are sorted according to the selection you make.
If this is the case, the quickest/easiest way to correct it is with a simple SQL command on your database. Something like the following:
UPDATE local_linksltoc SET displayorder = '1'