Hi,
Just installed the new version, and i wanted to edit my theme.php but where can i find the code.. the theme.php in my themes/classic is empty.. normally there would be code in it.
Greetings, Dj viper
Copy any code you want to modify from include/themes.inc.php into your theme's theme.php and modify your copy.
@Nibbler: imo we shouldn't focus end user's views on include/themes.inc.php, but themes/sample/theme.php and advice them to copy code from there.
Hi,
Oke... i will try it... think i will manage it...
Greetings, Dj Viper
Hi,
Just came to the conclusion that in the download package was a theme file of the classic version from
Coppermine version: 1.4.3
$Source: /cvsroot/coppermine/stable/themes/classic/theme.php,v $
$Revision: 1.13 $
$Author: donnoman $
$Date: 2005/12/04 03:22:35 $
And lot's of code about filmstrip...
What does this code do exactly..
Also noticed that the ecard was disabled in this code apperently.. when you are not logged in as a user..
Greetings, Dj Viper
take a look at themes/sample/theme.php as I suggested. Copy the stuff you need over from it. Ecards are being disabled/enabled in coppermine's groups page - not related to themeing.