- Posts: 16
COMMUNITY FORUM
Multiple Select To Checkbox
- jackson
-
Topic Author
- Offline
- New Member
case 'multipleSelect' :
$attributes .= ' id="K2ExtraField_'.$extraField->id.'" multiple="multiple"';
$arrayAttributes = 'K2ExtraField_'.$extraField->id;
$arrayAttributes = "multiple";
$attrs = version_compare(JVERSION, '3.2', 'ge') ? $arrayAttributes : $attributes;
$output = JHTML::_('select.genericlist', $defaultValues, 'K2ExtraField_'.$extraField->id.'[]', $attrs, 'value', 'name', $active);
break;
Thank you for any help.
PS: K2 2.7 and Joomla 3.6
Please Log in or Create an account to join the conversation.
- jackson
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Which code did you use?
Please Log in or Create an account to join the conversation.
- jackson
-
Topic Author
- Offline
- New Member
- Posts: 16
Krikor wrote: Hello Jackson and Kudos,
Which code did you use?
I solved the problem by creating a custom in joomla. But thank you for your attention.
Result:
i.imgur.com/8Dvye6T.jpg
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
This is possible, in addition to other features of Multiple Extra Fields Groups for K2
You can also configure, for each category, which fields convert into checkboxes, and the others will show as multiple select as normal.
Even you can choose some mutliple select fields to display images/icons instead of the text value.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- jackson
-
Topic Author
- Offline
- New Member
- Posts: 16
Mohamed Abdelaziz wrote: Hi,
This is possible, in addition to other features of Multiple Extra Fields Groups for K2
You can also configure, for each category, which fields convert into checkboxes, and the others will show as multiple select as normal.
Even you can choose some mutliple select fields to display images/icons instead of the text value.
It is compatible with JAK2 Filter?
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
The short answer is no. some MEFG buyers have had compatibility issues with JAK2 Filter.
But if you want, we can discuss a custom solution to make them compatible.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- jackson
-
Topic Author
- Offline
- New Member
- Posts: 16
Mohamed Abdelaziz wrote: Hi Jackson,
The short answer is no. some MEFG buyers have had compatibility issues with JAK2 Filter.
But if you want, we can discuss a custom solution to make them compatible.
I have real interest in a way to use groups of extra fields, provided it is compatible with the JA search filter.
Please Log in or Create an account to join the conversation.
- jackson
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
Please contact me via email (www.joomreem.com/contact-us) for this purpose, just to not distract others from following the main post subject.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
I received your message, please check your inbox/junk to find the reply.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.