Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#121 2005-05-05 17:33:52
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Ha ha. Now you know I like pushing your plug-ins to the edge, then adding a plank to go a bit further. ;)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#122 2005-05-05 19:40:27
- rajo
- Member
- Registered: 2004-03-13
- Posts: 43
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Is there a way to use this to view an post’s article image as a thumbed link? If so, could it show multiple article images, I believe like zem_article_image could?
Offline
#123 2005-05-06 03:01:03
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
You can associate images to a post by assigning an image category and using the articlethumbs attribute.
articlethumbs
Automatically displays a thumbpop gallery for the current article if a gallery exists using a cateogory name of “article-”+ArticleID. For example, to automatically show a gallery for article 39, create a category called “article-39”.
Default: “0”
Example: articlethumbs=“1”
Offline
#124 2005-05-06 03:29:36
- rajo
- Member
- Registered: 2004-03-13
- Posts: 43
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Thank you, that is a great feature of the plugin. However, I am trying to setup a site for a client who will need to post multiple images associated with one article and I was looking for an easier and more “readible” way for them to input images as they might get scared off by ID numbers.
Offline
#125 2005-05-07 13:20:20
- rbl
- Member
- From: Portugal
- Registered: 2004-02-25
- Posts: 40
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Strange… without any help from my part, the old “click thumb pop up site index page” problem came back.
Offline
#126 2005-05-09 21:52:32
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Okay, just upgraded to 0.5.2 and now when you click on the thumb the popup loads the main page of the site. I checked and it does the same on Wilshire’s site… anyone know what is up with this?
To even the least of these…
Offline
#127 2005-05-10 00:06:23
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
There was a change in rev 329 that might have caused this. Its fixed in 0.5.3.
Offline
#128 2005-05-29 11:14:23
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
wilshire-
Hi,
i´m using your plugin with the function jpop. It works very well. But it is possible to take the img description instead of thumbnails for linking like the original by Jeremy Keith?
That would be great.
One notice: In your instruction you´ve written under jpop:
———————-
jpop
Displays the full…
Example: divpop=”1”
———————-
That must be jpop=”1”, i think.
Thanks.
Karsten
Offline
#129 2005-05-29 21:32:27
- rajo
- Member
- Registered: 2004-03-13
- Posts: 43
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Would it be possible to have the articlehumbs parameter use the current article’s category to show an image category by the same name. For example, if the article’s category is “jackets” it would show the image category “jackets” as a thumbnailed gallery.
Offline
#130 2005-05-30 11:13:09
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi,
jpop
I asked yesterday if it is possible to take the img description instead of thumbnails for linking like the original by Jeremy Keith.
I change the following code in the plugin and now it works for me:
Line:154 $img to $alt to link with the title
Regards
Karsten
Last edited by heschen (2005-05-30 11:18:05)
Offline
#131 2005-05-30 19:13:05
- alexwest
- Member
- From: Järna, Sweden
- Registered: 2004-08-04
- Posts: 53
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I am using your plugin v0.5.3 on TXP 1.0 rev. 360. The fullontop attribute doesn’t seem to work. I get the full image div always before the table.
Thx and great plugin by the way.
be safe and happy
Offline
#132 2005-05-31 16:19:29
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Good tip heschen. And I’ll have to fix that in the docs.
rajo – This would be possible. Just add $c to the global declaration at the top of the plugin and change the if ($articlethumbs) block to this:
if ($articlethumbs) { $categories = “ (category = ‘” . $c . “’) “;
}
alexwest – Are you setting fullontop=“0”?
Offline