Topic: Styles won't appear?

I tried adding a new style in the respective location but it won't pop up!

Only Oxygen shows...

Any ideas?

Re: Styles won't appear?

What PunBB version? Is that style meant to work for that specific version?

Re: Styles won't appear?

The latest 1.3.

I'm not sure, I downloaded 2 different skins and they both don't work..

I wanted to use this one.

http://www.punres.org/viewtopic.php?id=5116

Re: Styles won't appear?

I'm sorry, but that style is meant to be used only on PunBB 1.2.

5 (edited by glassJAw 2008-11-14 02:49)

Re: Styles won't appear?

Ah I see... why do they make new versions require new skin updates? That seems very unprofessional sad

Re: Styles won't appear?

Well, PunBB 1.3 has a completely different markup...

Anyways, nobody is forcing you to use 1.3, you can still use 1.2. As long as you use PunBB, we're happpy smile

Re: Styles won't appear?

It's ok, I'll try and do my own skin. I already set my forum up cool

Re: Styles won't appear?

Good luck smile Enjoy PunBB

9

Re: Styles won't appear?

I downloaded 1.3 skin and don't want to show it.. wtf?

10

Re: Styles won't appear?

If some users choose a style that you want to delete you should update the table <DB_PREFIX>_users with this SQL:
UPDATE <DB_PREFIX>_users
SET style = 'Oxygen'
WHERE style = '<Another Style>'
Then remove the style from the "style" directory.