Community Page
- www.wp-fun.co.uk Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi there Andrew. your "Fun with Categories" plugin is certainly a very useful plugin. But I am having a little bit of trouble and was wondering if there is any example templates out...
- Great post! I've bookmarked your blog. Hope we can swap links. Why can't I open your rss feed? No post is showing. Best Regards! Ginj
- Can you paste the entire error in?
- I'm getting the Parse error: syntax error, unexpected T_STRING, expecting '(' in error too.
- Atompub is really available or not? But i think this project will be more useful for the normal people to understand..Always Google rocks and leave their marks in every field..
Jump to original thread »
In my last Habari plugins post I highlighted the differences, and similarities, in the way plugins are created for WordPress and Habari. In this post I am going to look at the differences in how the user is given configuration options.
WordPress
In WordPress, plugin options require you to ... Continue reading »
WordPress
In WordPress, plugin options require you to ... Continue reading »
10 months ago
Something you might have overlooked while you were describing this is the significance of this line in your Habari plugin:
Yes, your plugin can actually add configuration options to other plugins. Users may appreciate this powerful feature when coupled with our upcoming dependency functionality. A plugin could require that another plugin exist, and then add to its functionality.
For example, you could install a core spam-checking plugin, and then extend its capabilities and configuration options without providing a separate interface to do so. Easily integrated, simple to code, fun to use.
I think it's great to emphasize that all of these forms are built programmatically, rather than using hard-to-alter, fixed templates. For the effort, plugins have a consistent look, validation, uniform storage, and the immediate ability to be modified and extended easily by other plugins.
The examples in this post are a good comparison of features. I hope that you might write something on the use of sub-templates in themes, where a plugin provides its own output by default, but can be overridden by a template in the current theme. This (output) would even be the next logical step for the plugin you've produced above!
I am pleased that Habari is giving WordPress a good showing. Thanks again for another great article!
10 months ago
I am pretty much deciding on something I want to do then finding out how to do it so there are probably significances that I am missing. I hadn't though to extend the functionality of another plugin but it sounds like an excelllent idea.
I noticed the sub-template thing in the documentation so I will certainly be taking a closer look. I am making a conscious decision to make posts a direct comparison to WordPress features so I will need to see where it takes me before I know whether to write it up or not.