Template problem

I added a new template today, but when I try to switch to it in the admin panel, and go to view it, the page is still showing the Uni template. Any ideas what could be going on? I have cleared my temp. internet files, and deleted the cache on the server.

Quote · 21 Nov 2008

open templates/tmpl_xxx/scriptsBxTemplName.php

make sure its not     $sTemplName = 'UNI';

but its 3 letters of the folder name $sTemplName = 'xxx';

some make it cool like dreamline but makes it very difficult later.trust me keep it xxx if you folder is tmpl_xxx

open /templates/tmpl_xxx/scriptsBxTemplConfig.php


find:

$site['images']        = $site['url'] . "templates/tmpl_uni/images/";
$site['zodiac']        = "templates/tmpl_uni/images/zodiac/";
$site['icons']        = $site['url'] . "templates/tmpl_uni/images/icons/";
$site['css_dir']    = "templates/tmpl_uni/css/";

replace all tmpl_uni with tmpl_xxx

save n see..you will be good to go

I have video tutorials to help you mrpowless.com
Quote · 22 Nov 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.