Actually to fix the loading issue most people will be having they need to put a copy of vbshout.php in their CMPS root dir (if different then the forums root). Then they need to change the first 2 instances of vbshout.php in that template to $vboption[bburl]/vbshout.php
The copy of vbshout.php in their root dir (not the forum dir) they need to find:
PHP Code:
require_once('./global.php');
And add BEFORE
PHP Code:
chdir('/PATH/TO/FORUM/ROOT');
I will see later what in the file causes it to get stuck loading. At least that fixed it for me.