Topic: Style Change.

Hey,
I need to change all my user's style choice from what ever one they have now to HMERPG. I need to do this because any other style would destroy the look of the layout. I have phpmyadmin so I can run a MySQL code through that if needed. Thanks for any help.

Always ~HMEternity

2

Re: Style Change.

Try removing all the other styles from the styles directory. All your users should then end up with the default style automatically.

Re: Style Change.

Or run the query:

UPDATE users SET style='HMERPG';

If you've used a table prefix, you have to prepend the table name with that prefix. E.g. myforum_users.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Style Change.

Thanks!

Always ~HMEternity