View of /mambo/branches/4.6/modules/mod_whosonline.xml
Parent Directory
|
Revision Log
Revision 1552 -
(download)
(as text)
(annotate)
Sat Jan 12 07:19:14 2008 UTC (5 years, 4 months ago) by ocs_cms
File size: 1292 byte(s)
Sat Jan 12 07:19:14 2008 UTC (5 years, 4 months ago) by ocs_cms
File size: 1292 byte(s)
<version> tags are updated with the 4.6.x.y scheme.This way, core extensions can be easily identified and matched with the running Core version. Also will help distinguishing the patch updates.
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.6"> <name>Who's Online</name> <author>Mambo Foundation</author> <creationDate>August 2006</creationDate> <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright> <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license> <authorEmail>core@mambo-foundation.org</authorEmail> <authorUrl>mambo-foundation.org</authorUrl> <version>4.6.x.7</version> <description>The Who's Online module displays the number of anonymous (that is, Guest) users and Registered users, (those that are logged in) that are currently accessing the web site.</description> <files> <filename module="mod_whosonline">mod_whosonline.php</filename> <filename>mod_whosonline.xml</filename> </files> <params> <param name="showmode" type="radio" default="0" label="Display" description="Select what shall be shown"> <option value="0"># of Guests/Members</option> <option value="1">Member Names</option> <option value="2">Both</option> </param> <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" /> </params> </mosinstall>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

