WebYep Tutorials/Examples

Tutorials

Creating custom WebYep pages with the RapidWeaver Plugin

This video describes how to use PHP code snippets to create custom WebYep pages in RapidWeaver instead of using the page structure predefined by the WebYep RapidWeaver plugin.

Combining the RadpiWeaver plugin Accordion with WebYep

This video describes how to create an Accordion page whose content can be edited via WebYep. Beware: In this tutorial you will need to make changes to .php pages in a source code or text editor!

Important: Please also download the description text - it cointains important information and PHP code fragments needed: AccordionAndWebYep.rtfd.zip

...to be continued...

Examples

Menu Element styling examples

The WebYep Menu Element can by styled by defining certain CSS styles in your stylesheet. These example stylesheets show how to achieve typical designs like bullet lists or buttons.

To try them out:
  • Embed a Menu Element into a <div class="MyMenu">...</div>.
  • Set the $webyep_sMenuType in your config-inc.php to "listJS".
  • Copy the CSS files and the images to the same folder as your test page
  • Link one of the CSS files to your page - e.g. with: <link href="xxxxxx" rel="stylesheet" type="text/css" /> (where xxxxxx is the name of the stylesheet you want to try out).

...to be continued...