Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Instead of writing your own event management system in drupal, why not leverage existing modules, taken from <a href="http://beeznest.wordpress.com/2010/05/28/adding-events-management-to-drupal-6/" rel="nofollow">http://beeznest.wordpress.com/2010/05/28/adding-events-management-to-drupal-6/</a></p> <p>Installing events and events subscription management to Drupal 6 is as easy as installing a few modules and doing a quick setup.</p> <ol> <li>download and install the event module</li> <li>download and install the signup module</li> <li>enable the event module and all its sub-modules (don’t check datepicker if you want to go fast, as it will require additional CSS and JS to work)</li> <li>enable the signup module (required by event-signup)</li> <li>go to permissions and enable the events and signup features (nodes and signup sections) for user roles as needed (maybe you want to allow anonymous people to signup for events…)</li> <li>go to content administration -> content type -> event -> edit</li> <li>in the Signup configuration section, select any of the 2 last options (allowed or enabled) then save</li> <li>create an event and “enable” the signup option (edit the corresponding elements to suit your needs)</li> </ol> <p>The event signup module has the feature of "There are settings for restricting signups to selected roles and content types, and to place limits on the number of users that can signup for any given node." - see <a href="http://drupal.org/project/signup" rel="nofollow">http://drupal.org/project/signup</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload