Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#421 2009-05-12 18:58:11

Gulfcoast
Member
Registered: 2009-04-12
Posts: 76

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Thank you.

Offline

#422 2009-05-14 19:16:16

Gulfcoast
Member
Registered: 2009-04-12
Posts: 76

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

I’m using the following:
<txp:rss_thumbpop category=“article-10” jpop=“1” orderby=“caption” showcaption=“0” clickonly=“1” cols=“3” />

I’m getting the “Mouse over a thumbnail to view” and would like to remove it or at least replace it with “click” instead of “mouse over” but not sure where to alter that.

Is there a way to have the caption appear under the image placement box when featured and not under the thumbs?

Thank you.

Offline

#423 2009-05-14 19:29:32

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Gulfcoast wrote:

I’m getting the “Mouse over a thumbnail to view” and would like to remove it or at least replace it with “click” instead of “mouse over” but not sure where to alter that.

That is hard-coded in the plugin. If you’re comfortable with editing the plugin itself you can change that on line 162:

$divimg = '<div id="fullsize"><div id="desc">Mouse over a thumbnail to view</div>';

Is there a way to have the caption appear under the image placement box when featured and not under the thumbs?

I would think so. The plugin’s documentation states:

showfullcaption
When using the jpop option, the caption will be shown under the full size image.
Default: ‘0’
Example: showfullcaption=“1”

Offline

#424 2009-05-14 19:43:53

Gulfcoast
Member
Registered: 2009-04-12
Posts: 76

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Thank you kindly Martin.

Offline

#425 2009-05-15 15:02:19

Gulfcoast
Member
Registered: 2009-04-12
Posts: 76

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

I have also posted this in “How Do I” but I thought I would post it here as well. I’m using 1 article form. Is there a way to pull only the images that are relevant to that particular article from the database? i.e. article 8 only article 8 images, article 9 only article 9 images etc. Should this be done through the <txp:else /> tag or otherwise? Thank you.

<p><txp:rss_thumbpop category=“article-???” jpop=“1” orderby=“caption” showfullcaption=“1” clickonly=“1” showcaption=“0” cols=“3” label=”“ /></p>
<p class=“post-info”><txp:posted /> by <txp:author link=“1”/></p>

Last edited by Gulfcoast (2009-05-15 19:37:34)

Offline

#426 2009-05-22 00:21:06

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Gulfcoast wrote:

Is there a way to pull only the images that are relevant to that particular article from the database? i.e. article 8 only article 8 images, article 9 only article 9 images etc.

That depends on how you associate images with articles.

One method I’ve used several times is to assign a category to all the images for a given article. Then you can use a custom field to fill in the category name and have the plugin create the gallery based on that information. Here’s an example tag that’s part of the form:

<txp:rss_thumbpop showpagelinks=“0” usearticle=“1” catfield=“custom_1” pagepop=“1” addpermlink=“0” orderby=“name” showcaption=“0” />

(This opens images in popup windows though.)

The crucial attributes are usearticle="1" catfield="custom_1" : the image category is stored in custom field no. 1.

Another approach could be to assign all images as article images, but you would have to resort to the more versatile smd_gallery for that; I don’t think rss_thumbpop does work with article images.

Offline

#427 2009-11-23 09:52:29

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

the page is down. could anybody provide me altetrnate plugin download link?

Offline

#428 2009-11-25 19:28:56

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Yes, please, I’m looking for the plugin too..

Thank you!

Offline

#429 2009-11-25 19:46:09

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Perhaps it’s time to move on…

I don’t want to sound like a broken record, but unless you have a very specific reason to use rss_thumbpop, consider Stef’s fantastic smd_gallery – it is vastly more versatile and actively maintained.

Offline

#430 2009-11-25 20:05:56

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Well, I got used to rss_thumbpop :’(

Offline

#431 2009-11-25 20:17:43

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Can I somehow extract the plugin from a textpattern where it’s been installed to install it somewhere else?

Offline

#432 2009-11-25 20:43:27

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Malize wrote:

Can I somehow extract the plugin from a textpattern where it’s been installed to install it somewhere else?

ied_plugin_composer


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

Board footer

Powered by FluxBB