Is there a way to do this change via a plugin? I'm trying to avoide source file changes so I can keep my board upgraded
--------------- Added [DATE]1222296867[/DATE] at [TIME]1222296867[/TIME] ---------------
Thanks for the tip, looks like I figured this one out.... I'm not sure if it might break some other behavior... but what I did was:
New Plugin on: showthread_post_start
with code:
Code:
$thread['prefix_rich'] = "";
Its working for me right now, I'm just hoping it didn't clobber it for some other place where I DO want it to show up.