BeeHeard links
Hi,
I changed the text in the configuration, but the email subject is saying
"New Suggestion to BeeHeard"
And the first line in the email is:
"A new suggestion has been entered to BeeHeard."
Where is it coming from? Language file? Which one exactly? Thank you!
Discussion started by Janz , on 15 December 12:14 PM
Replies
adminio,
2009-12-18 18:42:52
Styling in these postings aren't saved. I would recommend using the forums on cmstactics.com.
adminio,
2009-12-18 18:42:25
You are correct. The parameter was missed in configuring that option. The code is located in the suggestions.php file in the componentscom_beeheardmodels directory.
If you removed the variables $emailSubject and $emailBody from the function sendNotificationEmails($data, $emails), and add the following under jimport('joomla.mail.mail'); then it should work;
$params = JComponentHelper::getParams('com_beeheard');
$emailSubject = $params->get('emailNotifSubject');
$emailBody = $params->get('notifMessageBody');
Site Feedback
We've setup a feedback forum so you can tell us what's on your mind to better this site.
Top Voted Suggestions:
335
votes
318
votes
317
votes
315
votes