I beleive as its been pointed out we support our product here on this forum. Since your trying to do something outside of asking for support we have suggested you to go a hack site to discuss your hack.
Photopostdev is not affiliated with our company in any way so I cant tell you if you will get a response.
Also remember with your file you have your not using the html yet as its a variable you have this
Quote:
$photopostfeature = <<<PPPRINT
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%">
<thead>
<tr>
<td class="tcat" colspan="$columns" align="center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('featurepal');"><img id="collapseimg_featurepal" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_featurepal].gif" alt="" border="0" /></a>
Featured Photos
</td>
</tr>
</thead>
<tbody id="collapseobj_featurepal" style="$vbcollapse[collapseobj_featurepal]">
$featured
</tbody>
</table>
</td>
</tr>
</table>
<br />
PPPRINT;
|
it should be something like this below that code block
Quote:
echo "$photopostfeature"; |