phpCollab Community
Discuss everything phpCollab!

The forums are currently in READ-ONLY mode while we upgrade the forums.
Home » Development » Development » Themes (how to: install new themes and create them)
icon5.gif  Themes [message #8301] Mon, 10 December 2007 16:42 Go to next message
corbanb is currently offline  corbanb
Messages: 8
Registered: December 2007
phpCollab guest
Hey guys I was seeing that we have the options to install different themes for our php collab systems. Is there an easy way to switch between them? We are thinking about designing our own if so. Does anyone have any experience making them and switching between them?
Re: Themes [message #8302 is a reply to message #8301] Tue, 11 December 2007 00:03 Go to previous messageGo to next message
innosys is currently offline  innosys
Messages: 11
Registered: October 2007
phpCollab guest
corbanb wrote on Mon, 10 December 2007 16:42

Hey guys I was seeing that we have the options to install different themes for our php collab systems. Is there an easy way to switch between them? We are thinking about designing our own if so. Does anyone have any experience making them and switching between them?


To find our which themes are available, look in the themes folder.

You should have the following themes available:
default
ordinarylife
phpkaox
xp-blue

The setting can be changed in:
includes/settings.php

The setting that you are looking for is:
# theme choice
define('THEME','default');

Change 'default' to any of the ones mentioned above and that will do the trick.

To create a new theme, copy one of the existing theme folders that you like and would like to tweak to mytheme

Edit settings.php to point to mytheme, and start editing.

If you want to modify colours, the stylesheets are the quickest way.

If you want to start messing with the layout slightly, header.php and footer.php would be the next step.

Hope that helps.

Innosys.


Re: Themes [message #8303 is a reply to message #8302] Tue, 11 December 2007 00:27 Go to previous message
corbanb is currently offline  corbanb
Messages: 8
Registered: December 2007
phpCollab guest
sweet thats great. I'm going to toy with this over the next week and see what we might be able to come up with! Thanks Guys!

BTW - We got our system up and running and it seems to be working great. I have a few mods I'd like to see but I'll post that later. GREAT WORK!
Previous Topic: LDAP Integration
Next Topic: Need Auto Navigating to Setup Page.
Goto Forum:
  


Current Time: Wed Jun 19 10:11:41 CEST 2013

Total time taken to generate the page: 0.22505 seconds