So if I am understanding this correctly, I am to leave the base folder as is...and just add my custom coding to the uni files such as styles to the css files to make it look as I want. And for the html files...just make a copy of them in my new template folder I created and edit them as I need to and it's those files that will be used instead of the base files...correct? I am assuming the same for images I want to use instead of default images.
Dawg is correct. Don't edit the base files, or those in tmpl_uni. Make a copy of the entire tmpl_uni folder, and name it tmpl_SomeTemplateName
In your new templates /script directory, edit the file: BxTmplName.php Look for the code below , and change 'UNI' to 'SomeTemplateName' 'SomeTemplateName' is the name you will then see in the drop down list in admin, as well as on the template switching menu on the user side, if you have template switching by users enabled.
$sTemplName = 'UNI';
After you do this, any css that you add to your new templates css files, will override the base css..... as long as you place it AFTER he import statement. For beginners, it is probably easier to do as Dawg said, and just copy all the css files from the base directory, and use those. Doing this will slow the loading time of your site a bit, but it's not something you need to worry about until you have a little more experience working with the template.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.