2010-12-27, 03:54 PM
2010-12-27, 04:09 PM
You JUST want to remove the Re? Not the thread title?
2010-12-27, 04:23 PM
Go to: ACP > Templates > Showthread Templates > showthread_quickreply > find;
and replace it with;
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
and replace it with;
<input type="hidden" name="subject" value="{$thread['subject']}" />
2010-12-27, 04:26 PM
That will only remove it if posting from the Quick Reply.
See: http://community.mybb.com/thread-84055.html
See: http://community.mybb.com/thread-84055.html
2010-12-27, 04:35 PM
Yes, I am thinking that the OP wants to remove it from the postbit body. Therefore both reply and quickreply need to be edited.
If he wants to get rid of the whole re: bla bla then thats easy to do. Go in the post bit and remove the div with post content in it (just above post message). Its going to get rid of ALL of it though, not just the Re, including first post :/
This bit:
If he wants to get rid of the whole re: bla bla then thats easy to do. Go in the post bit and remove the div with post content in it (just above post message). Its going to get rid of ALL of it though, not just the Re, including first post :/
This bit:
<span class="smalltext"><strong>{$post['icon']}{$post['subject']}{$post['subject_extra']} </strong></span>
2010-12-28, 11:53 AM
Thank you all, I had it solved, thanks.