Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#589 2006-10-17 19:35:30
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: upm_img_popper
Yes, I noticed that, too. Mary is aware of the issue and will be releasing an update very soon.
Cheers Martin
Offline
#590 2006-10-20 22:31:21
- flowb33
- Member
- From: Portland, OR
- Registered: 2004-02-25
- Posts: 11
Re: upm_img_popper
Hope to see a fix to this plug-in soon as my staff uses it as the main image insertion tool in TXP.
4.0.4 is fantastic, by the way. No other problems thus far.
Offline
#591 2006-10-21 01:00:40
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
I’m updating them as I have the time. I did a few yesterday, and hope to do a few more tonight. I think this plugin can be one of them. :)
Offline
#592 2006-10-26 18:21:48
Re: upm_img_popper
Hey Mary :) How’r things treating you? I hope all is well up in the dark cold hinterland. Have any snow yet? I guess it’s about time for hockey season then… Ah well then… Anyway… nice talking to you. :)
Offline
#593 2006-11-07 20:41:40
Re: upm_img_popper
This plugin is not working in 4.0.4.
Quick fix:
Find these lines (about line 197):
var ps = document.getElementsByTagName('p');
for (var i = 0; i < ps.length; i++)
{
var p = document.getElementsByTagName('p')[i];
Substitute the ‘p’ with ‘h3:
var ps = document.getElementsByTagName('h3');
for (var i = 0; i < ps.length; i++)
{
var p = document.getElementsByTagName('h3')[i];
Offline
#594 2006-11-07 21:45:21
Offline
#595 2006-11-15 05:38:33
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
v.1.3
Offline
#596 2006-11-15 11:40:29
Offline
#597 2006-11-15 12:13:32
- patbiker
- Member
- From: Montpellier
- Registered: 2006-10-09
- Posts: 51
Re: upm_img_popper
Hi,
Sorry but the link on Mary site is still pointing to the 1.1 version. Where can one find the 1.3 version ?
Patrick
Offline
#598 2006-11-15 15:22:54
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Uh oh. Try again?
Offline
#599 2006-11-15 19:08:09
- EddieG5
- Member
- From: Georgia
- Registered: 2004-03-03
- Posts: 96
Re: upm_img_popper
Oh yeah!
Offline
#600 2006-11-15 19:11:37
Re: upm_img_popper
Thanks, Mary.
Offline