Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 908 Bytes

File metadata and controls

29 lines (20 loc) · 908 Bytes

CultureFeed My program

This Drupal module extends the CultureFeed Drupal module suite.

It adds the functionality to create a personal list of events a person would like to attend.

NOTE : Items are automatically removed once they are passed via a cron hook.

Requirements

Installation

  • Install culturefeed module suite.
  • Enable this module (culturefeed_my_program).
  • Add <?php print $add_to_my_program; ?> to the culturefeed-event.tpl.php in your theme.

Usage

  • All logged in users can add events to their my program via the added button.
  • All logged in users can view the /my-program page to view, clear or print their program.