- Posts: 20
- Thank you received: 0
sort extra fields groups TABs
- jeffreyliu77
- Topic Author
- Offline
- Junior Member
-
Less
More
11 years 6 months ago #1662
by jeffreyliu77
sort extra fields groups TABs was created by jeffreyliu77
inside helper.php , changed to
no effect on order of TAB display.
Code:
if (count($efg)) {
$db->setQuery("SELECT * FROM #__k2_extra_fields_groups WHERE id IN(" . implode(",", $efg) . ") order by name");
no effect on order of TAB display.
Please Log in or Create an account to join the conversation.
- jeffreyliu77
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 20
- Thank you received: 0
11 years 6 months ago - 11 years 6 months ago #1664
by jeffreyliu77
Replied by jeffreyliu77 on topic sort extra fields groups TABs
-- Numbering MEFG fails !

Any other none programming routes?
Any other none programming routes?
Last edit: 11 years 6 months ago by jeffreyliu77.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 6 months ago #1665
by mmmaug1977
Replied by mmmaug1977 on topic sort extra fields groups TABs
I think it can be done.
I will look at it later after finishing some delayed jobs, as I was away for 3 days.
I will look at it later after finishing some delayed jobs, as I was away for 3 days.
Please Log in or Create an account to join the conversation.
- jeffreyliu77
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 20
- Thank you received: 0
11 years 6 months ago #1671
by jeffreyliu77
Replied by jeffreyliu77 on topic sort extra fields groups TABs
is it possible when assigning MEFG to particular category, make a "tag-input" type of text field, where we can just drag and place the MEFG into it any order we want? Then, followed the order of the text field items, sequenced tab items will be generated.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 6 months ago #1674
by mmmaug1977
Replied by mmmaug1977 on topic sort extra fields groups TABs
This is very good idea, I will plan to add it to the next release.
Please Log in or Create an account to join the conversation.