Quote:
Originally Posted by jluerken
Hi Shishir,
thanks for the great addon, I really love it. Very good if you have more than 1 admin.
Is there a way to remove the board title from the thread title?
I know how my board is called and I want to have the title removed.
Regards
jluerken
|
I managed to change this. Our board title is very long and it was disturbing a lot so I removed it this way:
Change in the Plugin
Submit Contact form as Thread line
Code:
eval(fetch_email_phrases('contactus', $languageid));
to
Code:
eval(fetch_email_phrases('contactusthread', $languageid));
Add 2 new phrases
1. contactusthread of Type Email Subject Text
Code:
Contact Us Form - $subject
2. contactusthread of Type Typ Email Body Text
Code:
Hello,
the following message was sent to you via the Contact Us form by $name ( mailto:$email ).
--------------------------------
$message
--------------------------------
Referring Page: $url
IP Address: $ip
User Name: $bbuserinfo[username]
User ID: $bbuserinfo[userid]
Email: $email
Thats it, title gone :-)
I don't know if there is an easier way to do it but this worked for me.