[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/modules/ -> mod_mostread.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="4.6">
   3      <name>Most Popular Content</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>April 2007</creationDate>
   6      <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright>
   7      <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license>
   8      <authorEmail>core@mambo-foundation.org</authorEmail>
   9      <authorUrl>mambo-foundation.org</authorUrl>
  10      <version>4.6.x.7</version>
  11      <description>This module shows a list of the currently published Items that have been viewed the most - determined by the number of times the page has been viewed.</description>
  12      <files>
  13          <filename module="mod_mostread">mod_mostread.php</filename>
  14          <filename>mod_mostread.xml</filename>
  15      </files>
  16      <params>
  17          <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" />
  18          <param name="@spacer" type="spacer" default="" label="" description="" />
  19          <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
  20              <option value="0">No</option>
  21              <option value="1">Yes</option>
  22          </param>
  23          <param name="@spacer" type="spacer" default="" label="" description="" />
  24          <param name="type" type="list" default="0" label="Module Mode" description="Allows you to control which type of Content to display in the module">
  25              <option value="1">Content Items only</option>
  26              <option value="2">Static Content only</option>
  27              <option value="3">Both</option>
  28          </param>
  29          <param name="@spacer" type="spacer" default="" label="" description="" />
  30          <param name="show_front" type="radio" default="1" label="Frontpage Items" description="Show/Hide items designated for the Frontpage - only works when in Content Items only mode">
  31              <option value="1">show</option>
  32              <option value="0">hide</option>
  33          </param>
  34          <param name="count" type="text" default="5" label="Count" description="The number of items to display (default is 5)" />
  35          <param name="catid" type="text" default="" label="Category ID" description="Selects items from a specific Category or set of Categories (to specify more than one Category, seperate with a comma , )." />
  36          <param name="secid" type="text" default="" label="Section ID" description="Selects items from a specific Secion or set of Sections (to specify more than one Section, seperate with a comma , )." />
  37          <param name="hits" type="radio" default="1" label="Show Hits" description="Show/Hide hits for each item ">
  38              <option value="0">No</option>
  39              <option value="1">Yes</option>
  40          </param>
  41      </params>
  42  </mosinstall>