[EventCalendar] Months going to 404
Chris Janton
face at CentosPrime.COM
Sun Aug 26 13:44:41 UTC 2007
On 2007-08-25 , at 18:32 , Dan Galfano wrote:
> Hmm. I thought it was working before with the same set up.
>
> I'm not sure what I need to do to let EC get it's word-in-edgewise...
First thing you can try is to remove the onload code from the body
tag of the page.
If that was "hand entered" then you need to find out what part of you
site needs it and get that javascript code re-worked.
Second thing (or first if you wish) is to turn off all of the plugins
that affect the pages except for EC and see if it works.
Third thing is to go hack on the Javascript that defines the P7
functions and modify sort of like
function WindowOnload(f)
{
var prev=window.onload;
window.onload=function(){ if(prev)prev(); f(); }
}
function p7Load ()
{
WindowOnload( function() { P7_TMclass();P7_TMopen(); P7_equalCols2
(1,'sidebar','P','maincontent','P'); } );
}
then make sure that p7Load is invoked, possibly just add this line at
the end
p7load();
or something like that anyway.
8)
----------------------------------
Chris Janton - face at CentosPrime dot COM
Netminder for Opus1.COM
More information about the EventCalendar
mailing list