|
Right but this modification works by using the forumhome template and including our file on the index.php file of vbulletin. You have no index.php in vbulletin anymore. index.php belongs to vbadvanced now so you need to alter things a bit.
Vbadvanced has the ability to add php blocks to display on its page
Make a default centerblock in vbadvanced admin with contents like this
include('/some/path/to/inc_reviews.php');
echo "$reviewpostfeature";
THATS IT
Last edited by Chuck S; October 15th, 2005 at 11:14 AM.
|