This module allows you to show a graphic during a different period of the day.
The full version will include days of the week along with ability to set display times in the module interface.
I hacked this component together to display "This Day in History" events. I say hacked because I'm fairly new to Joomla component coding and I don't really code all that much anymore. The content was pulled over multiple sources over a course of a year. The module included will pull a key event from a paricular day and allow a user to click through to more events. The display page allows users to change and view other days. Note: The SQL information is in a seperate file called jos_thisday.sql. My live server could not process the large query within the xml install document. Locally it worked fine, so I included the file if you would like to give it a try. It is named thisday_sql.xml. http://www.boneworks.net
This plugin is designed to beat the corrupted session table problem that can occur.
It has often been a source of bafflement for some Mambo/Joomla! Developers based on the number of times it appears as a topic on the forums.
Due to the way that Mambo/Joomla! has been programmed, the session table is only ever cleaned up when a administrator logs in to the backend... for a lot of sites this may not ever happen, or happen infrequently - creating large session tables.
Also, when it does run it only does a delete. However the SM2 Session Plugin will do a delete, check and even repair if necessary. This reduces the overhead also.
The mambot runs from the frontend of the site, ensuring that the session table is cleaned up more often. By default, it will randomly run 1 in a 100 requests. You can also force it to run every time, or by using a link variable that will force it to run if given the right secret word.
All configurations is done in the Mambot Parameters.
Installation is easy. Simply install as you would any other mambot.
To get this Plugin to run in Mambo 4.5.x you need to add the following to all of your templates
This module gives you the ability to place the current section/category name in any position within your template. Configuration is simple, allowing you to select a tag-type (default is ) and a class name if required. By default it will use the current menu-item name and if not it will use the current location name from the page title minus the site name.
This plugin is designed to allow Registered Joomla! users to be redirected from one page to another.
If you have Content or Components that you no longer want a Registered Joomla! user to see once they are logged into the site then SM2 Registered Redirect Plugin is ideal.