disjfa
Forum Replies Created
-
Forum: Plugins
In reply to: [Dimme calendar] [Plugin: Dimme calendar] Change languageHaven`t updated the language files since an earlier update. So i have to update my language files in a new update i want to create soon.
But for the month names, i use php strftime function for the dates. They use the system defaults. You can set these using the php setlocale function wich likely will be set using wordpress (i don`t know this for sure). So they will be in the language your site is set for and are not included in my language files.
I found some major bugs in my plugin. The calendar works, but the list below is falted, or vice versa. I got an update in the works, including some great upgrades with google calendar connections. But i have to finish it before i upload the code. It will be here soon when i get the time to finish. So please use the plugin, but soon it works even better.
Forum: Alpha/Beta/RC
In reply to: Twenty Eleven theme … are you guys joking?It`s just a feeling i get with the code and output. Nothing bad and if i had more i shall tell you. But like the ts it’s and some other posters in the thread it just feels off. Otherwise this thread wouldn’t be here.
When i have the solution i will post it. But until then, be continued.
Forum: Alpha/Beta/RC
In reply to: Twenty Eleven theme … are you guys joking?I don’t understand. What is there to “get”. You either like the theme and use it or you don’t.
It’s gonna be the base theme. A theme in the theme library you like or not like you said. The base theme is the base of a startup wordpress user. Like the flagship of the code, that’s a difference.
Forum: Plugins
In reply to: Custom post fields like this!Easy way, create a meta box and punt the values in the post meta.
Hard way. Create for some the post meta (like dates and other unique info). But for others use the right taxernomies and tag them to the posts.
So yes, this is quite easy. Ik like the custom post types plugin for handeling all the post types and taxonomies.
Forum: Alpha/Beta/RC
In reply to: Twenty Eleven theme … are you guys joking?So keep using Twenty Ten.
That’s not quite the point to make. People see the twentyeleven template and don’t get the use of the theme, so they report that here. And that is a reasonable argument.
When i looked at the 11 template i get the feeling it`s overcompensating in code and yet too minimalistic in the output to the browser. So i am also not likely to get me an 11 template but use the 10 and clean it somewhat to get the same results with less code.
With 10 i was surprised by the cleanness of the code and easy way to extend to it with childthemes or create a clean new theme with it. With 11 i don`t see that (for me) hapening. Sure, check the functions and steal some ideas. But i wont see me base a theme on it.
but again, it`s hard to think of the next big breakthrough theme for automatic in a year instead of many years from the theme before 10. Get why they did it like they did.
Thanks for the vote. I`ll add this to the wish list and add a post page. Check if i can add a userstatus so you have to approve as admin.
You can also just make a random custom post type and select it as the post type on the admin page. As long as you have the custom post type you can just select it.
Forum: Plugins
In reply to: [Plugin: Dimme Calendar] post-type not filteringI made two save fields for the options, it had to be one. Changed it so it will work now. The plans are there to make some documentation, but i have to execute them.