Quote:
Originally Posted by RCK
Hello,
I don't know what is vbSEO and didn't change the 'include domain in URLs' option. But with standard vB I manage to fix the error you had.
|
http://www.vbseo.com
I have tried turning vBSEO off and on, and it is definitely the cause of the base href inclusion. I have asked on thieir forum if it is possible to turn it off.
In the mean time, I have been trying to install Google Mobile Adsense, without any luck. Do the hooks not work in this mobile style?
I tried a conditional clause on the style id in a new plugin like this, wrapped around the adsense code, but can't get it to appear for any of the main hooks:
Code:
if($GLOBALS[foruminfo][styleid]==8)
{
}
Admittedly my understanding and experience of the hook system is extremely limited.