i have downloaded some free templates from http://www.cogzideltemplates.com/blog/webdesign/dolphin-template-free-download
i have followed all your steps but the new template doesnt show in my admin panel under advanced settings drop box....could you please check it out and tell me how can it be done?
line no 39:
$site['images'] = $site['url'] . "templates/tmpl_sample/images/";
line no 40:
$site['zodiac'] = "templates/tmpl_sample/images/zodiac/";
line no 41:
$site['icons'] = $site['url'] see more . "templates/tmpl_sample/images/icons/";
line no 42:
$site['css_dir'] = "templates/tmpl_sample/css/";
i have followed all your steps but the new template doesnt show in my admin panel under advanced settings drop box....could you please check it out and tell me how can it be done?
just follow the below steps,
Copy the template folder into the /template folder of your root folder.
Modify the following files inside the template that you have pasted,
1) BxTemplConfig.php
\tmpl_sample\scripts\ BxTemplConfig.php
Change the following lines.
line no 39:
$site['images'] = $site['url'] . "templates/tmpl_sample/images/";
line no 40:
$site['zodiac'] = "templates/tmpl_sample/images/zodiac/";
line no 41:
$site['icons'] = $site['url'] see more
did u changed the template name?
if yes, change the name of your template name in the above specified files instead of 'sample'.
if not check whether u r getting the template naem 'sample' in the dropdown of the advance settings in the admin panel.
Thank you