Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#157 2005-07-26 19:38:22
- ndp
- Member
- Registered: 2005-07-20
- Posts: 12
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi all,
I’m using rss_thumbpop with the jpop option. In individual_article situations, no problem. Works great! But, in article_list situation, where I have several articles displaying, each with an instance of rss_thumbpop (and jpop), I get funny behavior: when I click on a thumbnail from any article, it updates the big picture in the first article, not its own.
In looking through the code a bit, my guess is that this happens because the placeholder image is only specified by its name…and when it occurs several times in one page, it just grabs the ID of the first one. I’m not that experienced with php or java, so before I dig in, I was sondering if anyone has a quick, slick fix?
Thanks,
Nate
P.S. Example website: www.natepaine.com
Offline
#158 2005-07-27 15:09:10
- zdoob
- New Member
- Registered: 2005-04-03
- Posts: 4
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
anyone using the latest version of this plugin with RC4 together successfully? i’m getting errors:
http://www.julierosa.com
click on portfolio.
also, does anyone know how to get rid of the auto border on the thumbnail – and how to get rid of the “Mouse over” text? AND, if you have any ideas how to make the thumbs stay in one place – regardless of the large image size… i know this is a pretty tall order – but i figured i’d ask.
thanks!
zac
Offline
#159 2005-07-27 15:20:47
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi,
I am using it with rc4. I see your errors.
All I got wrong so far is Null in IE for the note in Jpop [mouse over…] In Firefox it is fine.
I like the way you present your work, how did you call the plugin?
Offline
#160 2005-07-27 21:34:09
- zdoob
- New Member
- Registered: 2005-04-03
- Posts: 4
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
thanks for the reply… this is the call:
< txp:rss_thumbpop category=‘portfolio’ mode=‘float’ padheight=‘0’ jpop=‘1’ fullontop=‘1’ clickonly=‘1’ cols=‘5’ / >
(without the spaces between the brackets)
thanks for any help!
zac
Last edited by zdoob (2005-07-27 21:35:35)
Offline
#161 2005-07-28 17:12:47
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Have a look at this post
Offline
#162 2005-07-28 19:15:15
- zdoob
- New Member
- Registered: 2005-04-03
- Posts: 4
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Thanks!
Offline
#163 2005-07-29 12:29:09
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I’m not sure whether to ask this in this thread or to post a new plugin request, but I’ll try here first.
What I would like to do is show the date of the latest image upload in each image category. I’m using articlethumbs so articles have their own gallery. It would be nice to have something like
Article title (updated: dd-mm-yy)
gallery
I know it’s possible because the txp_image table has a date field, but I don’t have the PHP and MySQL knowledge to do it myself.
Offline
#164 2005-07-29 12:53:30
- psimsy
- Member
- From: Londinium
- Registered: 2004-12-27
- Posts: 13
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
From the top.. I am using this line in my article
<code><txp:rss_thumbpop category=“maps” mode=“float” label=“Test Pictures” backlabel=”< back” nextlabel=“next >” cols=“1” limit=“2” nopop=“0” /></code>
it’s giving me “No Images Found” on the site, I have a cat called “maps” with images in it. What am I doing wrong?
thanks p_
Last edited by psimsy (2005-07-29 13:02:01)
Offline
#165 2005-07-29 12:59:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
psimsy,
Use < code> < /code> (without the spaces) to show your code.
Offline
#166 2005-07-29 13:10:34
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
psimsy wrote:
it’s giving me “No Images Found” on the site, I have a cat called “maps” with images in it. What am I doing wrong?
I had the same problem when I installed a new site in a subdirectory. It’s looking for images in the images folder in the root directory, while mine were in the images folder in the subdirectory. Solved it by moving the images.
Offline
#167 2005-08-01 15:29:43
- crob24
- New Member
- Registered: 2005-07-29
- Posts: 3
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
okay I am completly lost with this plugin. I was wondering if anyone could help me out.
How can I get this rss_thumb..plugin to recongnize my image categorie. Or better yet How do I create a gallery with images maybe thats my problem. Do I use a article with a list of images in the article or do I create a list individual articles with images in them and then link those articles to a form article.
Could someone please clarify the steps to getting this plugin to work.
Offline
#168 2005-08-01 16:36:04
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi,
crob24 take a look at my site.
I have two ways of using it there. One with jpop one with out as I wanted the full size of the image to show.
When I uploaded the images I created a unique category for it for each article then I called based on this category
no jpop
<code>
<txp:rss_thumbpop category=“new_duc” orderby=“name” pagepop=“0” />
</code>
jpop
<code>
<txp:rss_thumbpop category=“champlainIslnTrip” jpop=“1” showblank=“1” />
</code>
I am still wondering if there is a way to do previous next on the full image display, anybody knows how to get that?
Last edited by skycaptain (2005-08-01 16:37:39)
Offline