MyBB Community Forums

Full Version: mail : removing board name from subject field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
this is wrt an earlier topic : 'Mailer' name

Mail Error :
The mail server did not understand the DATA command
SMTP code : 550 and SMTP SERVER RESPONSE : 550

perhaps, I need removing the board name from mail subject.

[Image: mailerr.png]

related query : Board name is suggested to be not more than 75
characters. is it possible to append required description in title
to show on browser titlebar AND at search engine results ...

please help..

1) Open inc/languages/english/messages.lang.php and search for "subject". You will find something like this:
$l['emailsubject_lostpw'] = "Password Reset at {1}";
$l['emailsubject_passwordreset'] = "New password at {1}";
$l['emailsubject_subscription'] = "New Reply to {1}";
$l['emailsubject_randompassword'] = "Your Password for {1}";
$l['emailsubject_activateaccount'] = "Account Activation at {1}";
$l['emailsubject_forumsubscription'] = "New Thread in {1}";
$l['emailsubject_reportpost'] = "Reported post at {1}";
$l['emailsubject_reachedpmquota'] = "Private Messaging Quota Reached at {1}";
$l['emailsubject_changeemail'] = "Change of Email at {1}";
$l['emailsubject_newpm'] = "New Private Message at {1}";
$l['emailsubject_sendtofriend'] = "Interesting Web Page at {1}";

Remove at {1} from all of them.
Thank You Aries-Belgium Smile
...................................................................................................

Quote:related query : Board name is suggested to be not more than 75
characters. is it possible to append required description in title
to show on browser titlebar AND at search engine results ...

please help..
In ACP > Templates & Style > Templates > Find/Replace .
Search: </title>
Replace: | Your text here</title>
Press "Find/Replace"
Quote:No templates were found with the title '</title>'
I thought it should be in header template - OR do I have to edit index.php :confused:
The title tag is different for all pages.
If you only want change the title for the index page, only modify the 'index' template and change the text between the <title> and </title> tags.
:oops: earlier I searched in bottom box which says "Search Template Titles"
Thanks a lot Aries-Belgium Smile