[ Index ]
 

Code source de Joomla 1.0.13

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/modules/ -> mod_mostread.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="1.0.0">
   3      <name>Most Read Content</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>July 2004</creationDate>
   6      <copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
   7      <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
   8      <authorEmail>admin@joomla.org</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>1.0.0</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      </files>
  15      <params>
  16          <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" />
  17          <param name="@spacer" type="spacer" default="" label="" description="" />
  18          <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
  19              <option value="0">No</option>
  20              <option value="1">Yes</option>
  21          </param>
  22          <param name="@spacer" type="spacer" default="" label="" description="" />
  23          <param name="type" type="list" default="0" label="Module Mode" description="Allows you to control which type of Content to display in the module">
  24              <option value="1">Content Items only</option>
  25              <option value="2">Static Content only</option>
  26              <option value="3">Both</option>
  27          </param>
  28          <param name="@spacer" type="spacer" default="" label="" description="" />
  29          <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">
  30              <option value="1">show</option>
  31              <option value="0">hide</option>
  32          </param>
  33          <param name="count" type="text" default="5" label="Count" description="The number of items to display (default is 5)" />
  34          <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 , )." />
  35          <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 , )." />
  36      </params>
  37  </mosinstall>


Généré le : Wed Nov 21 14:43:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics