darkcryst
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Correct Format for Themesoo and I just found a bug in that code – it NEEDS an author and plugin URI else it still displays a link (which is just href=””) around the author and plugin title.
some conditional check needed there I think….Forum: Fixing WordPress
In reply to: Correct Format for Themesooo useful.
However I just worked out the details after hacking through the code for the last hour. Once I have my theme sorted I’ll stick up a tutorial.. its pretty easy, but would be nice for when 1.3 is released to have some ready made themes that are 1.3 compatible.
Most other themes probably are.. but will need a few tweaks, so I’ll write that up 🙂
Of cource tell me if I’m getting ahead of myself here, this all really stemmed from my wanting my current re-design to fit as neatly into the new WP structure as posible….Forum: Fixing WordPress
In reply to: Correct Format for ThemesWell… it might not be, but it would be nice to know that too! 😉
The code all seems to be there actually, so it looks pretty much done, at least the theme detection part of it anyhow. Mostly I was wondering if anyone else had played with this part of it…?Forum: Fixing WordPress
In reply to: Posting Draftswell I think, to reuse a phrase… its not a bug, its a feature.
The new user things makes sense, but really the default should be that they CAN publish, not that they can’t… its not really wanted behavior otherwise.Forum: Fixing WordPress
In reply to: Posting Draftsas far as themes vs styles… no I was talking about the built in theme switcher 1.3 has, not a stylesheet switcher as your code seems to do (I know how to do that).
Mostly I just wanted to know what files and where to drop them for the theme so I get a description. I could just edit the existing one, but I’d like to have it as a seperate theme, code and all.
So yeah, not styles, themes 🙂
The “new user can publish” thing could solve my problem..
*checks*
yup! that solved it! 🙂 Thanks to Bronski for that, so simple.. yet easy to miss at the same time. Hopefully this topic my provide some help to others…Forum: Fixing WordPress
In reply to: Posting Draftsick.. so it IS a known issue huh? Or is this just a bug with this latest build?
So far this is the only issue I’ve had with the build I may add… except I have no idea how to add themes as there is no example theme, or how to add themes into the “theme” directory (of which there is none, I had to add it manually – an example demo theme would make sense for release – maybe implement the “kubrik” style that way… or make the default the example).