Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#169 2005-08-01 17:25:44
- crob24
- New Member
- Registered: 2005-07-29
- Posts: 3
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
almost got it….But I need alittle more clarification..
I have images assigned to image categorie=article-24 now do I call each image in an Article that is assigned to a unique Article cat. and call these articles in the form article. so what I have in diagram form is:
Img article(group) —-to—- Article (grouped under Categorie name) ——- called by some form article.
or
Img article(group) —to—- Form article called using —<txp:rss etc>—
Offline
#170 2005-08-01 19:02:07
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
The tag as listed will call all images in the category
Offline
#171 2005-08-01 19:10:39
- crob24
- New Member
- Registered: 2005-07-29
- Posts: 3
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
okay I new I wasn’t going crazy…..Thats exact how I had it setup when I first installed the plugin..but what I keep getting when I call the photos page is no images found…is there a setting that I am missing.
And by the way thanks alot for your help skycaptain
Offline
#172 2005-08-01 20:13:16
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
EDIT: Sorry guys… posted a problem here before, but I was rushing in to things. Fixed! Patience from now on… before I post questions here…
Last edited by skoggy (2005-08-01 21:23:42)
Offline
#173 2005-08-01 22:02:24
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Here is how I see it in my content -> images pan
Name Category Tags Author
__________________________________________________________________
DSCN0004.jpg champlainIslnTrip Textile / Textpattern / XHTML Ted
When I hover over the image file name it tells me that it’s ID is 60
When I hover over the actual image in the page its properties are http://tedweitz.com/images/60.jpg. When I look at this folder it is indeed there.
If any of these issues is note resolved [file permission in the image folder, image not reside in the image folder, it is not from this category and so on it will not find it]
I will check along all these lines
Offline
#174 2005-08-02 09:10:40
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi there,
I´ve installed a clean txp RC05. But now there are 3 notices, when I use rss_thumbpop.
Notice: Undefined variable: artcat in /home/httpd/vhosts/domain.de/subdomains/txp/httpdocs/textpattern/lib/txplib_misc.php(429) : eval()’d code on line 95
Pics are shown, the plugin is running.
How can i repair it?
Thanks Karsten
Offline
#175 2005-08-02 09:25:17
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hi there,
sorry, I was working in debug modus.
Now it runs perfectly.
Karsten
Offline
#176 2005-08-03 15:19:41
- faust
- New Member
- Registered: 2005-07-28
- Posts: 3
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Hello,
I’m just installed this plugin and it’s greatly helpful.
But I have a question when I using rss_thumbpop.
I’d like to use “jpop” function.
(onmouseover it will show images below, and onclick it will show the full image)
but my images are very large (maybe 1024×768 pixels)
i dont want to resize them , thus others can get the original pics as they click on the thumbs.
How should i modify the plugin file?
That means if jpop function is selected, full size images will not show onmouseover
but smaller pics do. (maybe 600×400 onmouseover, but full size when clicking)
Is it possible ?
My English is poor. XD
Thanks for your help!!
Last edited by faust (2005-08-10 01:16:02)
Offline
#177 2005-08-09 02:33:59
- skurk
- New Member
- Registered: 2005-08-08
- Posts: 6
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Great plugin, I just can’t get usearticle working. I’ve tried it both with and without using catfield (using the default custom1 and other article fields) but it never finds the images. I’ve made sure they have the proper image category.
I use ‘project1’ which I put in the custom1 field of the article, then set the images I want to show up with the article to category ‘project1’ but no images are found. Am I missing something?
Thanks so much anyone who can help.
Offline
#178 2005-08-10 02:52:23
- skurk
- New Member
- Registered: 2005-08-08
- Posts: 6
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
(the following quoted from page 6):
> wilshire wrote:
> 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 . “’) “;
}
In regards to my last post the behavior rajo mentioned is exactly what I need and would be even better than usearticle and catfield. I tried replacing the block of code and adding $c to the global declaration but I can’t get it working. I’ve tried doing ‘echo $c’ and $c never gets assigned any value. It only works if I manually assign it a value, for example ‘$c = “jackets”;’ in the code. I think that $c is only set if you have URLs in the form of ?s=section?c=category right? I can’t seem to get these URLs in any automatic way and when I try them manually (hardcoding them in a page) they don’t work (no images found/$c not set).
This would be a great feature I think a lot of people would use since it makes very simple to assign a series of images to an article automatically via the categories.
Last edited by skurk (2005-08-10 02:53:08)
Offline
#179 2005-08-13 04:05:59
- peroty
- New Member
- Registered: 2005-04-27
- Posts: 6
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
First off, I love the script! It’s amazing!
Is there any way I can get it to not show pictures that are posts in the future.
Working example: http://pig.arcticpalace.org
The last picture in the gallery is a post set for tomorrow. The post is hidden but the image in the gallery is not.
Any way I can hide the gallery pic until the post becomes active?
Offline
#180 2005-08-15 04:43:51
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
faust and peroty – sorry, neither of those are possible.
skurk – you might want to use the articlethumbs option -
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