siedlerchr
Argueing with sorting content elemensts
13 September 2007 17:29
Anonymous
I want to sort the content, but it doesn't work! I
tried so sort it in the admin area. My problem is, I
want to have an alphabetical order, you can see my problem Here I want to
order it: A-D E-H I-L ... But it
doesn't work! Can you help me? Regards Siedlerchr
compuneur
Re: Argueing with sorting content elemensts
13 September 2007 17:42
Anonymous
I had/have the same problem! A (sometimes) functional
workaround is, to create the content items in inverse order:
'X-Z' then 'U-W' and so on - hope this helps!
legolas558
Re: Argueing with sorting content elemensts
13 September 2007 18:32
Anonymous
It's now fixed - you'll get the feature in RC2! Or else edit
components/content/content.html.php at line 126
replacing the line with:Code: 'ORDER BY ordering, created DESC');
Notice that the order will be reversed if
compared to that in the backend, but in RC2 it will be correct on
both sides
compuneur
Re: Argueing with sorting content elemensts
13 September 2007 21:31
Anonymous
Great - you made my day!
siedlerchr
Re: Argueing with sorting content elemensts
15 September 2007 11:06
Anonymous
I will wait for RC 2, which I hope is more stable than Rc1
legolas558
Re: Argueing with sorting content elemensts
15 September 2007 14:56
Anonymous
Quote: I will wait for
RC 2, which I hope is more stable than Rc1
Of course, that's what I said in the release news
Top