Ok, I've tinkered a bit more with the plugin. You can download again
and give it a try.

I have it sorting those two pages fine on mine now. Please do some
testing and let me know if it works for you.

Cheers,
Dan

On Mon, Nov 2, 2009 at 2:30 AM, Markus <[email protected]> wrote:
>
> I changed line 4 but still it won't work.
>
> Have you tried sorting two pages like:
>
> bla > ö
> bla > a
>
> ö comes before a in the results. The sort order is always like in the
> file system.
>
> On Nov 1, 11:29 pm, The Editor <[email protected]> wrote:
>> Ok, there is a bug in Hans code. Or maybe I copied it wrong. Line 4 in
>> the sort_de script should be this:
>>
>>         uksort($list, 'compareItemsDe');
>>
>> Notice the 'k'. That tells it to sort by the key not by the value. The
>> usort command also lost your key index, thus bonking the output.
>>
>> Cheers,
>> Dan
>>
>> P.S. I'll upload an updated sort_de script. Sorry this took so long to
>> figure out. Once I can reproduce a problem, it's usually seconds. But
>> getting to that point is sometimes tricky.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to