In the
postbit_wrapper template try adding the bit in
green:
Code:
<!-- post #$post[postid] -->
<if condition="$post['islastshown']"><a id="lastpostbit" name="lastpostbit"></a></if>
<if condition="$show['spacer']">
$spacer_open
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>
$postbit
<if condition="$show['spacer']">
</div>
$spacer_close
</if>
<!-- / post #$post[postid] -->
Then try the URL like:
Code:
showthread.php?t=9180#lastpostbit
Haven't tested it but it should work.