I'm wracking my brains trying to figure out how to make this work after moving parts of my vB4 suite to sub-domains (the forums and the blogs).
When we click on Thanks, nothing happens except for the "Thanks" bit disappearing. When the thread is re-loaded, nothing has changed, either.
When we middle-click or otherwise open the "Thanks" in a new Tab/Window, it works fine.
I tried making a
post_thanks.php file in my forums sub-directory that has the same stuff most everything else in that directory has:
PHP Code:
<?php
require_once(dirname(__FILE__) . "/vb_dir.php");
chdir($vb_dir);
require_once($vb_dir . '/' . basename(__FILE__));
?>
But it didn't change a thing. (And here I thought I was being clever. :< )
It worked great before the change to the new sub-domain. It still does not work on a clean Style. I (obviously) haven't tried disabling all my plugins, since this one would be included. XP
Am I missing something?