|
I have 2 boxes, adv_portal_classifieds:
include('../classifieds/inc_ads.php');
echo "classifiedsfeature";
and adv_portal_photopost:
include('../gallery/inc_features.php');
include('../gallery/inc_photopost.php');
echo 'photopostfeature'
For instance I have a "Featured Classified Ads" module and the setting for Template Module Options is adv_portal_classifieds. I feel I followed the instructions pretty good, it was the same thing I did on the forum page and that worked, with the exception of the echo thing. I did not do that on the forum, I tryed many santax's nothing has worked yet.
|