Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2009-05-13 13:54:05

midmood
Member
From: Rome, Italy
Registered: 2007-07-20
Posts: 68
Website

Re: retrieve article image ID content (or similar)

Plugin on demand… i’m moved :-D
if you need css help knock my door

simone

Offline

#14 2009-09-19 06:37:25

johnisevil
Member
From: Southern Ontario Canada
Registered: 2004-12-22
Posts: 20
Website

Re: retrieve article image ID content (or similar)

This plugin has saved me many a headache in 2 ways. The first is that I have a photoblog and wanted something that pulled EXIF data instead of me having to manually post this messy stuff. The other is the wonderful <txp:soo_image_url /> tag. Originally for each post I had to insert a link to pop the image out in Slimbox2 and this was tiresome. Now in my default form I’m able to perform such magic as the following and have it work flawlessly:

<a href="<txp:soo_image_url />" rel="lightbox" title="<txp:title />"><txp:soo_image thumbnail="1" /></a>

Needless to say, thanks and awesome work on this plugin.

Offline

#15 2009-09-19 11:15:02

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: retrieve article image ID content (or similar)

johnisevil wrote:

<a href="<txp:soo_image_url />" rel="lightbox" title="<txp:title />"><txp:soo_image thumbnail="1" /></a>

Hey, glad to hear someone else is using the EXIF features!

BTW, you will get exactly the same result to the above with this:

<txp:soo_image link_rel="lightbox" title='<txp:title />' />

Code is topiary

Offline

#16 2009-09-19 16:34:17

johnisevil
Member
From: Southern Ontario Canada
Registered: 2004-12-22
Posts: 20
Website

Re: retrieve article image ID content (or similar)

jsoo wrote:

Hey, glad to hear someone else is using the EXIF features!

BTW, you will get exactly the same result to the above with this:

<txp:soo_image link_rel="lightbox" title='<txp:title />' />

Perfect. That’s even better and cuts down on code even more. Thanks for the tip.

Last edited by johnisevil (2009-09-19 16:35:21)

Offline

Board footer

Powered by FluxBB