coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: internetking on November 07, 2010, 01:18:49 AM

Title: force to change themes
Post by: internetking on November 07, 2010, 01:18:49 AM
on  a theme there is no  theme selector, how can i force it to change a theme?

as you see there is no selector for that...


thanks...
Title: Re: force to change themes
Post by: internetking on November 07, 2010, 02:41:46 AM
oh  my  site for coppermine is at photos.hulds.com

when i was playing with demo of cpg  and i found it use... ?theme=eyeball after website  name for example ... http://photos.hulds.com/?theme=eyeball 

but however.... where can i turn on so people can select the theme???

like it was in the demo....


thanks..
Title: Re: force to change themes
Post by: internetking on November 07, 2010, 02:45:05 AM
Quote from: internetking on November 07, 2010, 02:41:46 AM


when i was playing with demo of cpg  and i found it use... ?theme=eyeball after website  name for example ... http://photos.hulds.com/?theme=eyeball 



opps i mean... 

http://photos.hulds.com/index.php?theme=eyeball 
Title: Re: force to change themes
Post by: lurkalot on November 07, 2010, 10:01:15 AM
The theme selector token needs to be added to each theme in 1.5.8 they are not there by default.

You can do this by adding this code to the "template.html" file found in each theme folder{THEME_SELECT_LIST}  This has to be repeated for each theme.

The info is here.  ;)  http://coppermine.svn.sourceforge.net/viewvc/coppermine/trunk/cpg1.5.x/docs/en/theme_template.htm#theme_template_theme_select_list
Title: Re: force to change themes
Post by: internetking on November 08, 2010, 05:08:17 AM
on some themes  {LANGUAGE_SELECT_LIST}{THEME_SELECT_LIST} are kind of unreadable drop down menus... let me give you example as a img attachment... 

cpg is at http://photos.hulds.com

same for themes not just language...
Title: Re: force to change themes
Post by: ΑndrĂ© on November 08, 2010, 09:28:26 AM
Quote from: internetking on November 08, 2010, 05:08:17 AM
on some themes  {LANGUAGE_SELECT_LIST}{THEME_SELECT_LIST} are kind of unreadable drop down menus
Then you'll have to modify the theme's css files accordingly.
Title: Re: force to change themes
Post by: internetking on November 08, 2010, 08:42:32 PM
what section of css i can find that? for the drop down for language and theme....
Title: Re: force to change themes
Post by: ΑndrĂ© on November 08, 2010, 08:44:18 PM
You can find that out yourself by using one of that tools: http://documentation.coppermine-gallery.net/en/dev_tools.htm#dev_tools_web_development
I can recommend Firebug.