Hello,
To make it look differently, you will need to add YOUR code between the conditions. For example:
<if condition="is_member_of($bbuserinfo, 6)">
<div class="YOURS">Admins Display This for editted post</div>
</if>
</else>
<if condition="is_member_of($bbuserinfo, 2)">
Whatever is normally here!
</if>
I don't know exactly where the editted post info is located, so i don't know how it is handled. (Don't have time to search through the templates right now.)
|