|
Unregister 2.1 Update |
|
|
Written by Mike Noel
|
|
Friday, 14 September 2007 |
|
Unregister is a component that allows users on a Joomla site to unregister themselves. This current release is a minor update to allow compatibility with Joomla 1.0.13. It maintains backwards compatibility with previous Joomla versions. Thanks to Rünno Reinu for pointing out the issue and serving as a beta tester as I made the updates. More information about the change and a link to the new download are found below. |
|
Last Updated ( Sunday, 28 December 2008 )
|
|
Read more...
|
|
|
Changing the Joomla! limitbox |
|
|
Written by Mike Noel
|
|
Friday, 30 March 2007 |
|
The standard installation of Joomla! statically defines an HTML SELECT
statement to control the number of list elements shown per list page.
These SELECT statements contain the values 5,10,15,20,25,30, and 50.
In some cases a webmaster wants to offer more options to the site
viewer. This article explains how to modify the Joomla! core files
(version 1.0.12 only) to add more options to this dropdown box.
|
|
Read more...
|
|
|
Unregister 2.1 Released |
|
|
Written by Mike Noel
|
|
Wednesday, 11 October 2006 |
Today I released version 2.1 of Unregister. The Unregister component allows for users on a Joomla site to unregister themselves. For more information about the Unregister component see the intial release posting. The latest version of Unregister fixes two bugs:
- It removes the dependency on register globals being turned on. For security reasons Joomla recommends that register globals be turned off. Up until this release Unregister would not work properly when this setting was off.
- Some malformed HTML in the unregister form was causing Unregister with some browsers on some sites to fail. The HTML has been cleaned up.
|
|
Last Updated ( Friday, 14 September 2007 )
|
|
Read more...
|
|
|
Unregister Component Released |
|
|
Written by Mike Noel
|
|
Sunday, 03 September 2006 |
The Unregister component is a Joomla plugin that allows users on a site to unregister themselves from that site. An associated module puts a link on the sidebar that gives users access to this component. After almost a year (yeah, it's pitiful) I have finally converted the code base over to the Joomla development environment and made a release under this system. There are no new features to the component but now that I have the new system setup I will soon be adding features that some users have requested. The component and module are available for download from the Unregister project page or go directly to the download page.
|
|
Last Updated ( Tuesday, 05 September 2006 )
|
|
Read more...
|
|
|
Modules In Content |
|
|
Written by Mike Noel
|
|
Thursday, 06 April 2006 |
|
Modules in Joomla! are the little blocks of functionality that usually
site around the periphery of a webpage. These little blocks are
small snippets of PHP that are executed by the Joomla! engine when
rendering a page. The result of the script is displayed as a small
block of html on the rendered webpage. Some modules simple display
data from the database. Others provide small forms that allow the
viewer to take an action. The "who's online" module is an example of
the first type and the login form is an example of the second.
|
|
Last Updated ( Saturday, 08 July 2006 )
|
|
Read more...
|
|
|