Just thought I would add this for anyone using arcade
find:
Code:
$post[crowns]$post[champtext]
replace with:
Code:
<if condition="$post[crowns] or $post[champtext]"><div class="postdata">$post[crowns] $post[champtext]</div></if>
I copied it and pasted it below this or you can place it wherever you think looks best
Code:
<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon] OR $post[skypeicon]"><div class="postdata">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>