I’ve just updated the Wordpress Theme Toolkit to make it compatible with the upcoming Wordpress 2.0
Wordpress Theme Toolkit is a theme addon that allows designers to create an admin menu, integrated within Wordpress’ admin area, as easily as editing 3 lines in a file. Version 1.0 (initial release) of the Theme Toolkit was causing Wordpress 2.0 to die, whining about some function shipped with a theme that could not be declared twice. Doh.
To upgrade, simply get version 1.1 and replace all your existing “themetoolkit.php” in all theme directories using it.
- themetoolkit.txt (download and save as .php)
- themetoolkit.php (highlighted code, copy and paste in a blank file, but do not download as is)
Of course, this newer version of the Theme Toolkit is downwards compatible with Wordpress 1.5x. Theme authors should update their theme package files as soon as possible. Theme users are advised to upgrade too.
It’s possible that once you’ve installed Wordpress 2.0 and the newest Theme Toolkit, you still see the “cannot redeclare function” error : blame Wordpress’ new cache system :) Hit the “Refresh” button of your browser and you will be hopefully done.
Related posts
Shorter URL
Want to share or tweet this post? Please use this short URL: http://ozh.in/af
Pages: [2] 1 » Show All
pingback on 11/Dec/05 at 1:44 pm # :
[...] Más info | aqui –> [...]
pingback on 10/Dec/05 at 3:59 pm # :
[...] Wordpress Theme Toolkit Upgrade « planetOzh (tags: wordpress) [...]
replied, on 09/Dec/05 at 11:44 pm # :
heheheheeh yes you are right :) But your system is so fast that even if someone knoow ho w to do stuff will use it.
What about the problem of quote?
commented, on 09/Dec/05 at 11:34 pm # :
Steve » I wanted to keep things as simple as possible. Adding support for width, section titles and so on was starting to be a bit overkill. I mean, if it’s harder to figure out how to build the admin menu, than to write everything yourself without using the Toolkit, where’s the point ? :)
commented, on 09/Dec/05 at 10:33 pm # :
I notice a little bug, I’m using ‘option_variable’ => ‘Option Title ## optionnal explanations’ to let people put some code that will be then evaluated with the eval() function. It’s all ok but for the followin text:
mdv_recent_comments(10, 7, ”, ”, true, 0);
If i save the variable got the right value but when the value show up again in the admin panel it get truncated this way:
mdv_recent_comments(10, 7,
Obvoiously the problem is in the ‘. THe same done on a textarea work with no problem
Would be nice have the simple filed text have an optional paramter for size.
thought, on 09/Dec/05 at 2:23 pm # :
Perhaps this is a question for the WP forum but I am wondering why my categories are not in alphabetical order? Is there a way to make WP 2 RC1 sort categories in alphabetical order? BTW: thanks for a great theme.