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
 
 

define htaccess ?

Hypertext Access, commonly shortened to htaccess, is a powerful configuration file which controls the directory it is placed in and all the subdirectories underneath it. .htaccess is a configuration file for use on web servers running the Apache Web Server software. When a .htaccess file is placed in a directory which is in turn ‘loaded […]

Read More
 
 

How to on debug in phpfox

there are 2 ways 1 : Backend (a)go to admincp admincp->manage setting ->debug (b)select required debug level and then save 2 : Frontend (a)go to include/setting/constant.sett.php (b)define(‘PHPFOX_DEBUG’, false); (c)replace it with define(‘PHPFOX_DEBUG’, true); (d)save

Read More