adding a new plugin

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
eko291
Posts: 2
Joined: Tue Dec 21, 2004 4:14 pm

adding a new plugin

Post by eko291 »

I really want to add the livejournal plugin to my new serendipity install, but I just can't figure out how to do this. I tried uploading the file, but it doesn't show as being able to be added. I created a folder and put the php file in the folder and it displays the source on my plugin administration page, with an error. Would anyone be willing to offer a rundown of how new plugins should be added? Thanks in advance for the help.

Mark
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: adding a new plugin

Post by garvinhicking »

Let's say the plugin is called "serendipity_event_livejournal.php". Then you need to create the directory serendipity/plugins/serendipity_event_livejournal/serendipity_event_livejournal.php.

Notice that the basename of the directory and the file themselves are the same.

As soon as you have copied the file there you should be able to go to Plugin Configuration and there add the new plugin to make it active.

It may possibly be that the LiveJournal plugin only works for Serendipity 0.8 - you may need to contact the author of it...

Regards,
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/
eko291
Posts: 2
Joined: Tue Dec 21, 2004 4:14 pm

Post by eko291 »

thanks for the info. that is what I did when I got the error on the plugin manager screen. I think you may be right, I will contact the developer and see what he says.
Post Reply