I have vB 3.5.3 and Photopost PHP Pro v5.3.
When I use the changed vBulletin index.php file, I get a database error.
Here's the index.php changed portion:
PHP Code:
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array('holiday','adv_gallery');
// get special data templates from the datastore
$specialtemplates = array(
'userstats',
'birthdaycache',
'maxloggedin',
'iconcache',
'eventcache',
'mailqueue',
'gallery_c_cache',
'adv_gallery_opt',
'gallery_ugroups'
);
I also noticed that I'm not getting the vB Gallery listed in the vBulletin Option s list.
Product XML was added as instructed...
I have my photopost stuff
under my forum directory.
Forum path is: domain/forum
Photopost path is: domain/forum/photopost
Could that be the problem (it doesn't know where to find the templates?)
Photopost works and so does my forum normally.
EDIT: I searched for the templates called in the changed index.php file. I'm not seeing them anywhere??? I downloaded and installed the PPhotopost yesterday. It this newest version unsuppported by this hack?