I believe there will be a simple plugin to create for this, but i'm just not sure how
can someone please make this or tell me how to do it?
I know this should be able to be done using str_replace,
i've tried adding a plugin with
PHP Code:
$thread['title'] = str_replace("_", " ", $thread['title']);
hook location forumdisplay_start, that didn't work
any help please?
thnx,
Iain