Quote:
Originally Posted by Gudrune
|
Hmmm. I run vBAdvanced and it worked ok on there so this has me a bit baffled.
A rather dirty workaround might be to edit the plugin code. Find this line:
Code:
$pcount = "<a href='search.php?do=getnew'><b>" . $pcount . "</b></a> ".$vbphrase['since_last_visit'];
}
and actually hard code the full URL in like this:
Code:
$pcount = "<a href='http://www.allbuffs.com/forums/search.php?do=getnew'><b>" . $pcount . "</b></a> ".$vbphrase['since_last_visit'];
}
I don't know if that will work as I haven't tried it. Make a text copy of the original plugin code first so you can easily restore it without reinstalling.
I am sure there is a cleaner fix than this though. I think yours fails because your portal is actually at your root domain whereas mine simply redirects from the root domain to /forum/cmps_index.php.