I have just been notified that an earlier version of the WP_Premium zipfile includes a security leak. If you have already downloaded it today (2008-04-15), please get a fresh zipfile from my ports page. I have updated the zipfile there. Sorry for the inconvenience.
subberman77 wrote:take a look at this theme....it would be one of the top3 themes for s9y if you buy it and port it. at the moment the best theme i've ever seen.
Yeah, right. Ever bothered to read the licence policy for that template? A developer's license is about 250 USD, and I'm not even sure that license would allow me to port it and distribute the port for free ... besides, I know a lot of better things to do with that kind of money
And besides, I have promised not to do any more news templates for s9y for some time now
lordcoffee wrote:I've edited the plugin_calendar.tpl from the default-theme to fit to the design. I used the arrows wich are already in your template path:
That's what I had in mind, too. Thanks for helping me out
On top of the sidebar you have implemented the Tabs within the search, archives and categories. The search is the standard active tab. Would it be possible to put a selectbox in template options to choose wich one should be standard? For me it would be nice to have the categories active in standard.
I know I can change the order inside the index.tpl but for other users maybe this could be helpfull
lordcoffee wrote:Would it be possible to put a selectbox in template options to choose wich one should be standard? For me it would be nice to have the categories active in standard.
I know I can change the order inside the index.tpl but for other users maybe this could be helpfull
Frankly, I have no idea whether it would be that simple considering there's a piece of javascript involved which created the actual tabs.
lordcoffee wrote:Would it be possible to put a selectbox in template options to choose wich one should be standard? For me it would be nice to have the categories active in standard.
I know I can change the order inside the index.tpl but for other users maybe this could be helpfull
Frankly, I have no idea whether it would be that simple considering there's a piece of javascript involved which created the actual tabs.
As far as I understand the code (Beware! My javascript knowledge is truly limited.), it's not the order in the HTML output which determines the "active" tab but a class which is assigned in the javascript. Since I cannot modify the javascript by a theme option, it is unfortunately not possible.
Someone with more javascript knowledge is welcome to take a look at the code and correct me