Make: pp_block.php
Upload: php file "pp_block.php" to http://www.yoursite.com/forum/modules
Create a CMPS PHP module:
Add Module: [PHP FILE]
Module Title: Gallery Images
Active [yes]
Update All Pages [no]
File to Include: pp_block.php
Identifier: pp_image_block
Clean File Output: yes
Use Module Shell Template: no
Add module to your CMPS page.
RED: Place your SERVER PATH to Photopost folder (not url).<?php
include('/home/*****/public_html/gallery/inc_features.php');
echo "$photopostfeature";
?>
Upload: php file "pp_block.php" to http://www.yoursite.com/forum/modules
Create a CMPS PHP module:
Add Module: [PHP FILE]
Module Title: Gallery Images
Active [yes]
Update All Pages [no]
File to Include: pp_block.php
Identifier: pp_image_block
Clean File Output: yes
Use Module Shell Template: no
Add module to your CMPS page.