Hi there... is there a way to force users to change there themes... other than deleting the old one that is?
shrek_rock Captain
Joined: Nov 24, 2003
Posts: 709
Posted:
Mon Mar 06, 2006 6:57 pm
hi, you can use a simple update script to change all the themes to the one you want. I have one on my site but due to other sites ripping the tutorials I now require 5 posts to view it.
Something similar to this would do though
$db->sql_query("UPDATE ".$user_prefix."_users SET theme='NAME_OF_THE_THEME' WHERE user_id !='1'");
I skipped user id 1, which is anonymous so they get the default. hope that helps.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum