MyBB Community Forums

Full Version: Remove "RE:" from threads, subject of replies, and pm?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
Just as the title says, I need help to remove "RE:" from all existing threads, subject of replies, and pm?

Thanks
I dont know but I guess google seo plugin help you.
(2013-08-24, 11:37 AM)kamranasd Wrote: [ -> ]I dont know but I guess google seo plugin help you.

What does google seo plugin have to do with "RE"?
change it(url)
(2013-08-24, 04:57 PM)kamranasd Wrote: [ -> ]change it(url)

I has nothing to do with it man
Go to: ACP > Templates > Showthread Templates > showthread_quickreply > find;
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
and replace it with;
<input type="hidden" name="subject" value="{$thread['subject']}" />
(2013-08-26, 05:24 PM)mybboardvietnam Wrote: [ -> ]Go to: ACP > Templates > Showthread Templates > showthread_quickreply > find;
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
and replace it with;
<input type="hidden" name="subject" value="{$thread['subject']}" />

Thanks it worked all fine. But what about the existing RE that I see on the threads? Is there a way to remove em all?