- Posts: 20
- Thank you received: 0
[SOLVED]MEF with K2 module: shows only default
- jeffreyliu77
- Topic Author
- Offline
- Junior Member
-
Less
More
11 years 6 months ago - 11 years 6 months ago #1651
by jeffreyliu77
[SOLVED]MEF with K2 module: shows only default was created by jeffreyliu77
In K2 content module, only default single extra fields list contents shown.
Last edit: 11 years 6 months ago by jeffreyliu77. Reason: [SOLVED]
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 6 months ago #1654
by mmmaug1977
Replied by mmmaug1977 on topic MEF with K2 content module: shows only default
Its an issue with the module, because MEFG saves all the extra fields as entered in the form, but this module filters the fields with the default group selected in the category.
You can search for this filter and remove it.
You can search for this filter and remove it.
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 #1660
by jeffreyliu77
Replied by jeffreyliu77 on topic MEF with K2 content module: shows only default
Found that naughty filter in components\Com_k2\modals\itme.php (remove 1st condition right after "where" in both $query).
The modification should affect the whole site, because that item.php can not be overridden by custom code in folder /html/.
The modification should affect the whole site, because that item.php can not be overridden by custom code in folder /html/.
Please Log in or Create an account to join the conversation.