-
Copy the folder “skins/default” to “skins/your_skin_name”. The “your_skin_name” is the key you need later to add it to your config.
-
Edit the "info.xml" file and change the values like described there.
Don't forget your eMail address!
-
Normally you don't need to change the html template files (This is a little bit complicate anyway). Almost all needed changes can be done with the css file (“styles.css”). So delete the “templates” folder. This makes updates easier for you later because you don't have to change the templates too.
-
You may want to add your new created skin to your config first to see the changes you make later.
Add this to your "config/config_site.inc.php":
$TUPA_CONF_VARS['SKINS']['skins']='default|yourkey';
-
You should now be able to select the skin on your preferences page.
-
Edit the “styles.css” in your skin directory and change whatever you want.
-
You can (of course) also replace the images in “skins/your_skin/images”.
The images can have a different size than the original. TUPA don't resizes the images, it only gets the image sizes for correct displaying.