mp2300
Forum Replies Created
-
Forum: Hacks
In reply to: Load WordPress codebase from external php fileAfter digging more into the problem, it seems that the messy coding style of WordPress makes it impossible to include the codebase from a local scope.
Forum: Plugins
In reply to: Failing to integrate WP with CakePHPAt the moment, there is no easy way to load the entire WordPress environment from other PHP scripts. The heavy use of global variables and non object-oriented design makes it difficult to integrate WordPress with other PHP based projects.
Forum: Plugins
In reply to: Let admin log in as users (su for wordpress)I created my own plugin. It can be found at http://wordpress.org/extend/plugins/change-user/
Great. Thanks a lot.
Manual installation works fine.
Automatic installation through the WordPress Admin pages is broken.If you want your plugin to be used by anybody, then you should fix this error.
The problem is that automatic installation of plugins does not work, if the plugin folder is placed inside another folder. The current solution will fail to install and will not display any error messages to the users.
It is possible to manually install the plugin, but it should also work directly from the wordpress admin pages.
Forum: Plugins
In reply to: [Plugin: Search Unleashed] highlighting things i dont want it to (like code)It might be the same error that I have pointed out in http://urbangiraffe.com/tracker/issues/show/601