Topic: Styles

Hi. I have a problem with the style-settings. I've chosen "sulfur" in the admin-area, becasue it matches our site. For a visitor that isn't register, the sulfur-style will appear, but if you register, everything goes back to normal (Oxygen).

Any ideas?

Re: Styles

You are correct. I will fix this for 1.0 final. If you want to change it temporarily you can run the following query:

ALTER TABLE users MODIFY style VARCHAR(25) NOT NULL DEFAULT 'Sulfur'

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

Re: Styles

Okay, well, since I dont want anyone to use another theme since it don't fit the site, i renamed sulfur to oxygen and removed all other styles smile

Thanks anyway.

Re: Styles

Hmm, ok. That's another solution. To avoid confusion I would have prefered the query, but I guess it's your forum and not mine :-)

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