Page 1 of 1

Creating standard templates / database pages

Posted: Tue Aug 19, 2008 8:33 pm
by kendo451
I use CMSMS in a web design shop.  I would like to set a certain template and stylsheets to be the default when I do a new install.

Which files do I need to change in the Install/Upgrade folder to do this?

Thanks,
Ken

Re: Creating standard templates / database pages

Posted: Wed Aug 20, 2008 1:45 am
by Dr.CSS
Which one do you want?...

Re: Creating standard templates / database pages

Posted: Tue Sep 02, 2008 5:13 pm
by kendo451
I mean, that I have my own template and stylesheets that I want to set up as default for new installs.

Re: Creating standard templates / database pages

Posted: Wed Sep 03, 2008 6:04 am
by Dr.CSS
You will have to go thru the install folder to find which ones make the default content...

Re: Creating standard templates / database pages

Posted: Wed Sep 10, 2008 12:36 am
by mccord42
Looks like it is here:

/install/schemas/initial.sql
Line 4 is the front page content
Lines 6-11 are the CSS stylesheets
Line 112 is the template

You could probably just get an install setup exactly the way you want and then export the database to a file and then replace the initial.sql file with that file.  I can't guarantee this will work but it is worth a shot.