Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#325 2006-04-27 10:36:21
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
OK thanks. I’m not using captions though……here it is (under development: not yet a ‘live’ part of my site).
Any ideas?
Last edited by jameslomax (2006-04-27 10:37:12)
Offline
#326 2006-05-04 19:28:01
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi, i am pretty new to this plugin so bear with me for my newbie questions.
I like to set up a gallery associated to single articles. In other words: i have a section with just one article and 3 thumbs. Hitting one thumb the big image apperears. Then i like to have a Back and forward navigation to the next article with the next 3 thumbs.
Playing around with the plugin i tryed:
<txp:article />
<txp:rss_thumbpop jpop='1' articlethumbs='1' />
on the page template. But that does not work: No images found.
The article has ID 2 and the category of the thumbs is article-2
How can i navigate from one article plus their thumbs to the next artikel? I just do not get it :( – any help is very much appreciated.
PS i found this gallery which uses the rss_thumbpop plugin:
http://www.ttarchitecture.com.au
and comes very close to what i like.
Last edited by alexandra (2006-05-04 19:50:25)
Offline
#327 2006-05-04 21:07:16
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi alexandra,
<small>(i dont know anything about this plug-in but…)</small>
did you try putting <txp:rss_thumbpop jpop='1' articlethumbs='1' />
inside the article form?
I think I’m doing something similar here
Offline
#328 2006-05-07 17:26:09
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I tried all kinds of combination: code in an article form or on the site .. to no avail. I get always the note: Images not found.
Holy crap, noone around who has done that kind of gallery and can help?
@ maniqui, which plugin do you use for your gallery?
Offline
#329 2006-05-08 06:52:30
- -P-
- Member
- From: Finland
- Registered: 2005-09-10
- Posts: 211
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I have few sites that I use this plugin with no prob.
On page I call it with
<code><txp:article form=“thumbs” /></code>
and in actual article form <code><txp:rss_thumbpop mode=“table” label=”“ category=“Mallit” orderby=“caption” showcaption=“0” pagepop=“1” padheight=“30” /></code>
Offline
#330 2006-05-13 23:05:33
- p_see
- Member
- Registered: 2006-02-24
- Posts: 17
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Did somebody succeed in using paging with messy URL?
Offline
#331 2006-05-18 19:01:12
- p_see
- Member
- Registered: 2006-02-24
- Posts: 17
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I have wrote:
Did somebody succeed in using paging with messy URL?
Seems I have solved it:
<code>
$output[] = ($back) ? ‘<li class=“left”><a href=”?id=’.$thisarticle[‘thisid’].’&tpg=’.($thumbpage-1).’”>’.$backlabel.’</a></li>’.n : ‘’;
$output[] = ($next) ? ‘<li class=“right”><a href=”?id=’.$thisarticle[‘thisid’].’&tpg=’.($thumbpage+1).’”>’.$nextlabel.’</a></li>’.n : ‘’;
</code>
instead of
<code> $output[] = ($back) ? ‘<li class=“left”><a href=”?&tpg=’.($thumbpage-1).’”>’.$backlabel.’</a></li>’.n : ‘’; $output[] = ($next) ? ‘<li class=“right”><a href=”?&tpg=’.($thumbpage+1).’”>’.$nextlabel.’</a></li>’.n : ‘’;</code>
Offline
#332 2006-05-19 15:14:48
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Rob, I wasn’t able to get 0.6.1 to validate because of a language=“javascript” error.
I changed line 211 to:
script type=“text/javascript”
and it all validates now. I don’t think it messed anything up either. Hope this helps
“Cathedrals, remember were “infinity imagined,” the heavens brought down to earthly scale. – Steven Johnson: Interface Culture
Offline
#333 2006-05-25 00:57:39
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Rob,
Thanks again for my favorite gallery plugin. Here are two suggestions.
- M: Is there any chance we could get an image name into the jpop version?
- XXL: aro_slideshow employs an auto-fade js. It would be tres cool to do image fades in jpop when a user clicks on a thumb. Is there any chance you’d be interested in adding that option?
Offline
#334 2006-06-13 10:54:38
- -P-
- Member
- From: Finland
- Registered: 2005-09-10
- Posts: 211
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Has been asked in this thread before but I´m asking again. Firstly, I love this plugin. But I still miss one feature desperately, navigation to prev and next image inside the popup window.
Has anybody a solution how to achieve this?
Offline
#335 2006-06-20 16:21:03
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hello
I have another problem.
The images are not next to each other and the text is not under the image.
You can see it at: http://www.tamarawobben.nl/test
Thank you for your help.
Roelof
Offline