     |
Commercial |
| 0 reviews |
Publish on: 0000-00-00 |
Download |
Support |
Document |
Demo |
JED
This module integrates with the JomSocial events system and allows you to display events listings in a module.
Events listings are automatically paginated... but that's not the coolest part.
The best part about this module is that it gives the admin a ton of customization options. You can decide how the event list is displayed via a simple to use markup system.
The event string allows you to design how the listings are displayed. The box accepts most (through probably all -- I haven't tested every one) html tags as well as a set of special markups to display the event info. You have access to the following bits of info:
[title]
My Events Module for JomSocial
Output the title of the event.
[thumb]
Output the thumbnail of the event.
[description]
Output the description of the event.
[start]
Output the start date/time of the event.
[end]
Output the end date/time of the event.
[link][/link]
Anything placed within these tags will be converted into a hyperlink to the event.
[id]
Output the id number of this event. This can be used for all sorts of things, such as custom hyperlinks or other code you come up with.
[guests]
Output how many guests are attending the event.
[category]
Output how many guests are attending the event.
[availability]
Output the number of tickets still available for this event.
The system is pretty simple to use and limited only to your creativity. A CSS file is included to allow you more customization options.
Update: v 1.3:
Added the [availability] string option to the event string.
Module can now be set to display events from certain categories.