Quote:
Originally Posted by AnhTuanCOol
@BlindChild02 - you do want to put the new first post on top of the POST REPLY button and the thread navigation right?
This might help:
Open template SHOWTHREAD, erase
Code:
<if condition="$pagenumber != 1">
<div id="firstpost">$postbits_firstpost</div>
</if>
<div id="posts">$postbits</div>
Find:
Code:
<!-- controls above postbits -->
Add ABOVE:
Code:
<if condition="$pagenumber != 1">
<div id="firstpost">$postbits_firstpost</div>
</if>
<div id="posts">$postbits</div>
Done
@peteska2 - I didn't get what you said, do you mean about the update part?
|
that moved everything above the buttons.. and all the tables are about 90% instead of the 100%