View Single Post
Old October 15th, 2005, 10:40 AM   #9 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; October 15th, 2005 at 11:14 AM.
Chuck S is offline   Reply With Quote