Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tag contenido - database specific information

This tag contains meta information about the plugin which also are displayed in frontend.

...

titleCurrently under construction

...

database specific information for adding entries to special database tables (mentioned above) to be able to display the plugin in the backend navigation.

Each tag expects attributes which have the same value as their fields in the corresponding database table.

Tag nameDescriptionAvailable attributesExample
areasManaging areas
NameDescription
parentName of the parent area or 0
menulessArea has left menu frame (0) or not (1)
Code Block
languagehtml/xml
<area parent="linkchecker" menuless="1">lc_whitelist</area>
actionsManaging actions
NameDescription
areaName of the area
Code Block
languagehtml/xml
<action area="linkchecker">linkchecker</action>
framesManaging frames
NameDescription
areaName of the area
filetypeType of the file (mostly "main")
namerelative path to frame include file
frameIdNumber of the frame (from 1 to 4)
Code Block
languagehtml/xml
<frame area="linkchecker" filetype="main" name="linkchecker/includes/include.linkchecker.php" frameId="4" />
nav_subManaging sub navigations

area, level, navm

NameDescription
areaName of the area
levelNavigation level (0 or 1)
navmMain navigation ID
Code Block
languagehtml/xml
<nav_main area="linkchecker" level="0" navm="1">linkchecker/xml/lang_de_DE.xml;navigation/content/linkchecker/main</nav_main>
nav_mainManaging main navigationsnone
Code Block
languagehtml/xml
<nav_main><nav>locationname</nav></nav_main>

 

Tag content_types - registration of own content types

 This tag contains meta information about the plugin which also are displayed in frontendinformation to register own content types.

Info
titleCurrently under construction

This part of the page is currently under construction and soon contains all relevant information. Please be patient.

...