Modules

Out of the box, Ionize comes with 4 modules :

Search Module

This module looks in the whole website for articles containing the searched word.

In the Demo Theme, you will find :

  • the form and the call to this module in the view /themes/demo/header.php
  • the search result page in the view /themes/demo/page_search_result.php

To use it :

  • Create a page, let's say its URL is my-search-result
  • Set the URL of this page as action of the form containing the search field
  • The search input text must have its name set to "realm"

Simpleform module

Used to build simple forms for your website.

The view /themes/demo/page_contact.php will help you building your form. This module also has an Admin panel, which display some help about installation.

RSS module

Creates RSS feeds in multiple languages.

The Admin panel of this module let you drag'n'drop pages from which you want to make a syndication feed.

The syndication URL is displayed and depends on the URL you define for the module at installation. Just add a link to this syndication URL, and that's it !

User Manager module

This module is a complete set which let end users suscribe and connect to the website.

Some features :

  • Subscription form for users (highly configurable)
  • Subscription confirmation by mail (account activation by user, by admin)
  • Member panel for each user.