Menu-Select-Box Plugin

Versionv1.0 basic (see website for advanced version)
Released17th August 2006
CopyrightJan Neugebauer
Email»cmsimple2006@internet-setup.de
Website»www.internet-setup.de/cmsimple/index.php




Table of Contents:



» Install Menu-Select-Box Plugin

» Config of Menu-Select-Box Plugin

» Add Menu-Select-Box to your template (template.htm)

» Add Menu-Select-Box to your content (content.htm)





































































Install Menu-Select-Box Plugin




1. Requirements:
- CMSimple version 2.5 or 2.6 » www.cmsimple.dk
- "Plugin Loader" installed


2. Make sure the "Plugin Loader" is installed properly.
See » http://cmsimpleplugins.svarrer.dk/?Plugin_Loader


3.
Unzip the files.


4. Copy the files to your CMSimple (plugins) folder

File structure:
- <YOUR_CMSIMPLE_FOLDER>
      + 2lang
      + cmsimple
      + content
      - downloads
      + images
      - plugins
            + jn_menu_select_box (Plugin Menu Select Box files)
            - admin_common.php (Plugin Loader)
            - index.php (Plugin Loader)
      + templates


5.
Include the Menu Select Box into your template (template.htm).
» Read further on...






































































Config of Menu-Select-Box Plugin




In general:
• TRUE means turned ON
• FALSE means turned OFF

» Table of Contents








prefix_*
Prefix text, signs, or characters in front of menu items.
prefix_active
prefix_h1
prefix_h2
prefix_h3
prefix_cmsimple_functions
">"
""
"  -"
"    -"
"."

» Table of Contents












































































Add Menu-Select-Box to your template (template.htm)





Code 1 (use config settings):

<tr><td valign="top">
<?php echo JN_menu_select_box_show(); ?>
<?php echo toc();?>
</td></tr>





» Table of Contents












































































Add Menu-Select-Box to your content (content.htm)





Code:

<H1>Select Box Menu</h1>
#cmsimple $output.=JN_menu_select_box_show(); #


» Table of Contents