[high]* TwinForMe clicks install
[/high]
I added the postbit code by
sv1cec except I use postbit legacy. I had to change his code a bit.
Find:
Code:
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
Below add this:
Code:
<!-- Code change for user being away -->
<if condition="$post['awaystatus'] == 1">
<div class="smallfont"><FONT COLOR="red">$post[musername] is away.</FONT><BR>
<if condition="$post['awaymessage'] != ''">
Reason: $post[awaymessage]<BR>
<else />
No reason was given.<BR>
</if>
</div>
<else />
</if>
<!-- end of code for user being away -->