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
