Wednesday 9 September 2015

How to add new module in PHPFox

PHPFox is modular based system; it means all modules are the feature of PHPFox website. In any case, if user wants to upgrade any feature or module for social media network then firstly user has to develop new module.

1) Starts with Creating New Product for Your Plugin

- Access your PHPFox website as administrator and then click on the Admin Control Panel button at the top right corner.
- Click on the Extensions button and then Product > Create New Product.
- Fill all the required information of the new product.

2) Creating New Module for Your Plugin

- Access your PHPFox website as administrator and then click on the AdminCP button at the top right corner.
- Click on the Extensions button and then Module > Create New Module.
- Select the product which you have created above while creating the module.

Remember that Module ID should be unique. Click on “Yes” option if user want to create a menu in Admin > Module and then fill the Phrase & Link. Users can also create sub menu for their module.
Phrase – It is the text which is to be displayed in module.
Link – It must be same as Module ID.

3) Create New Plugin

- Now, Admin Control Panel button then click on Extensions > Plugins > Create New Plugin.
- Select the New Product and Module which are already created in above steps.
- And writing the PHP code in given coding box as per the user requirements.

Note: - If anyone getting more info about this visit us at our official website- phpfoxexpert 

No comments:

Post a Comment