I am trying to work with lightbox for another reason and it led me here as I am strugling with the "quick edit" error too...
I know that the problem seems to be with the <body$onload>
See:
http://www.huddletogether.com/projects/lightbox2/
It says:
Quote:
Support:
It doesn't work at all. The image opens up in a new page. What's wrong?
This is commonly caused by a conflict between JS scripts. Check your body tag and look for an onload attribute. Example:
<body onload="MM_preloadImages(‘/images/menu_on.gif’)…;">
A quick fix to this problem is to append the initLightbox() to the onload attribute as so:
<body onload="MM_preloadImages(‘/images/menu_on.gif’)…;initLightbox()">
|
So, I tried it....
Open "editpost"
Find <body$onload>
Replace with: <body onload="MM_preloadImages(‘/images/menu_on.gif’)…;initLightbox()">
BUT THAT DID NOT WORK!!!
I also removed the whole <body+extra stuff... and replaced it with a normal <body>. What I discovered is that with that gone the post opens and you can edit but when you click save the window does not return to a viewthread view... (remains with the editor)
I will recode that edit page if I need to or I will recode my forums so everybody on my site has to use the advanced editor if this is the only fix!
I also tried to edit the "showthread" and the "showthread showpost" templates and that didn't help either...