|
Jimmy you must do as posted above. View your SMF settings table. There is an variable in there called theme_default this must be set to the default theme id. Last time it was set to 0 and I set it to 5
SELECT value FROM smf_settings WHERE variable ='theme_default'
thats the query we use. you should be able to find the variable and change the value to what you want.
|