Quote:
Originally Posted by ragtek
|
Is that a free CMS? I've never seen it before. I might eventually make it one day when i have some free time.
Quote:
Originally Posted by soulface
Im using vB3.6.8 & vBA 3.0 RC2..
ok now added this mamually as u said.. & when i go yo my cmps im getting this error..
|
Apparently, VBA 3.0 has been changed alot more then i thought it has. Open your treemenu.php file located in
forum/modules/treemenu.php
Replace this line with this Line
PHP Code:
$forums_array = array(0);
PHP Code:
$forums_array = array(0,0);
Basicly you just add a ,0 to the line if that don't work then i'll have to look at it later today when i Have some time to install VBA 3.0 on a test board, personally i don't like the way everything was changed on it so i'm not gonna install it on my personal board.