headmaster
07-01-2005, 07:20 AM
I had follow the instruction of http://www.vbadvanced.com/membersarea.php?do=viewusermanual&productid=4&pageid=6
to make the board show inside the portal.
I did added a page, edit the index2.php as below :
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($home, $HTML);
?>
But the output didn't contain the board :(
]
And i tried to make some modify to test it
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($HTML);
Seem the board list can't be show, what happening ?
Thx for help!!
to make the board show inside the portal.
I did added a page, edit the index2.php as below :
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($home, $HTML);
?>
But the output didn't contain the board :(
]
And i tried to make some modify to test it
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($HTML);
Seem the board list can't be show, what happening ?
Thx for help!!