You are not logged in.
tye wrote:
“Create by selection” – I don’t see that using v0.14 – where is it?
D’oh! It’s in v0.20 which I thought I’d released but haven’t. Give me a few minutes…
The smd plugin menagerie — for when you need one more gribble of power from Textpattern.
Txp Builders – finely-crafted code, design and Txp
Offline
Belatedly released v0.20. Features:
Hope this version helps more people out. Let me know how you get on. jpdupont and others who have betas, please upgrade to this version as I may have fixed a few other niggly little things since you had your copies.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern.
Txp Builders – finely-crafted code, design and Txp
Offline
Is there a way to output just the thumbnail url? For now I’m doing
<txp:site_url/>images/slide-show/<txp:image_info type="id"/><txp:image_info type="ext"/>
Where slide-show is the thumbnail profile.
Offline
Hi, I wanted to use this plugin to comply with the (untold) requirements of facebook metadata, but I don’t really know how can i get the full URL of the thumbnail created by the plugin. Can someone help me? I was using this markup so far:
@<txp:upm_article_image><txp:upm_img_full_url /></txp:upm_article_image>
How should it be with the new plugin?
Thanks in advance.
Offline
Pablo, you need to use the new image tags recently added to TXP. If you look at this TXP Tip – specifically the _ portfolio_gallery_ code block you will see how to replace upm_image with native TXP tags.
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
I am not sure I understand how to integrate this with smd_gallery. For instance, this:
<txp:smd_gallery category="test"><txp:smd_thumbnail type="gallery" /></txp:smd_gallery>
Only produces these errors:
Tag error: <txp:smd_thumbnail type="gallery" /> -> Textpattern Notice: Unknown image. on line 1194
But if I do this, it works:
<txp:smd_gallery category="test"><li><img src="/images/gallery/{id}{ext}" alt="{alt}"></li></txp:smd_gallery>
Is this the most efficient way of getting these images? I am basically using the images created from the plugin, but not actually calling the plugin.
Kevin
graphicpush
Offline
kevinpotts wrote:
Tag error: <txp:smd_thumbnail type=“gallery” /> -> Textpattern Notice: Unknown image. on line 1194
smd_gallery doesn’t set the image context like, say, <txp:images /> does, so you need to explicitly tell anything in its container which image to use. Giving smd_thumbnail an id="{id}" is normally the simplest route.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern.
Txp Builders – finely-crafted code, design and Txp
Offline
I don’t know if this is smd_thumbnail related, so I ask the same question on the multiple image upload thread … :
With the standard image upload, smd_thumbnail generate all the active thumbnails for the uploaded image.
Is it possible to do the same (automatic smd_thumbnail creation) with the multiple image upload plugin ?
Offline