Page 1 of 1

Hallo , a sorting issue Help needed

Posted: Sat Nov 24, 2012 9:29 pm
by danonee
Hallo,

so i have added one extra option to show on the panel using this viewtopic.php?f=14&t=3036&p=15624&hilit ... ist#p15624

now i got just one little issue i need to sort them by name so ex : A B C atm its just all casual if i define sort by name it will just sort by the name of the users..

can u give me a little help ?

i rly dunno where to add this extra sorting options.

it is related to $sort_possible maybe ? i have setted it to be name atm but it will sort names instead of sorting By name the actual record

Re: Hallo , a sorting issue Help needed

Posted: Mon Nov 26, 2012 4:34 pm
by Klemen
If you are showing "custom1" databse field as the extra option, you will need to add "custom1" to the sort_possible array (inc/prepare_ticket_search.inc.php) and then use sort=custom1 in the calling URL.