Menu

1. Requirement
2. Installation
3. Rules
4. Themes
5. Plugins
        1. Backend Plugins
        2. Frontend Plugins
6. Variables
7. Commands
8. Ajax
9. Component Dbug
10. Component Query builder
11. Extend Backend


View the Project on GitHub

Plugins - Frontend

Frontend plugins allow to extend your website

Let’s create a simple plugin “Test”

  1. Go to forge plugin and create a frontend plugin called “Test”

  2. Download and extract zip file in folder “/plugins”

  3. Edit file “/plugins/test/exec.inc.php” and put your own code

  4. Go to plugin “Page Manager”” edit a page and add your plugin in your content, select inster widget and choose Plugin the click on “Test”

Et voilà ! You just create your first frontend plugin.

TPLN Php Template engine a php template engine used by default, of course, you can use your own code or template engine.