Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#109 2005-05-02 12:07:30
- s1deus
- Member
- From: New York
- Registered: 2005-04-06
- Posts: 30
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Thanks
Lemme try it out.
Offline
#110 2005-05-02 12:59:08
- thomasba
- New Member
- Registered: 2004-06-21
- Posts: 9
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I have a little problem. Plugin seems to be installed correctly. But textpattern shows no thumbnail-gallery, although I have load up the thumbs. When I click on the Alt-tags of the “no-thumb” the original photo pops up. Here is the html-code of the plugin-textpattern output site:
(o, cannot post it here)
It seems to me, that there shoult be a clear image-adress instead of
a target=”_blank” href=“huindex.php?file=thumbpop&id=19” ?
Last edited by thomasba (2005-05-02 13:01:47)
Offline
#111 2005-05-02 13:04:39
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Sorry, I forgot that I haven’t released a version of this plugin in quite a while, but it now requires an RC3 version of Textpattern. A zipped download of RC3 is now available from texpattern.com.
Offline
#112 2005-05-02 16:20:09
- rbl
- Member
- From: Portugal
- Registered: 2004-02-25
- Posts: 40
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Wilshire, this will call all cats but I get the “no images found” message
txp:rss_thumbpop allcats=“1” mode=“float” label=”“ cols=“100” orderby=“datedesc” pagepop=“1” padheight=“100” padwidth=“70” limit=“100” showcaption=“0” showalt=“0” backlabel=“anteriores” nextlabel=“seguintes”
and this is the way it is working but linking to articles instead of images
txp:rss_thumbpop category=“article-10,article-11,article-12,article-20,article-33,article-34,article-35,article-5,article-36,article-58,article-59,article-60,article-86,article-87,article-89,article-92,article-124,article-129” mode=“float” label=”“ cols=“100” orderby=“datedesc” pagepop=“1” padheight=“100” padwidth=“70” limit=“100” showcaption=“0” showalt=“0” backlabel=“anteriores” nextlabel=“seguintes” addpermlink=“0”
Offline
#113 2005-05-02 16:46:04
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
The download is up to version 0.5.2 to fix the bugs mentioned above.
Last edited by wilshire (2005-05-02 17:21:50)
Offline
#114 2005-05-02 17:40:08
- rbl
- Member
- From: Portugal
- Registered: 2004-02-25
- Posts: 40
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Sorry, just saw this now. The problems were solved by your latest version (0.5.2).
Don’t know if this still matters but I’m using /section/title (or section/category/title) as provided by sgb_url_handler
With the allcats mode working, I saw a potential problem so here’s another suggestion: if rss_thumbpop could check and display only the images with thumbs, it would be great. I don’t know if other people do the same thing but occasionally I post a few full size images that do not belong to any category (growth charts, demographic maps, etc). Since I don’t need thumbs, I don’t create them.
Thanks for your help =)
Offline
#115 2005-05-02 17:51:02
- danielk
- Member
- Registered: 2004-03-04
- Posts: 24
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
> wilshire wrote:
> rbl – for the no images found message, try this…
Find a line that reads
$categories = (!$allcats && $category) ? ‘(’ . join(’ OR ‘, $catsql) . ‘)’ : ‘’;
And replace it with
$categories = (!$allcats && $category) ? ‘(’ . join(’ OR ‘, $catsql) . ‘)’ : ’1=1 ‘;
—-
I tried the allcat tag, and got ‘no images found’ as well. after making sure the quotes were correct.. I tried the fix, and got images on the first page, and got “Warning: extract(): First argument should be an array in /home/mysite/public_html/quality/textpattern/publish/taghandlers.php on line 963”
Last edited by danielk (2005-05-03 16:57:19)
Offline
#116 2005-05-02 19:33:13
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Damn it Rob! I’ve only just got 0.5.1 working and you update it when I’m not looking. :grin: I don’t think it will cure this though looking at the recent comments. There are 2 things. The first I’ve cured myself. I am using “showalt” but found that the alt text was outputting at the side of the thumbnail instead of below it. I’ve added a “br” tag immediately before the span class tag for the alt text which has done the trick.
The second problem I have no idea about. I have set a limit of 12 thumbs per page and I’m using the “divpop” attribute. It all works just fine on page 1 but when I go to the second page and click on a thumb I get thrown back to page 1 and don’t get a full-size image. Any thoughts on that? You can see it in action on one of my Album Pages
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#117 2005-05-04 15:44:05
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
No joy with this yet Rob?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#118 2005-05-05 12:26:15
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I’ll take a look at it when I get a chance Stuart.
Offline
#119 2005-05-05 12:45:37
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
OK Rob no problem. I’ve taken the “limit” out for the time being so that there is no paging but if you want to have a quick look at the problem let me know and I’ll pop it back in again.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#120 2005-05-05 17:26:07
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Stuart – I see what the problem is. Fixing it is another story though…
It looks like the paging works without a problem in default, pagepop and jpop mode. Of course you have to pick the one that doesn’t :)
I’m working on it but its not cooperating with me.
Offline