Quote:
Originally Posted by tsptom
I was very happy to see this mod, but have not heard anyone say they have successfully installed it on vb 4.2 yet. The thread looks DOA so I assume this is not a good sign.
Anyone? tnx.
|
I found a way to have it working with VB 4.2.0.
It is very important to read the "trouble shooting" section at the beginning of this post!
In my case it worked by adding the following lines at the beginning of the script (login_inc.php):
$curdir = getcwd ();
chdir('/path/to/my/forum');
require_once('/path/to/my/forum/global.php');
chdir ($curdir);