Quote:
Originally Posted by CFodder
Oh dear, have come across a new problem, when the mod is enabled on my VBadvanced homepage (not in the forums it's fine there) it removes all options from the navbar.
Pic 1 is of it normally, and 2 after the module is enabled. To fix it just have to remove the module from the homepage, but that is where we would like it.
Also, how could I change the font-size/colors etc in the status box pse?
|
If you have this issue.
Open the includes/ventrilo/ventrilo.php file and do this:
find:
Code:
include "./includes/config.php";
include "./global.php";
Replace with:
Code:
//include "./includes/config.php";
//include "./global.php";