Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#331 2009-02-06 08:22:16
- jelle
- Member
- Registered: 2006-06-07
- Posts: 165
Re: [plugin] [ORPHAN] sed_section_fields
Just a shot in the dark: did jQuery get updated between 4.0.7 and 4.0.8. If so, maybe the current version it’s incompatible with sed_section_fields?
Last edited by jelle (2009-02-06 08:22:32)
Offline
#332 2009-02-06 10:33:26
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [plugin] [ORPHAN] sed_section_fields
jelle wrote:
Just a shot in the dark: did jQuery get updated between 4.0.7 and 4.0.8. If so, maybe the current version it’s incompatible with sed_section_fields?
No, I think it’s the same version 1.2.6
Offline
#333 2009-02-06 11:09:41
- jelle
- Member
- Registered: 2006-06-07
- Posts: 165
Re: [plugin] [ORPHAN] sed_section_fields
yup….just tested it…doenst change a thing :(
Offline
#334 2009-02-06 11:17:33
- masa
- Member
- From: North Wales, UK
- Registered: 2005-11-25
- Posts: 1,095
Re: [plugin] [ORPHAN] sed_section_fields
I’ve managed to locate v 0.4.8, but as noted by redbot before, it doesn’t make any difference.
Offline
#335 2009-02-06 11:22:06
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [plugin] [ORPHAN] sed_section_fields
jelle,
If I had the time (and the capabilities) I’ll review the changes documented in the 4.0.8 history.txt.
keep in mind that I’m using 4.0.7 with a newer taghandlers.php (r3037) so I suppose the first item in the 4.0.8 changes is not the cause.
Offline
#336 2009-02-06 14:08:53
Re: [plugin] [ORPHAN] sed_section_fields
I’ve just installed this plugin and its showing up in the Admin panel so its clearly working! BUT none of the options are appearing in the sections panel?
~ Cameron
Offline
#337 2009-02-06 14:29:05
Re: [plugin] [ORPHAN] sed_section_fields
driz wrote:
none of the options are appearing in the sections panel?
Yeah, something changed in 4.0.8 (even late-on in the development of 4.0.7) that seems to break this fine plugin. If I understood a damn word of net-carver’s code mojo I’d try and patch it, but this sucker’s beyond my comprehension at the moment :-(
Perhaps if I had a day to spare and sit down with it I could get my head round it. Sounds like redbot might have a clue though, and is more likely to understand it than I am.
Sit tight and hope someone can figure it out, or net-carver pops in for a chat…
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#338 2009-02-06 16:20:01
Re: [plugin] [ORPHAN] sed_section_fields
So how about diffing the HTML on the section page between 4.08 and 4.07? That’d prolly show something.
Offline
#339 2009-02-06 16:27:43
Re: [plugin] [ORPHAN] sed_section_fields
mrdale wrote:
So how about diffing the HTML on the section page between 4.08 and 4.07? That’d prolly show something.
Sure. You got a site running 4.0.7 still? I haven’t :-(
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#340 2009-02-06 16:47:11
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [plugin] [ORPHAN] sed_section_fields
Bloke wrote:
….If I understood a damn word of net-carver’s code mojo I’d try and patch it, but this sucker’s beyond my comprehension at the moment :-(….
:))))
mrdale wrote:
So how about diffing the HTML on the section page between 4.08 and 4.07? That’d prolly show something.
I may be wrong but – once again – I don’t think there have been any changes in the html of the “sections” or “write” pages.
Offline
#341 2009-02-06 16:59:19
Re: [plugin] [ORPHAN] sed_section_fields
OK, Here it is gents…
now of course there are a bunch of custom fields in one and none in the other, but maybe it’s worth a look.
Last edited by mrdale (2009-02-06 17:00:38)
Offline
#342 2009-02-06 17:08:43
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [plugin] [ORPHAN] sed_section_fields
Er… I beg your pardon but I thought the differences were between 4.0.7 and 4.0.8, not 4.0.6
Offline
#343 2009-02-06 17:09:24
Re: [plugin] [ORPHAN] sed_section_fields
redbot appears to be correct. From a cursory side-by-side in FireBug I’m buggered if I can see any obvious differences in the HTML of any section in those two links there. Despite, as redbot says, the 4.0.6/4.0.7 thing.
So if it’s not js admin hooks, there must be a deeper reason stuff refuses to show up in one and not the other. Rats.
Last edited by Bloke (2009-02-06 17:10:08)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#344 2009-02-06 17:24:34
Re: [plugin] [ORPHAN] sed_section_fields
redbot wrote:
Er… I beg your pardon but I thought the differences were between 4.0.7 and 4.0.8, not 4.0.6
easy girl, that’s just what I had layin around. One works one doesn’t and they are late-ish svn versions sot it should amount to the same thing.
Offline
#345 2009-02-06 17:32:24
Re: [plugin] [ORPHAN] sed_section_fields
So I found a difference or two…
- 4.06 ish
<input type="submit" name="" value="Save" class="smallerbox" /> - 4.07 ish
<input type="submit" value="Save" class="smallerbox" />no name attribute.
Last edited by mrdale (2009-02-06 17:32:45)
Offline