-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
can I add a CCK image field to another CCK field ? I would like to add icons for each item i add. At the moment I can only write the description.
This would be very cool functionality!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This question is basically a follow-up to this one:
http://stackoverflow.com/questions/1640534/drupal-custom-cck-field-with-multiple-child-fields
I need to build a CCK field type that stores several pieces of data, and fAPI form elements to accept the input for each piece of data already exist.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Drupal content type that has unlimited photo, textbox, and external link CCK fields, but while fields themselves can be reordered via drag-drop (i.e. photo B before photo A), I can't arbitrarily order amongst fields (i.e. photo B, link A, photo A, text A, link B).
Panels is awesome, with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
cant seem to work out how i grab multiple nids of a node reference field.
$node-field_name[0]['nid'] picks up the node id of the cck node reference field.
however when that cck node reference field has more than one value i get stuck!
my php is abit sketchy atm so working with arrays and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to use a view to select nodes in a content type field. This view must receive an argument that is another field of the content type.
Can someone explain me how to pass the argument from the field to the view?
Excuse my poor english
>>> More