Yes, plugins in Habari are somewhat different from WordPress. Even
though the same sort of "hook" system is used, its implementation is
different, and the names and features of all of the hooks are different
between the two. It is very unlikely that a converter could be written
to automatically convert any WordPress plugin into one for Habari.
Similarly, it's difficult to say if you are implementing a specific hook
in WordPress that it would translate directly to a specific hook in Habari.
> On a side note, with some wordpress plugins, you can have multiple
> instances, such as flickrrss (I can have the feed of my photos as well
> as those of my wife) by indicating the different usernames with
> flickrrss(username) or something like that. Can Habari plugins be
> made to do this, or are we stuck with one instance per site.
Habari plugins can do anything WordPress ones can, they just have to be
coded that way. I don't know of any plugins that consume multiple feeds
and differentiate them for output right now, but one could easily be
written using code from plugins that are already available.
> Thought this should go in -dev instead of -user as I'm more concerned
> about the writing/adapting of plugins and thought you all would know
> the best answers.
No worries. I'd guess that if you posted a few of the plugins that you
were looking for, people would either take them on as their own project
or collaborate with you to get them written.
Owen