Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#253 2005-08-11 16:31:46
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
“I assumed the plugin was grabbing these values… and that I didn’t need to specify the thumbnail size…”
That was a correct assumption, so we need to troubleshoot this. :)
Those checkboxes are just for helping you pass values to an article, so it is only the actual parameters you tried to use that we need to look at. So, if all you inserted was
<txp:upm_image type="image" image_id="1" />
regardless of whatever checkboxes are ticked, that’s supposed to work as-is, inserting the width and height for you.
Offline
#254 2005-08-11 17:14:18
Re: upm_img_popper
Here’s what I inserted:
<code><txp:upm_image type=“popup” image_id=“103” class=“image” /></code>
doh! thanks, Jeff, for the heads up on the code tag.
Last edited by neutrino (2005-08-11 17:19:47)
Offline
#255 2005-08-11 17:16:31
Re: upm_img_popper
surround your code with the < code> < /code> tags (removing my extra spaces of course)
Refresh Dallas and other Refreshing Cities.
Offline
#256 2005-08-11 18:30:58
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Mm, I think I may know what happened: does that image have a thumbnail?
I tried to see if I could replicate the problem. If I didn’t have a thumbnail for my image, my site just wouldn’t load… so I’m putting a check in, that should have been there long before now. That fixes my problem, but I don’t know if that would solve yours. Let me know.
Offline
#257 2005-08-11 19:49:48
Re: upm_img_popper
Yeah, Mary, it has a thumbnail, looks fine in Firefox and works in IE without the options. I’m having the same problem on this site too
So I should reload the plugin from TXP resources? I’ll try it.
Last edited by neutrino (2005-08-11 19:50:32)
Offline
#258 2005-08-11 21:49:18
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Thanks neutrino, that’s very helpful.
Its a weird problem. I tried replicating it, but I can’t.
So I copied your image, to see if maybe the files were corrupted. Uploaded it, created a thumbnail, and I still get the correct output. It’s weird because it outputs the url of the thumbnail just fine. I’ll keep tinkering a bit.
Offline
#259 2005-08-11 22:46:15
Re: upm_img_popper
Well, I’m not going to worry about it—I don’t think it’s the plugin, like Jeff said: “Looking at source . . . shows that your width and height are empty. width=”” height=””. Internet Explorer will treat that as 0 hence no thumbnail. Firefox will calculate the width and height on its own. As long as I don’t check the height and width boxes I’m cool. Thanks for your help Mary and don’t lose any sleep on my account.
Last edited by neutrino (2005-08-11 23:07:25)
Offline
#260 2005-08-12 00:43:59
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Well, that would be the ‘why’ of why the image didn’t show up, but, the plugin appears to be not spitting out the image width and height, which it is supposed to do. “And that makes me a very saaaad panda.” ;D
Let me know if the situation ever changes, one way or another.
Offline
#261 2005-08-12 02:06:49
Re: upm_img_popper
Well, I haven’t had time to check this out but it appears that it might have something to do with the extension tab settings. I noticed on the one site I tried to choose no to both height and width options and it would not let me unchoose the width. On the other site I can check both boxes no and they stay checked. Maybe its somewhere inbetween the preferences and the popup? I’ll try to do a full test tommorrow on both sites.
Offline
#262 2005-08-12 06:10:38
Re: upm_img_popper
Hi Mary,
Two problems with your otherwise very useful plugin. (for your info i use rc5-rvn765, under “textile” mode)
1. My site has over 300 images. on clicking the “insert image”, only the first page loads and I do not get the “prev”, “next” links at the bottom or top of the page.
2. Your search form at the top of the page does not return any results for any options you provide)
- Basically whatever I try I am stack on the first (insert image) page.
Last edited by colak (2005-08-12 06:48:24)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#263 2005-08-12 07:05:40
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: upm_img_popper
Hi Mary,
I just install your plugin on the last revision 766.
Plugin active. Textile active.
But no link in the write tab.
Offline
#264 2005-08-12 17:55:39
Re: upm_img_popper
Hi Mary!
Great Plugin! It is just gorgeous!
One question: I use different output forms. Would it be possible to define some default form in the prefs tab, which are shown in the popup as a pull down menu? So I could easily choose image-form-right or image-form-left, e.g.
Offline