- Posts: 3
- Thank you received: 0
cialis pen promotional item
- natanja
- Topic Author
- Offline
- New Member
-
Less
More
9 years 5 months ago #2102
by natanja
sort case sensitive was created by natanja
Hello,
I am using Multiple Extra Fields Groups (MEFG) for K2 specially for the sorting of my values. But i noticed that the sorting is case sensitive. So first are all the values with a Case sort and on the end of the list all the values with no case.
So now it is: A, B, C, D, E, a,b,c,d
But I would like: A,a,B,b,C,c,D,d,E
I know you have natcasesort in php.. Can that be applied to this plugin or isn't it that simple?
Kind regards
I am using Multiple Extra Fields Groups (MEFG) for K2 specially for the sorting of my values. But i noticed that the sorting is case sensitive. So first are all the values with a Case sort and on the end of the list all the values with no case.
So now it is: A, B, C, D, E, a,b,c,d
But I would like: A,a,B,b,C,c,D,d,E
I know you have natcasesort in php.. Can that be applied to this plugin or isn't it that simple?
Kind regards
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
9 years 5 months ago #2103
by mmmaug1977
Replied by mmmaug1977 on topic sort case sensitive
Hello,
Yes it can be applied.
Yes it can be applied.
Please Log in or Create an account to join the conversation.
- natanja
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
9 years 5 months ago #2104
by natanja
Replied by natanja on topic sort case sensitive
hahaha ok, but how? can you point me where to look and or edit?
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
9 years 5 months ago #2105
by mmmaug1977
Replied by mmmaug1977 on topic sort case sensitive
Although support is available for active subscriptions only, you can search for natsort in the mefgfork2.php file and replace it with natcasesort
The following user(s) said Thank You: natanja
Please Log in or Create an account to join the conversation.
- natanja
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
9 years 5 months ago #2106
by natanja
Replied by natanja on topic sort case sensitive
oh sorry I did not know.
Thank you for your answer.
I tried this but didn't work in the backend... but thanks anyway
Thank you for your answer.
I tried this but didn't work in the backend... but thanks anyway
Please Log in or Create an account to join the conversation.