Events Calendar
Pretty Good Calendar, September 15, 2006 |
This calendar is really coming along. There are some features I didn't notice, and pardon me if I overlooked any of the following, but I would like to see:
- Option to turn off WYSIWYG and have a plain text version.
- Ability to save venues for future selection.
- A specific entry for venue websites under extra.
- Option to turn off images.
- Ability to end an event at Midnight, without carrying the event over to the next day. An override that plugs in the word 'Midnight' perhaps?
- An available list view of the events from the current day forward. With the option of hiding events that repeat.
- Ability to copy an existing event, and then edit it as a completely separate event. A real time saver.
- An option to flag an event as featured, so that featured events get preferential listing under latest events.
- Thanks
|
Hide past events in Flat view, July 4, 2006 |
If you are like me and intensely dislike past events showing up in Flat view, this hack should do the trick for you.
In extcalendar.php find the following line (at or near line 657):
$events = get_events($date_stamp,$CONFIG_EXT['show_recurrent_events'],$CONFIG_EXT['show_overlapping_recurrences_flatview']);
and replace it with:
// Start (Part 1 of 2): do not show past events in Flat view
$tmonth=date('n');
$tday=date('d');
$tyear=date('Y');
$today=mktime(0,0,0,$tmonth,$tday,$tyear);
if ($date_stamp >= $today) {
// End (Part 1 of 2): do not show past events in Flat view
$events = get_events($date_stamp,$CONFIG_EXT['show_recurrent_events'],$CONFIG_EXT['show_overlapping_recurrences_flatview']);
// Start (Part 2 of 2): do not show past events in Flat view
}
// End (Part 2 of 2): do not show past events in Flat view
|
SMO Ajax Shoutbox
Nice Shoutbox, May 8, 2006 |
0 of 1 people find this review helpful:
I like this better than the other Ajax Shoutbox. No modification to my template is required, and it has a much better configuration screen with many more options.
Recommended.
|
EventList
The best all around fit, May 6, 2006 |
I tried all the calendar extensions for Joomla, but keep coming back to this one. I especially like the way it cross references events with locations. Another favorite feature is how it allows members of community builder to register for events. It works great for me, and I look forward to future versions for even more bells and whistles!
|
Just Right, March 23, 2006 |
|
Nice extension. Makes it easy to organize FAQs and lets members suggest FAQs that I must approve. I really don't need a WYSIWYG for a FAQ, the basic editor is fine. The install and set-up are a breeze, and the language tweaks are trivial.
|
|