Hi again ,
I wanted to know if its possible/hard/easy to make a option for the users/visitors to pick different styles/templates for the site. Since I'm into web designing and constantly change my desing over a short period of time, I really want to keep all my templates and give my users an option to pick the one that they like,
thank you,
sean s.
style changer
PHPWCMS uses page templates to determine the page layout (header, footer, menus etc.) for each category in the site structure. You can use the same template for each category (set it as the default), or you could create different templates and allow users to choose.
You can format templates using the 'default' CSS file - frontend.css - which can be edited from within the program, or you can create additional CSS files and place them in:
phpwcms_template / inc_css /
You (or users) could then choose a different CSS file to control each template. With this combination, you could certainly provide the ability to select different page layouts and colour styles. However there is no 'one-click' method for a user to select a site-wide theme... AFAIK.
You can format templates using the 'default' CSS file - frontend.css - which can be edited from within the program, or you can create additional CSS files and place them in:
phpwcms_template / inc_css /
You (or users) could then choose a different CSS file to control each template. With this combination, you could certainly provide the ability to select different page layouts and colour styles. However there is no 'one-click' method for a user to select a site-wide theme... AFAIK.
Thats not fully right .Peekay wrote:However there is no 'one-click' method for a user to select a site-wide theme... AFAIK.
If you ONLY use CSS you can use something like
http://www.alistapart.com/articles/phpswitch/.
Ralf