Closed (fixed)
Project:
Multi-column checkboxes radios
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2010 at 18:24 UTC
Updated:
17 Sep 2010 at 03:30 UTC
Is it possible for this to work with CCK and the select_or_other module?
Based on the README, it sounds like I should add:
$conf['multicolumncheckboxesradios_extra_widget_types'] = array('select_or_other');
to the site's settings.php.
This does not seem to have done anything. Is there something else I need to do? Or does it simply not work with this type of CCK field?
Thanks!
Comments
Comment #1
mattyoung commented>This does not seem to have done anything
That should have at least given you a CCK config form to specify how many column to display. Do you not see the multicolumn setting form when you configure the CCK field?
But I don't know if my module will actually format the checkboxes or radios in column. If in the end is form element ends up like a radios or checkboxes and a text field, it should work.
Comment #2
mhm commentedNope, it doesn't give the CCK config form. (Unless I am looking in the wrong place. That should appear on the "manage fields" page for the content type, no?)
Comment #3
mattyoung commentedYes, in the manage fields page, there is a "Configure" link. That should lead you to the config page of the field and you should see the multicolumn setting there.
Comment #4
mattyoung commentedThe correct id is 'select_or_other_buttons':
will make the multicolumn setting show up in the CCK setting page. However, I had to make some change to make select_or_other actually work.
Try the 'dev' version see if it works for you. It has built-in support for select_or_other.
Comment #5
mattyoung commented~