I wasn't able to find out where/how to use this. If I understand, you should be able to include a Gallery 1x in s9y. But I couldn't find where to show the gallery, link to it or anything. Where do I find documentation for this?
Thanks!!
Markup: Gallery Image
-
smartieskiller
- Regular
- Posts: 43
- Joined: Sun Mar 12, 2006 3:15 am
it's easy to include it
if you want to make like me (see my blog here )
i made like this:
if you want to make like me (see my blog here )
i made like this:
- download the gallery-2.1-rc-2a-full (someone post it in this forum.Use search to find it)
- install it but not in your serendipity directory (it's my error ,i must reinstall gallery to correct it)
- install the serendipity_event_g2embed
- Configure the plugin
- Make a link like this index.php?serendipity[subpage]=gallery2 it's only for example
- Enjoy your gallery
Thank you for the response.
Thing is, I have Gallery 1 installed, with almost 800 photos. I haven't wanted to upgrade gallery for now.
There is (from what I understand) a plugin for gallery 1x:
Thing is, I have Gallery 1 installed, with almost 800 photos. I haven't wanted to upgrade gallery for now.
There is (from what I understand) a plugin for gallery 1x:
That's what I'm trying to use. It has a drop down menu for you to chose which version of Gallery you use...and that's where I'm stuck.Name Markup: Gallery Image
Description Inserts a Gallery album or image using markup text.
-
scottwalsh
- Regular
- Posts: 17
- Joined: Sun May 20, 2007 9:05 am
- Contact:
Hi there, thanks for the interest. No, I'm still not able to include Gallery in my blog. It says it should "Inserts a Gallery album or image using markup text.", but I haven't been able to figure it out.

Bigger img

Bigger img
-
scottwalsh
- Regular
- Posts: 17
- Joined: Sun May 20, 2007 9:05 am
- Contact:
The plugin doesn't really put Gallery inside you blog, but lets you include an image from your Gallery inside a blog post using markup.
The format of the markup for inserting an image is:
All of my photos are under http://zone3.net/nz/photos/ ,which is in my plugin config.
If you have a look at http://zone3.net.nz/archives/20070606-T ... -Comp.html you'll see the result. The two images are from Gallery2.
The markup used within the above page is:
As you’ll see from the above, the images in a sub-album within an album, not sure if this is a feature Gallery supports, but it is well tested with Gallery2…
I haven't tried the plugin with Gallery (only Gallery2) and couldn't quite make out the config screenshot text to see if it looked correct...
[/code]
The format of the markup for inserting an image is:
Code: Select all
Basic usage is:
[GImage]album/image.ext[/GImage] with .ext needed if not the default .jpg
full syntax is:
[GImage size=sized|full|thumb; link=image|image_sized|album|page|none; align=left|center|right|none; caption=text string; style=link|fancy|image][album/]image.ext[/GImage]
If you have a look at http://zone3.net.nz/archives/20070606-T ... -Comp.html you'll see the result. The two images are from Gallery2.
The markup used within the above page is:
Code: Select all
[GImage]/2007IntrepidPhotoComp/RealLifeExperances/WrestlingWithTheMongolianLocals.jpg[/GImage] Code: Select all
[GImage]/2007IntrepidPhotoComp/Icons/StPetersburgBronzeHorseman.jpg [/GImage] I haven't tried the plugin with Gallery (only Gallery2) and couldn't quite make out the config screenshot text to see if it looked correct...
[/code]