Closed (works as designed)
Project:
Multi-column checkboxes radios
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Jul 2010 at 13:50 UTC
Updated:
11 Mar 2012 at 20:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
mattyoung commentedD7 dev is released
Comment #3
mattyoung commentedOops, closed too soon. Need to resolve this to compete the port: #982764: Document how to upgrade CCK field modules that used hook_widget_settings_alter
Comment #4
dmadruga commentedI tried to use it for a checkboxes field in a Profile2 profile and it doesn't work. Does it already work on D7? Only for node or for any entity?
Comment #5
mattyoung commentedOnly the form api part work for D7. This means in D7, you can program form checkboxes/radios to layout in multi-column. I haven't figure out how to port the CCK (field) part.
As to profile, this has never been made to work in profile. I am pretty sure you can use HOOK_form_alter() to make change to the profile form to get what you want together with this module.
Comment #6
dmadruga commentedThanks for this reply. I'll try to use the form alter hook.
Comment #7
paulgemini commentedsubscribing
Comment #8
joostvdl commentedsubscribe
Comment #9
AtomicTangerine commentedComment #10
Christopher Riley commentedCan we get a status update of this valuable module?
Comment #11
paulgemini commentedComment #12
AtomicTangerine commentedsub... could it be done with css? I don't know css, and I've just started learning Drupal less than a month ago, so implementing this myself would just be a bad idea at this point.
How's it coming along? Also, any testing or anything, I could help, I really need this capability with my CCK content, with my over 30 boxes (healthcare-related forms). I just can't help too much with the coding part...
Comment #13
cees.vanegmond commentedHi,
CSS seams to be possible according to http://pages.uoregon.edu/vid/2011/01/21/put-taxonomy-super-select-check-...
Only browser compatibility seems to be a issue for the :nth-of-type() css selector, see http://www.quirksmode.org/css/contents.html#t311
OR 100/num of cols for the width, 3 cols would be
Comment #14
AtomicTangerine commentedThanks! I'll look into all that, those links are much appreciated cees, that's pretty much what I was looking for :)
also, for all:
http://drupal.org/node/1148836#comment-4705302 from the duplicate thread (the only other 7.x issue for this project) code from a helper module
Comment #15
zoftdown commentedI use css with
and use field group for optional
Comment #16
mattyoung commentedComment #17
okeedoak commentedThis css works: