Quote:
Originally Posted by FullyTested
Hi Breathex,
I've attached a simple mod to this post.
It will display the time remaining on a ban inside the postbit.
All members will see this.
Install Instructions:
1). Import the product via the Admin CP
2). Open the 'postbit' and 'postbit_legacy' templates and
Find:
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
BELOW it insert:
Code:
<!-- start code 'sbt' -->
<if condition="$post['ban_time_remaining']"><div class="smallfont">$post[ban_time_remaining]</div></if>
<!-- end code 'sbt' -->
3). Done.
I hope this is what you are looking for.
David.
|
Hi David,
It works like a charm my friend, thanks alot.