Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> MySQL
Author Message
ThePiston
Worker
Worker



Joined: Dec 22, 2004
Posts: 135

PostPosted: Wed Jan 19, 2005 10:25 pm Reply with quote

I need some SQL code tht will change all of my users' theme to a new one. Is there an easy way to do this?
 
View user's profile Send private message
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Wed Jan 19, 2005 10:42 pm Reply with quote

I would suggest changing in the Admin --> Preferences the default theme to the theme that you want and then using something like phpMyAdmin to run the following SQL to blank out all the user specified themes:

Code:


UPDATE  `nuke_users`
SET  `theme` = NULL;


This would get your site and every user back to using some fixed, default theme of YOUR choice. BUT, make sure you really want to wipe out everyone's selected theme choice!

Regards,
montego
 
View user's profile Send private message Visit poster's website
TheosEleos
Life Cycles Becoming CPU Cycles



Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Thu Jan 20, 2005 8:15 am Reply with quote

I've done that a few times. The responses are mixed. You will for sure get some opinions on the new theme you have installed.

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website AIM Address ICQ Number
ThePiston







PostPosted: Thu Jan 20, 2005 6:21 pm Reply with quote

Quote:
SQL-query :

UPDATE `nuke_users` SET `theme` = XP - Silver

MySQL said:


Unknown column 'XP' in 'field list'


how do i fix that?
 
64bitguy
The Mouse Is Extension Of Arm



Joined: Mar 06, 2004
Posts: 1164

PostPosted: Thu Jan 20, 2005 8:19 pm Reply with quote

Set your theme to XP Silver in Your_Account.

Then browse the database table "YOURPREFIX_users".

Find your ID and click the edit option.

Scroll down to theme and see what it shows for the value of the XP Silver theme.

(You need to format the name exactly for everyone else the exact same way it appears for your ID in the database).

Highlight the text and click "EDIT" / "COPY" in your browser.

Click the "SQL" option in phpmyadmin.

Then run the query:
UPDATE `nuke_users`
SET `theme` = "WHATEVER";

(Whatever being pasted in from what you copied out of your ID).

_________________
Steph Benoit
100% Section 508 and W3C HTML5 and CSS Compliant (Truly) Code, because I love compliance. 
View user's profile Send private message
ThePiston







PostPosted: Thu Jan 20, 2005 9:17 pm Reply with quote

Quote:
Affected rows: 0

SQL-query : [Edit] [Create PHP Code]
UPDATE `nuke_users` SET `user_theme` = 'XP-Silver'


The code went through OK, but it didn't affect any rows. What's that mean?
 
ThePiston







PostPosted: Thu Jan 20, 2005 9:30 pm Reply with quote

nevermind, the correct code was 'theme' not 'users_theme'
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> MySQL

View next topic
View previous topic
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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©