Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
It appears that WYMeditor only loads into fields that have the edit-body ID tag. Since CCK field types do not have this tag, is there any way to force WYMeditor to recognize one of the fields in the CCK type and load into that particular field?
I think I understand the concept of how to run multiple sites using the "/sites" directory and having sub-directories named as 'www.mysite1.com' and 'www.mysite2.com'.
I can't seem to find a module for drupal 5 which will give me a expandable block and page list of a taxonomy and it's child terms which link to a node list. I'm, sure there is a simple solution for this as I'd assume this is a commonly required feature ( i have needed it more than once)
Previously I've used taxonomy_dhtml module or snippets with my own crude hacks although this works it makes upgrades near impossible.
I've tried views module and category module but these seem to complicate a seemingly simple feature.
Some events that I want to enter have multiple dates/times associated with them. Some examples include:
- A weekend class that runs from 9 am to 5 pm on Saturday and 9 am to 3 pm on Sunday
- A two week class that meets from 7-9 pm on Tuesday and Thursday
- A three week class that meets from 7-9 pm on Tuesdays and 9-10pm on Wednesdays
Is there any way to link these subevents together so that it's clear they are part of one larger event?
I understand that there is an option to select "all day" when entering events. Apparently there is an "all day event" module that allows this, but I cannot find it anywhere on drupal. Could someone please point me in the right direction? Thanks!