Quote:
Originally Posted by RyanC
|
Instead of
Quote:
// ############# Do The Following In The postbit or postbit_legacy template ##############
Search for:
<if condition="$post['title']"><strong>$post[title]</strong></if>
Add below:
<if condition="$post[postcount] == '1' ">
<div align="right">$extrafields</div>
</if>
|
Do this
Quote:
// ############# Do The Following In The postbit or postbit_legacy template ##############
Search for:
$post[message]
Add Above:
<if condition="$post[postcount] == '1' ">
<div align="right">$extrafields</div>
</if>
|
Then replace everything in showthread_extra_fields with this:
Code:
<div><b>$threadfield[title]:</b> $thread[fieldvalue]</div>