Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
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
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
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