Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#397 2008-02-05 17:59:59
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I rely heavily on this plugin and was wondering, whether it requires updating to work under 4.0.6 ?
Offline
#398 2008-02-05 22:36:57
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I am using the plugin on two 4.0.6 sites, and it still works :)
Offline
#399 2008-02-06 16:42:25
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Thanks Els – good to know! :)
Offline
#400 2008-02-06 19:16:34
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I’m struggling to achieve the following:
From the documentation I gather that the plugin should be able to extract the image category to use for the gallery from any article field, such as a custom field, by using usearticle="1"
and catfield="imagecat"
I have named my custom field “imagecat” and use this tag:
<txp:rss_thumbpop mode="float" jpop="1" fullontop="1" cols="99" usearticle="1" catfield="imagecat" addpermlink="0" showcaption="0" />
I’ve also tried several variations, but to no avail: it always pulls up all images without category restriction. Did I perhaps misunderstand the instructions and is this just not possible?
Any help would be very much appreciated!
Cheers Martin
Offline
#401 2008-02-06 19:35:18
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
it doesn’t work by custom field name, but by its actual db column name (ie custom_2, custom_3 etc)
Offline
#402 2008-02-07 10:37:54
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Thanks Steve,
I had actually tried that already, but no dice. So far I tested it on three different installations without success. Does this work for you?
I’m using the rss_thumbpop tag in the article body, but would like to move it to a form and just pick up the category from a custom field.
Cheers Martin
Offline
#403 2008-02-08 01:57:48
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
OK, I’ve just made one more attempt to get this working on a clean install of txp with nothing but rss_thumbpop loaded, but it just won’t work. If anyone has managed to get this working, I’d sure love to hear about it.
I’ll also contact Rob and see what he thinks.
Martin
Offline
#404 2008-03-06 19:23:45
- Freekster
- New Member
- Registered: 2007-07-05
- Posts: 6
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I can’t get more images on same row than 2.
My code:
<txp:rss_thumbpop category=“Hupijutut” mode=“float” label=“Hupijutut” orderby=“caption” pagepop=“0” allcats=”1” cols=“5” padheight=“20” />
Does nothing, but if i write: cols=”5” i get the following error:
Tag error: <txp:rss_thumbpop category=“Hupijutut” mode=“float” label=“Hupijutut” orderby=“caption” pagepop=“0” allcats=”1” cols=”1” padheight=“20” /> -> Warning: Division by zero on line 194
Any ideas?
Offline
#405 2008-03-06 19:32:41
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
masa wrote:
I’m using the rss_thumbpop tag in the article body, but would like to move it to a form and just pick up the category from a custom field… if anyone has managed to get this working, I’d sure love to hear about it.
Sorry masa, can’t remember how to do it. I remember it took a bit of trial-and-error to get it to work. Looks like you’ll have to stick with smd_gallery :-) I’ll try and get that random image option sorted for you in the near future.
Last edited by Bloke (2008-03-06 19:47:46)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#406 2008-03-06 19:35:17
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
masa wrote:
OK, I’ve just made one more attempt to get this working on a clean install of txp with nothing but rss_thumbpop loaded, but it just won’t work. If anyone has managed to get this working, I’d sure love to hear about it.
I’ll also contact Rob and see what he thinks.
Martin
i have it working fine. still using txp 4.0.5 but i doubt that matters. the tag i use is
<txp:rss_thumbpop showpagelinks="0" catfield="custom_2" usearticle="1" mode="float" jpop="1" addpermlink="0" clickonly="1" orderby="name" />
with custom_2 custom field named ‘gallery’.
Offline
#407 2008-03-07 17:54:09
- Freekster
- New Member
- Registered: 2007-07-05
- Posts: 6
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Freekster wrote:
I can’t get more images on same row than 2.
My code:
<txp:rss_thumbpop category=“Hupijutut” mode=“float” label=“Hupijutut” orderby=“caption” pagepop=“0” allcats=”1” cols=“5” padheight=“20” />
Does nothing, but if i write: cols=”5” i get the following error:
Tag error: <txp:rss_thumbpop category=“Hupijutut” mode=“float” label=“Hupijutut” orderby=“caption” pagepop=“0” allcats=”1” cols=”1” padheight=“20” /> -> Warning: Division by zero on line 194
Any ideas?
Anyone?
Or suggest some other imagegallery that can show 5 images on one row. Site should be ready by tomorrow and i’m strugling with the image gallery :(
Offline
#408 2008-03-07 19:16:47
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Freekster wrote:
Tag error: <txp:rss_thumbpop category=“Hupijutut” mode=“float” label=“Hupijutut” orderby=“caption” pagepop=“0” allcats=”1” cols=”1” padheight=“20” /> -> Warning: Division by zero on line 194
I’ve never seen that error, but make sure you use straight quote marks "
and not curly ones like in the line of code you pasted. I’ve used the column attribute without problems.
I hope you don’t mind me asking, but do you actually have the space to display more than 2 thumbs? What’s the width of the containing column, thumbs and any padding/margins?
Offline