hey everybody

im still new to the themes and color changing in drupal 6. i would like to know if there is a way to change the color of the website by anonymous and authenticated users through a switch that would be put at the top of the page and the user can choose the color he wants.

thank you very much for your hlep

best regards,

Comments

WorldFallz’s picture

See the http://drupal.org/project/fourseasons theme, which does this, for an idea.

noureddine’s picture

hey worldfallz,

i want the user to be able to change the color theme on his browser and not the whole sites. and i want this option for anonymous and authenticated users.

i want to use the cookie or session for it. it will save the preference color of a certain user.

check http://www.bbc.co.uk/ this website have the ability to change the color of the web pages according to the user preferences. click on add more to this page and check the choose a page color. here you can change the color of theme.

i want to be able to do something like that. any idea how ?

best regards,

WorldFallz’s picture

Nope, sorry no clue.

noureddine’s picture

well you know any way i can create a couple of buttons at the top of the page to switch between themes.

i think its the best way to switch between colors of the themes.

thx

WorldFallz’s picture

Not off hand, but you could checkout how the http://drupal.org/project/switchtheme module does it.