i cant get this working for me although i should have done it right. Ive a custom skin and my forum images are in skin_images instead of images. Ive added the code to the Postbit temple like so-
PHP Code:
<div style="margin-top: 10px" align="$stylevar[right]">
<!-- goup -->
<a href="#"><img src="/skin_images/buttons/goup.gif" border="0"/></a><!-- / goup -->
<!-- controls -->
and in Postbit legacy template like so-
PHP Code:
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
<!-- goup -->
<a href="#"><img src="/skin_images/buttons/goup.gif" border="0"/></a><!-- / goup -->
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
Am i doing something wrong?
It will be a great hack when i get it in. Just what ive been after. Thanks