Did you read my post?
It's a solution which I posted in the Joomla section but in my opinion this should work in any other environment.
Give it a try...
edit calendar.php in line 95:
Code:
echo "<div id=\"overDiv\" style=\"position:absolute; visibility:hidden; z-index:1000;\"></div><script type=\"text/JavaScript\" src=\"".$urlPath."overLIB/".$olFileName."\"><!-- overLIB (c) Erik Bosrup --></script>";
if ($ol_anchor==1) echo "<script src=\"".$urlPath."overLIB/overlib_anchor.js\"></script>";
}
into
Code:
echo "<div id=\"overDiv_epc\" style=\"position:absolute; visibility:hidden; z-index:1000;\"></div><script type=\"text/JavaScript\" src=\"".$urlPath."overLIB/".$olFileName."\"><!-- overLIB (c) Erik Bosrup --></script>";
if ($ol_anchor==1) echo "<script src=\"".$urlPath."overLIB/overlib_anchor.js\"></script>";
}
With this any conflicts with existing modules should be solved and you can use $OL=1 for popups AND $CSS=1 too for using epc-CSS settings.
Best regard from Germany
Dirk
p.s.: @Brian: perhaps it is worth for a sticky post
|