how to create new template in boonex

(1)go to boonex directory (2)find templates folder (3)here you find 3 folder (base,tmpl_alt,tmpl_uni). (4)please do not change and modify anything in base folder. (5)copy one of tmpl foder and rename it tmpl_yourname. please be sure add tmpl_ prefix to you template folder. (6)go to tmpl_yourname -> scripts folder (7)find BxTemplName.php file (8)change the name of […]

Read More
 
 
 

change template in dolphin-boonex

you can change template from admin by following these steps (1)go to your admin panel http://yoursite.com/administration/ (2)find setting tab in left sidebar (3)now find template menu in setting left menu (4)click on Templates menu http://yoursite.com/administration/templates.php (5)here you can choose template

Read More
 

set custom 404 page via htaccess

you can set a custom 404 error page via a .htaccess file very easily. This will allow you to set a good looking error page insted of default boring page. (1)create a page at your root directory name 404.php and design it. (2)create a .htaccess file at your root directory or if you have already […]

Read More
 

what is jQuery

jQuery is a fast, small, and feature-rich JavaScript library and cross-platform JavaScript library designed to simplify the client-side scripting of HTML. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery wraps multiple line of code in single line.

Read More