Contributions

Features (Category Index)
Search: 

Change the type of boxes in admin

This is an admin module that will allow you to change the type of boxes in an easy way.

This module grabs the the include/classes/boxes.php file to get the avaible box classes.

It grabs all the files in include/boxes and allow you to change the type of box class in a select.

Click on submit, and the neccessary files will be updated.

You can add in these files a description for the user to know exactly what box he will change.

Just add "// my documentation " at the end of the instanciation line.

Example:
includes/boxes/best_seller.php
new infoBox($info_box_contents);
would become
new infoBox($info_box_contents);//this is my description of what does this box

Expand All / Collapse All

Change the type of boxes in admin florent 2 Feb 2002

This is an admin module that will allow you to change the type of boxes in an easy way.

This module grabs the the include/classes/boxes.php file to get the avaible box classes.

It grabs all the files in include/boxes and allow you to change the type of box class in a select.

Click on submit, and the neccessary files will be updated.

You can add in these files a description for the user to know exactly what box he will change.

Just add "// my documentation " at the end of the instanciation line.

Example:
includes/boxes/best_seller.php
new infoBox($info_box_contents);
would become
new infoBox($info_box_contents);//this is my description of what does this box

Note: Contributions are used at own risk.