If vBA CMPS generates your portal main page and you forum is in subdirectory you can integrate it just like it is described here: http://www.vbenterprisetranslator.co...-2.html#post54
Still you can have issue with flags, to solve it you have to:
1. Copy images from vBET package to your portal main directory
2. Edit file /includes/vba_cmps_include_top.php
3. Find:
4. Put BEFORE:PHP Code:eval('$navbar = "' . fetch_template('navbar') . '";');
Without this vBA CMPS will not see vBET flags variables because navbar is evaluated inside of a function.PHP Code:global $vbenterprisetranslatorflags;
global $vbenterprisetranslatorflagsdropdown;


Reply With Quote
vBA CMPS supports hooks - unfortunately in this place hook is after navbar is evaluated and all hooks before we found are inside of some if statements. So we are not able to write simple plugin which would add this automatically without any file edition. If we miss something in hooks there - let us know and we will check it again, and maybe it will be possible to give solution without file changes. At this moment please just made this simple change 
