-
Notifications
You must be signed in to change notification settings - Fork 39
Event details in place or not
femkevanderzalm edited this page Sep 9, 2016
·
3 revisions
The Events module in effect has three options currently:
- Display the detail page in place, in which case it replaces the the month view. This happens when Event Detail New Page is unticked.
- Display on a new empty page, when Event Detail New Page is ticked. This page is then formatted in one of two ways.
- Using the site admin skin - when Use Module Container & Skin is unticked.
- Using the page skin, and module container from the page the month view is displayed on - if Use Module Container & Skin is ticked .
When displaying on a new page, it places the module content into the ContentPane, which is the way that the DNN core handles it, and is not controlled by the module (unless we completely re-worked how the module works for this functionality).
Introduction System Requirements
- Events Module settings
- Date Format
- Event dates without time
- Event details in place or not
- Event Settings
- Event Themes
- Event Views
- Templating Event Views
- Purge old events
- Custom Event themes
- Select Category via URL
- Select Start Date via URL
- RSS in the Events Module
- iCal support
- Upcoming Events View
- Repeater view
- Video Tutorials
- Open Location URL
- The use of Templates
- Tokens to be used in Templates
- Daylight Saving Time
- The same Events on two pages
- Install module for Development