Page 1 of 1

Cant find code for Block for User to choose their own theme

Posted: Thu May 13, 2004 5:24 pm
by drujr
Hey all,

I'm looking for a block that allows each user to select an option from a dropdown menu, or something of the sort, that changes the theme of the website for their viewing.

Does anyone know where I can find this?

(Using PHP Nuke)

Posted: Fri May 14, 2004 6:51 am
by kettle_drum
The phpnuke site? Is this not built into the default package already?

Posted: Fri May 14, 2004 10:57 am
by drujr
It can be done by the Administrator, and the theme that the Admin chooses is what every user who visits the website can see.

I was looking for one that would allow individual users to choose his/her prefered theme.

Posted: Fri May 14, 2004 3:01 pm
by pickle
well, my guess would be of course, to use CSS. Have the theme chosen by the user in their user account. Then, when displaying a page, retrieve that theme name from the db, and use the appropriate CSS stylesheet.