Page 1 of 1

Word Press Plugins

Posted: Wed Jan 28, 2009 3:11 pm
by hubber
Is it possible to use any of the WP plugins in Serendipity?

I have one that is required to be uploaded to the wp-admin/import folder

This plugin works from a csv file to list products on your blog pages

Thanks
Hub

Re: Word Press Plugins

Posted: Wed Jan 28, 2009 3:14 pm
by garvinhicking
Hi!
hubber wrote:Is it possible to use any of the WP plugins in Serendipity?
Basically, no. The whole code would need adaption.

The WP and Serendipity plugin code is completely seperate; it's like you want to use MS Word to open a MP3 file.

In some cases, a plugin code can be nearly independent from Serendipity, and just use very few functionalities to make itself available. But even in that case you need PHP knowledge to adapt the plugin to make it work outside of WP.

Regards,
Garvin

Posted: Wed Jan 28, 2009 3:18 pm
by judebert
No, those plugins are incompatible with s9y. The plugin would have to be ported to fit into Serendipity's event hook and automatic installation framework.

Unfortunately, I think most of the developers here are busy with other functionality and plugins, so it would be a while before we could port yours. We'd be happy to answer your questions as you port it yourself, or you might be able to hire somebody.

If you tell us a little more about the plugin's functionality, we might be able to point you to a similar one in our SPARTACUS repository. However, it sounds like it sounds like it turns your blog into a store; I don't think we have anything like that.

Posted: Wed Jan 28, 2009 3:31 pm
by hubber
That's exactly what it does. Takes products from a csv file you have uploaded and creates store pages of them.

I would attempt to port it if I knew anything about php, but I don't.

It doesn't seem to be a very long script either. If anyone wants to take a look I can paste it here or send it to you.

Hub

Posted: Wed Jan 28, 2009 6:45 pm
by hubber
Is there anyone here who would be interested in doing this for hire?

Hub