Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#361 2007-01-08 22:05:17

fuls
Member
Registered: 2005-11-16
Posts: 117
Website

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

fritz1903 wrote:

fuls wrote:

Also I’m having problems with layout in IE6 with 4 cols it’s all messed up (sometimes 2 photos in a row, sometimes 3…etc.).

If you have configured your gallery with CSS floated elements, maybe you have a problem with The IE Doubled Float-Margin Bug. In a case where you float a box left and add a margin, the value of the margin (just in the left direction) gets doubled.

THANKS!!

Offline

#362 2007-01-22 17:51:11

fuls
Member
Registered: 2005-11-16
Posts: 117
Website

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

I have another question.

I’m using this plugin in relation to articles as they represent my project info and photos.
For every article I have created (based on its id) an image category (article-1 etc.)

The problem is that I have lets say around 30 constant project photos that are repeating through articles (project info). So in order to show the same photos depending on the project I need to upload them all the time to associate them with different article id categories.

At the end I get around 10 pages of duplicate photographs because there’s no way ( I hope there is:-) to associate one photo with multiple article-id categories.

Is there another way to accomplish this? I hope you understand my problem and I really appreciate any help!

Thank you!

Offline

#363 2007-01-22 22:44:52

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,447
Website GitHub

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

fuls wrote:

I’m using this plugin in relation to articles as they represent my project info and photos.
For every article I have created (based on its id) an image category (article-1 etc.)
The problem is that I have lets say around 30 constant project photos that are repeating through articles (project info)… there’s no way ( I hope there is:-) to associate one photo with multiple article-id categories.

I think there may be a way to do what (I think) you want. Try the usearticle="1" option and then use catfield="custom3" (or whatever custom field you have spare). Put all the “constant project” photos in one image category and type that category name in the custom3 field for all articles that require those pics. See if that works.

Alternatively (though this might not suit you), try my image gallery plugin based on Slimbox. The functionality is pretty much a rip of Rob’s code with a few nips and tucks anyway.


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

#364 2007-02-13 11:22:48

xzamen
Member
Registered: 2007-02-12
Posts: 18

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

Hello! I really like this plugin, but I can’t understand why does it add <br style=“clear: both;”/> tag in the middle of my gallery http://slavabogu.name/foto/ and breaks it into two parts. Also why the image description starts with the same line as thumbnail while it should be below it? And the last question is if it’s possible to make the gallery look the same in Opera, FireFox and IE? It looks totally different in these three. IE is worst…
Sorry if I repeat someone’s question. Please point me to the right direction.

Offline

#365 2007-02-19 00:37:19

minusf
Member
Registered: 2005-02-15
Posts: 104

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

hello people,

the following patch modifies the behaviour of nopop=“1” in such a way
that the thumbnail simply links to the picture.

i think this would be a useful addition to the plugin, it is the most cross-browser
solution of them all :) i also think that this action fits nopop better:
there is a link, but there is no popup or javascript of any kind, and i don’t
really see the point of showing just a bunch of thumbnails…

if a lot of people use the current nopop mode, perhaps a new mode name
could be considered for this barebone functionality to keep compatibility…

it also adds a minor cosmetic change and consistency with the table mode.

@@ -128,7 +128,7 @@
        $head.= ($label) ? '<tr><th class="rssThumbLabel" colspan="' . $cols . '">'. $label .'</th></tr>'.n : '';
        $head.= '<tr>'.n;
 } else         if ($mode == "float") {
-       $head = '<div class="rssThumbs">';
+       $head = '<div class="rssThumbs">'.n;
        $head.= ($label) ? '<div class="rssThumbLabel">'. $label .'</div>'.n : '';
 }

@@ -170,7 +170,7 @@
                                        $img,"</a>"));
                        }
                } else {
-                       $imgtag = $img;
+                       $imgtag = "<a href=\"$full\">$img</a>";
                }

                $numthum--;

we is experts™

Offline

#366 2007-02-19 18:30:10

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

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

>Rob

Any chance you could add “sub-category” capability to this plugin. That is, when “category A” is specified in the url display images from “category A” and all images from Category A’s child categories? Something like a childcat=“1” attribute?

Offline

#367 2007-02-20 03:07:11

adnanoner
Member
Registered: 2007-01-01
Posts: 20

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

Yes that would be great, I’m also looking for such an option :)

I would also like an option to control the place of the thumnails more. Because in divpop, when you locate you thumbs to the right, when there is no rssFull (the full image) the thumbs look ugly (but this still is a css related so I think I can manage this). But is there a way to set the thumbnails to a larger number when there is no full size image, and to a smaller number when there is a full size image (and than give them different div’s)

Hope you can make sense of my story!

Last edited by adnanoner (2007-02-20 13:19:40)

Offline

#368 2007-03-17 22:28:41

MVB
New Member
From: Netherlands
Registered: 2006-11-14
Posts: 5
Website

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

When I try to install the plugin, I get this error:

Warning: Data too long for column ‘help’ at row 1 insert into txp_plugin set name = ‘rss_thumbpop’, status = 0, type = 0, author = ‘Rob Sable’, author_uri = ‘http://www.wilshireone.com/’, version = ‘0.7’, description = ‘Flexible thumbnail image gallery in table or float format.’, help = ‘\n

I didn’t had problems textpattern 4.0.3, but since I use 4.0.4, textpattern says that the plugin is too long.

I hope you can help me. Thank you!

Offline

#369 2007-03-19 16:57:26

feragnoli
Member
From: the hague
Registered: 2005-02-10
Posts: 150

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

hello, I’m trying to use this plugin in divpop=“1” mode inside an article form. when I get to the article page, though, I only get the list of thumbnails without a first image on top, does anybody know why?


what was that again…?

Offline

#370 2007-06-02 21:06:42

MrLongbaugh
Member
From: Hamburg - Germany
Registered: 2004-10-11
Posts: 116

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

Is it possible to use image ids instead of categories? For me the concept of categories is not flexibe enough furthermore I would like to use the given order of the named ids.
eg:
id=“3,87,156,2,5”

Is there maybe a workaround for that?

Offline

#371 2007-06-02 22:04:15

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,447
Website GitHub

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

MrLongbaugh wrote:

Is it possible to use image ids instead of categories?

Alas, not that I am aware of, unless it’s been modded since I last used it.

I would like to use the given order of the named ids. eg: id=“3,87,156,2,5”

It might not be quite what you’re after, but there is a gallery plugin that allows you to do this :-)


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

#372 2007-06-03 08:50:15

MrLongbaugh
Member
From: Hamburg - Germany
Registered: 2004-10-11
Posts: 116

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

Bloke schrieb:

It might not be quite what you’re after, but there is a gallery plugin that allows you to do this :-)

Thanks. I want to diplay the image and the thumbnails. Using JS the image should be replaced by clicking the thumb. All in the same window. Is this possile with your plugin?

Offline

Board footer

Powered by FluxBB