It's working guys, to actually make the portal work without so many mods on the template is using the <base> directive as suggested earlier.
Insert right below the <head> in PORTAL template:
Code:
<base href="$vboptions[bburl]/" target="_self" />
* But a question goes to the coder, are these 2 lines at the end of portal.php correct?
Code:
eval('$portal_articlelist .= "' . fetch_template('PORTAL') . '";');
eval('print_output("' . fetch_template('PORTAL') . '");');
I think the first is useless?