slideshow or picture album plugin

Creating and modifying plugins.
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

slideshow or picture album plugin

Post by hgoor »

Hi,

Is there (and if so: which one) a plugin that I can use to display a few images inside my blog like a small coppermine - or other album like display?

I would like to show it in a manual kinda way, so with captions etc...

I see a lot of plugins for flickr etc. but I like one that uses the build-in media library...
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

I'm not sure if you want a sidebar plugin, or an event plugin that displays the media library, but both are available:

Sidebar: try the "Unified Sidebar Image Display" plugin and choose configure it to use the media library. I'm not sure if I added captions, etc, to this but it wouldn't be too hard to do.

Event plugin: try the "Gallery Display" plugin (also called "serendipity_event_usergallery"). This works like static pages, only it shows you a directory from the media library.
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Post by hgoor »

mgroeninger wrote:I'm not sure if you want a sidebar plugin, or an event plugin that displays the media library, but both are available:

Sidebar: try the "Unified Sidebar Image Display" plugin and choose configure it to use the media library. I'm not sure if I added captions, etc, to this but it wouldn't be too hard to do.

Event plugin: try the "Gallery Display" plugin (also called "serendipity_event_usergallery"). This works like static pages, only it shows you a directory from the media library.
The last option is more what I want. So I should just create a directory for this use? I will experiment with it: thanks so much for the tip!
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

So I should just create a directory for this use?
I think that is how most people use it. The plugin allows you to select a single directory as the gallery "root". You can actually organize directories underneath it to display as well, so you can make it as simple or as complex as you need.

Let me know how it works for you!
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

I'm interested in photos as well. Does anyone have this plugin (or any other photo gallery) installed so I can see it in action?
=Don=
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

I've got a really simple gallery 'imagegal' in use on my company website which I included using the PHP external application plugin.

Imagegal is available from http://dasme.org/

HTH

Dave
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

I use the Display Gallery plugin, but only for a really simple page... http://www.theledge.net/pages/gallery.html

The plugin uses a tpl file, so it respects templates (where template authors have included a copy), it can output a directory structure (which I don't use) and allows directory navigation.

stm999999999 used it on a site a little while ago:
http://www.sankt-joseph-siemensstadt.de ... llery.html

I think he might have a (slightly) custom tpl file to fit the template he designed, but it should show you what the plugin does.
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Post by hgoor »

d_cee wrote:I've got a really simple gallery 'imagegal' in use on my company website which I included using the PHP external application plugin.

Imagegal is available from http://dasme.org/

HTH

Dave
Since I host my own website I can always use external galleries; in fact have several. But in this case I like it to be part of a posting...

I will try and see if I can test that plugin and report back here how it works...
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Um... wait...
But in this case I like it to be part of a posting...
I don't think I understand what you want... Do you want to place images in an individual post so that they are automatically formated in some way?

If so, I've sent you in the wrong direction... And I'm not even sure which direction I should send you...
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Post by hgoor »

mgroeninger wrote:Um... wait...

Do you want to place images in an individual post so that they are automatically formated in some way?

If so, I've sent you in the wrong direction... And I'm not even sure which direction I should send you...
Yes; part of a posting. Right now you can align left, right or center but you can't display it as a sort of small gallery (say 3 next to each other), within a post.

But I think I see why you doubt yourself now:
mgroeninger wrote:This works like static pages
So actually it would not be part of a posting :-)
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

hey matt, what hgoor is asking for is actually a very good idea, if it was possible to use the usergallery to add a small block of selected images to an entry that would be great, but we would need to have them wrapped in the same sort of div's as the regular usergallery page so that we could style them if we needed to.
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

It is a neat idea... I'm not sure it should be bolted around the usergallery plugin though...

Did Garvin ever find the plugin that allows bbcode markup to posts to add images? If so, it should probably be rolled into that...

So you put something like [image="142"] and that displays the image with id 142. And then you extend it so that you can do something like [image="142,143,144"] and it replaces that with a block that is formated according to the template/plugin settings and contains those pictures.

Garvin, you watching this thread?

Honestly, though, I just wrap my images in a div tag and manually set the width.
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

I also just wrap some html around my images, but one thing that serendipity is known for is making it as easy for users to do what they want without having to know html, hgoor helps us in many ways by offering suggestions from a users perspective, this one is a good one, and I think would be popular even if it was an extension of the bbcode plugin, or maybe garvin just needs to extend the media manager to allow small blocks of images?
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Post by hgoor »

Just to clarify a bit what triggered my question:

I just bought a new smartphone and I had an "unwrapping" party on my blog. I.e. I took some photos and wanted to combine them in the article.
(see: http://zion.demon.nl/archives/480-HTC-P ... again.html )


I wanted to be able to have a few images on one (or more lines) like an album: clicking on the image then gives you a full image: just like a small gallery (or some neat java-script lightbox like effect).

As it turned out I could not really do that too well with the build-in image placement options, so I just posted them under each other instead of on one line..

The build-in thumbnailsize images seem fine for my purpose, also the option to have some text beneath it works well, except I wanted to be able to position, let's say 2 or 3 images on 1 line...

I'm sure if I looked a bit more into HTML I would be able to do it myself, but I figured: there's a plugin for almost everything so probably I don't know which one to use :-)

Anyway; having the option to use images that are used in the media-gallery would be best I think...

EDIT:

PS: a nice solution that works like Snap (just hover over a link at my blog) but just with images might be cool too?)
Last edited by hgoor on Tue Jan 23, 2007 8:44 pm, edited 2 times in total.
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Post by hgoor »

Btw: I am sorry that my initial question did not clarify that I meant "within" an article..

There are a few gallery like solutions already to show a different kind of gallery using S9y, but not one that does the job in an article...
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
Post Reply