Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#361 2005-09-28 02:38:30
Re: upm_img_popper
I’m baffled.
I may be overlooking something but most of the changes I made for the rss_thumbpop gallery shouldn’t be related at all. The plugin was already installed and active… All I did was throw it up in a gallery section, edit some css, etc.
I did also start using your file_packets plugin for downloads which also entailed changing taghandler.php for the 4.0.1 fix. I tried undoing that change but it didn’t solve this problem.
Offline
#362 2005-09-28 06:44:10
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
From a quick look at the plugin (tracing the path the function would take with your parameters) I couldn’t see any obvious problems.
Is it only this image doing that, or any image?
Have you checked by disabling all plugins, then re-enabling only img_popper? If img_popper then works, we know its a plugin conflicting with another, so you’d go through re-enabling until you find the one involved.
Offline
#363 2005-09-28 11:29:55
Re: upm_img_popper
Bug fix for “division by zero” error. To remove the error, simply go to the image tab and choose one of the options for “View per page”.
DoH! I’ve been wondering what happened for several days now (since upgrading to TxP 4.0.1)! I read this entry then and totally missed this fix! Thanks!
Search is your friend… Think before writing…
Offline
#364 2005-09-28 14:09:48
Re: upm_img_popper
I use a ton of plugins and I’d really rather not disable them all. I tried disabling the 2 most recently activated and that didn’t help.
The thing is this has worked fine for a long while…
It’s not just that image – it seems to be all upm thumbnail url’s. Looking at the source code I see the other thumbnail properties are coming up blank as well. The url for the main image is displaying in the source code properly and that uses your plugin as well… Just thumbs seem to be the problem.
Offline
#365 2005-09-29 02:24:31
Re: upm_img_popper
h
e
l
p
!
Offline
#366 2005-09-29 13:25:54
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: upm_img_popper
0.8.4 … my article form code looks like this:
<txp:upm_article_image type="thumbnail" wraptag="p" limit="1" />
but result (cut & paste from source) is:
<img src="http://localhost/domain/images/12t.jpg" alt="">
no paragiraffe… known issue? or I’m playing typo headgames with myself??
[use this plugin constantly, Mary, thanks again]
Last edited by nardo (2005-09-29 13:28:02)
Offline
#367 2005-09-29 18:04:47
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Both bugs fixed. Let me know if you have further problems.
Offline
#368 2005-09-29 19:43:45
Re: upm_img_popper
> mary wrote:
> Both bugs fixed. Let me know if you have further problems.
Awesome!! What had happened?
Thank you, thank you, thank you for the fix!
Offline
#369 2005-09-30 00:16:20
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
A typo. In only one spot, but that’s all it takes. The other one was something I left out without realizing it.
Offline
#370 2005-09-30 00:20:12
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: upm_img_popper
will install tonight, thanks for looking at it so quickly – and a big up for your documentation in the ‘help’ – an example to all plugin writers : )
Offline
#371 2005-09-30 09:09:02
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: upm_img_popper
okay – I’m getting the wraptag “p” — but not some of the ‘default’ attributes – i.e. show_width, show_height, xhtml
I’m assuming that as the default is “yes”, the img tag should have the above?
and when putting show_width=“yes” in the form, no width is output
<p><img src="http://localhost/domain/images/1t.jpg" alt="This is alt text"></p>
Last edited by nardo (2005-09-30 09:09:55)
Offline
#372 2005-09-30 18:15:06
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Oh, just go away, you. ;P Shall we try again?
Offline