Quote:
Originally Posted by vbplusme
Code:
<div id="award$post[postid]" style="padding:$stylevar[cellpadding]px 0px 0px 0px;">
$awardbox
</div>
is this the block that displays the Tournament info?
if so, it looks like you need to move it to just before:
$template_hook[postbit_userinfo_right_after_posts]
Unless I am totally misunderstanding your meaning, LOL
|
Oh wow, I totally missed that in his code. The correct code should be...
Code:
<div class="pbit" id="award$post[postid]" style="padding:$stylevar[cellpadding]px 0px 0px 0px;">
$awardbox
</div>[