[ PHPXref.com ] [ Generated: Sun Jul 20 18:31:57 2008 ] [ Mambo 4.6 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/modules/ -> mod_whosonline.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="4.6">
   3      <name>Who's Online</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>August 2006</creationDate>
   6      <copyright>copyright (C) 2005 - 2006 Mambo Foundation Inc.</copyright>
   7      <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
   8      <authorEmail>core@mambo-foundation.org</authorEmail>
   9      <authorUrl>mambo-foundation.org</authorUrl>
  10      <version>1.0</version>
  11      <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>
  12      <files>
  13          <filename module="mod_whosonline">mod_whosonline.php</filename>
  14          <filename>mod_whosonline.xml</filename>
  15      </files>
  16      <params>
  17        <param name="showmode" type="radio" default="0" label="Display" description="Select what shall be shown">
  18          <option value="0"># of Guests/Members</option>
  19          <option value="1">Member Names</option>
  20          <option value="2">Both</option>
  21        </param>
  22        <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" />
  23      </params>
  24  </mosinstall>


[ Powered by PHPXref - Served by Debian GNU/Linux ]