Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for the feedback and I hear you on the architecture – I’m doing more Drupal development these days for precisely that reason.

    I think you took my example of a ‘title’ field too literally. Let me give you a better example. I need a page where the author can set an arbitrary number of employee bios on a page. Each bio has an image, the employee’s name (the “title”) and then a paragraph containing the bio (WYSIWYG field). Each department gets it’s own page and then each department can have 1 to N employees listed down the page. The image can be part of the WYSIWYG field but I need a separate title/name field so I can make a list of href anchor based links at the top of the page for each name which would jump to each bio.

    This is elementary with the CCK Drupal module – just create a group of these objects and then when the author edits the page they get an “add another group” button of these objects.

    Thanks again for the feedback.

    Just installed the 0.9.5.0-dev version and realized I need a 1 – n number of WYSIWYG elements. And also a text field to be used as a title – possible to have these grouped? So something like

    Add New ‘custom page type’

    Title 1
    WYSIWYG 1

    Title 2
    WYSIWYG 2

    [Add another] — this would add Title 3 / WYSIWYG 3. Or how else would a user add another one?

    Any thoughts on how to implement this? If we can just get multiple / arbitrary number of wysiwg boxes I will be able to use this and will happily donate. (Any suggested donation amount…)

    thank you!

    Cool. So is this ‘multiple fields’ of a custom field going to be just for images or will it apply to all field types? (Like text fields too – I’m specifically looking for support for 1 – n number of text areas on a page.

    Great looking module – thank you!

Viewing 3 replies - 1 through 3 (of 3 total)