(Sorry if this is a duplicate, I clicked submit before and got a strange error but it didn't appear to be posted)
Is it no longer possible to install multiple copies of the lj/myspace/s9y plugin? According the the thread I found while searching it seemd to be at one point, but when I try it doesn't give me the button to add it again, simply saying that it is already installed.
I was thinking about adding some more protocols to allow s9y to publish to other things, but it really needs to be able to have more than one installed at a time to be really useful. For instance I know people who go and manually post whatever they're writing to each of livejournal, blogger, myspace, spaces.msn, friendster, etc, and if s9y could do that all for them it would be very appealing.
How tricky will this be to allow multiple copies to install?
myspace/livejournal plugin
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: myspace/livejournal plugin
You might want to try to edit the plugin file, and in the first introspection() method, add this:
This should make a plugin be able to be installed multiple times. You might need to empty (not delete!) your serendipity_pluginlist table because that one caches plugin properties and would only show effect after a new plugin version was installed.
HTH,
Garvin
Code: Select all
$propbag->add('stackable', true);
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/