View Single Post
Old August 30th, 2006, 09:55 PM   #41 (permalink)
Suzie
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 9
Quote:
Originally Posted by Chuck S View Post
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
Can you update this a bit for the newest VBadv version?
Suzie is offline   Reply With Quote