sort extra fields groups TABs

  • jeffreyliu77
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 6 months ago #1662 by jeffreyliu77
sort extra fields groups TABs was created by jeffreyliu77
inside helper.php , changed to
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
  • Junior Member
More
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 ! :P :laugh:
Any other none programming routes? :blush:
Last edit: 11 years 6 months ago by jeffreyliu77.

Please Log in or Create an account to join the conversation.

More
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.

Please Log in or Create an account to join the conversation.

  • jeffreyliu77
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
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.

More
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.

Powered by Kunena Forum