Ok the problem with this hack is that it doesn't work with
newreply or
newpost and it has to do with the
editInit() for the body onload part. So I'm trying to figure out how to load to variables in the body tag. I tried using a Javascript call but doesn't work
here the out put if I just do as the hack suggests and change the BODY tag in the newreply or repost . the end result is
<body onload="editInit();" onload="fiImageResize();">
If we can load both the
editInit() AND
fiImageResize() in the <BODY> it will work I believe. BUT HOW!!!
****************************
THIS IS THE FIX TO MAKE IT WORK!!
****************************
As I stated I had a problem with this hack when it came to new threads (when you do a preview) and new replys. I been doing some research and I'm sure this was no brainer for many, but I'm pretty happy with it.
In
newreply and
newthread
look for
or in my case
and replace it with
Quote:
<body onload="editInit();fiImageResize();">
|
And you will have this hack work for SHOWTHREAD , newreply and newthread!!
I think this should be added to the original hack :nervous: