[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/modules/ -> custom.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="4.5.2">
   3      <name>Custom Module</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>July 2004</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>Custom Module</description>
  12      <params>
  13          <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" />
  14          <param name="rssurl" type="text" default="" label="RSS URL" description="Enter the URL of the RSS/RDF feed" />
  15          <param name="rssdesc" type="radio" default="1" label="Feed Description" description="Show the description text for the whole Feed">
  16              <option value="1">Yes</option>
  17              <option value="0">No</option>
  18          </param>
  19          <param name="rssimage" type="radio" default="1" label="Feed Image" description="Show the image associated with the whole Feed">
  20              <option value="1">Yes</option>
  21              <option value="0">No</option>
  22          </param>
  23          <param name="rssitems" type="text" default="3" label="Items" description="Enter number of RSS items to display" />
  24          <param name="rssitemdesc" type="radio" default="1" label="Item Description" description="Show the description or intro text of individual news items">
  25              <option value="1">Yes</option>
  26              <option value="0">No</option>
  27          </param>
  28          <param name="word_count" type="text" size="6" default="0" label="Word Count" description="Allows you to limit the amount of visible item description text. 0 will show all the text" />
  29          <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
  30              <option value="0">No</option>
  31              <option value="1">Yes</option>
  32          </param>
  33      </params>
  34  </mosinstall>