Hello,
Does anyone know how to integrate Photopost into the sideblocks of vbPortal?
I added a sidebock from the vbPortal admin area, and added the below code in a php block type:
Quote:
@include('/home/path/to/my/gallery/inc_features.php');
print $photopostfeature;
|
The inc_features.php file is setup correctly to show 1 column with 3 photos. It previews ok in the admin control panel, but causes the vbPortal index.php file to display a blank page. When I remove this sideblock, then all is fine again.
Am I missing out on something?
Any help appreciated. Thank you.