Quote:
Originally Posted by steadicamop
Any chance of some support on this please?
|
make sure you correctly edited inc_features.php and doublecheck the path to that file for example if you have it installed in a directory within the vbulletin directory "/forums/photopost" the path would be
PHP Code:
include('./photopost/inc_features.php');
if you have called the directory which hold Photopost gallery it would be
PHP Code:
include('./gallery/inc_features.php');