Quote:
Originally Posted by Ogmuk
I had the same problem and had to figure out that you should edit your phpinclude_start and phpinclude_end templates and alter it this way:
Code:
if (THIS_SCRIPT != 'arcade')
{
<insert content of template here>
}
|
Yes, that does work for me too, but that defeats the purpose of having the arcade integrated into vBulletin IMO. (If I can't use any includes for my common header/footer.)
I removed all banner ad code from my header/footer also, and that didn't work. So, it seems to be just the act of requiring these files that is causing the problem.
Anyone have any ideas how to fix it?