Support Joomla!
Search: Advanced Search
Serving 3672 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 703 guests and 49 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
mbistro Extensions(0) | Reviews(8) | Favourites(0)
eXtplorer
 Very Nice!, September 12, 2007

eXtplorer Ran perfectly on first install, no problems. Highly recommended.

JCron Scheduler
 It works!, December 15, 2006
1 of 1 people find this review helpful:

JCron Scheduler I tried and tried to get my cron to work, both through the crontab and my host's control panel, no luck. Then I installed JCron Scheduler, set up a job, and it ran the very first try! Thank you!

astatsPRO 'a professional statistic component'
 Excellent Statistics Component, October 24, 2006
1 of 1 people find this review helpful:

astatsPRO 'a professional statistic component' After using BSQ Stats for several months, I decided to try astatsPRO and I'm very glad I did. I will be switching all my sites to this component ASAP. It's both intuitive to use and thorough in the data it collects. Also, and this is important, it doesn't routinely phone home the author of the software like BSQ does.

An installation tip: in addition to the component, you *must* also install the module as directed in the instructions. In the module control panel, you can specify "Hide" if you don't want visitors to know your stats.

Events Calendar
 Pretty Good Calendar, September 15, 2006

Events Calendar 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

EventList 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.