by Isce » Thu Sep 28, 2006 10:30 am
I have had a few emails asking about this so this is what I did to resolve my issue on it:
I run PHPNuke and I had Itemstats loaded as well. I modified the overlib.js file that was located in \itemstats\overlib\.
////////
// DEFAULT CONFIGURATION
// Settings you want everywhere are set here. All of this can also be
// changed on your html page or through an overLIB call.
////////
if (typeof ol_fgcolor=='undefined') var ol_fgcolor="#000000";
if (typeof ol_bgcolor=='undefined') var ol_bgcolor="#cccc66";
if (typeof ol_textcolor=='undefined') var ol_textcolor="#cccc66";
if (typeof ol_capcolor=='undefined') var ol_capcolor="#000000";
Play with those values if you have Itemstats loaded on PHPNuke as well.