Thanks, installed and works fine, but another thing. In situation like a:
MOD edit post and use comment // comment is fine
ADMIN edit same post and use comment // both comments are fine
MOD edit same post and use comment // ADMIN comment is ruined and the admin text is show like a normal text
For example i have this:
Code:
normal text from user
[MOD]mod comment[/MOD]
[ADMIN]admin comment[/ADMIN]
then mod use MOD comment and the result is:
Code:
normal text from user
[mod comment]
admin comment //this is NOT in the blue border, it's normall text
[another mod comment]
Any way to fix this?
Thanks