Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Remove "RE:" in replies
#1
Not Solved
Hi, how do I remove only the "RE:" text in a reply?
#2
Not Solved
You JUST want to remove the Re? Not the thread title?
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#3
Not Solved
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']}" />
#4
Not Solved
That will only remove it if posting from the Quick Reply.

See: http://community.mybb.com/thread-84055.html
#5
Not Solved
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:

<span class="smalltext"><strong>{$post['icon']}{$post['subject']}{$post['subject_extra']} </strong></span>
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#6
Not Solved
Thank you all, I had it solved, thanks.


Forum Jump:


Users browsing this thread: 1 Guest(s)