iamboard-- good question too.
i am interested in posting an article with one image -- the image icon, and hot linking to an already set directory elsewhere in line for the other images.
i just want to "turn off" the box with the red X -- meaning the entire Article Image box on the right.
Does anyone know where in the code to look? I tried several attempts at changing article.php but I think its more a template issue.
Thanks
I FOUND IT!!
template article_view
remove the following:
<tr><td class="thead" align="center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('articleimgs');"><img id="collapseimg_articleimgs" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_articleimgs].gif" alt="" border="0" /></a>
$vbphrase[vbart_artimgs]</td></tr>
<tbody id="collapseobj_articleimgs" style="$vbcollapse[collapseobj_articleimgs]">
<tr>
<td class="alt1" align="center">//
$screen
<br>
<span class="smallfont"><a href="articles.php?action=viewallimg&artid=$artid& title=$tagtitle">$vbphrase[vbart_moreimgs]</a><br>($vbphrase[vbart_total]: $totalimages)</span>
</td></tr>
</tbody>
gets rid of the block, and the errors.......
yeah!
|