View Single Post
  #2  
Old 06-23-2011, 06:19 PM
maximillion maximillion is offline
Member
 
Join Date: Jun 2011
Location: Rhode Island
Posts: 67
Gender: Male
Credits: 8,475
maximillion is on a distinguished road
Default

one way of doing it is.. in the db add "Theme".. and set it to 0 - now when the user clicks the theme they want, have the link they clicked set the "Theme" in the db to 1 (or to whatever, based on how many themes you offer to the user) 0 is the default theme.. you'll need if statements that checks the "Theme" on every page so it knows which theme to show.

another way of doing is by setting up a cron job...

so, there's 2 ways of doing it.. hope that helps :)

Last edited by maximillion; 06-23-2011 at 06:21 PM.
Reply With Quote