- Posts: 36
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Email Notifications - Change Text
17 years 2 months ago #737
by metaltome
Email Notifications - Change Text was created by metaltome
Hello,
I found some of the Email Notification stuff in /adminsitrator/com_kunena/language/english.php
I changed some of the Notification fields under //email and stuff, yet it doesn't seem to change the email notifications people receive when I did some tests. Am I not modifying the correct location? I need to reword the notifications people get and change the text.
Is there another Language file or php file I need to modify to accomplish this? Thanks!
I found some of the Email Notification stuff in /adminsitrator/com_kunena/language/english.php
I changed some of the Notification fields under //email and stuff, yet it doesn't seem to change the email notifications people receive when I did some tests. Am I not modifying the correct location? I need to reword the notifications people get and change the text.
Is there another Language file or php file I need to modify to accomplish this? Thanks!
Please Log in or Create an account to join the conversation.
- Philip Roy
-
- Offline
- Senior Member
-
17 years 2 months ago #739
by Philip Roy
Replied by Philip Roy on topic Re:Email Notifications - Change Text
/components/com_kunena/template/default/post.php
...is a file I alter in Fireboard to change the text in notifications, so I'd assume that you need to look at....
/components/com_kunena/template/default/post.php
Around line 375 or so?
Phil
...is a file I alter in Fireboard to change the text in notifications, so I'd assume that you need to look at....
/components/com_kunena/template/default/post.php
Around line 375 or so?
Phil
Please Log in or Create an account to join the conversation.
17 years 2 months ago #974
by metaltome
Replied by metaltome on topic Re:Email Notifications - Change Text
Thanks. This looks like the correct area, but just to be certain. Are the variables in post.php pulling the actual notification text from:
/administrator/components/com_kunena/language/english.php
?
It looks like that's where the Notification stuff is located. I don't see a en-GB.com_kunena.ini or com_kunena.ini in the root language folder.
/administrator/components/com_kunena/language/english.php
?
It looks like that's where the Notification stuff is located. I don't see a en-GB.com_kunena.ini or com_kunena.ini in the root language folder.
Please Log in or Create an account to join the conversation.
- Philip Roy
-
- Offline
- Senior Member
-
17 years 2 months ago #975
by Philip Roy
Replied by Philip Roy on topic Re:Email Notifications - Change Text
I don't get the question sorry. I didn't like the wording of the notifications that went out or the footer...so I altered it all in the file I mention.
Have no idea if it is pulling anything from anywhere sorry...I'm not a coder...I just searched files for the text I wanted to replace and found it there.
Works on my site.
Phil
Have no idea if it is pulling anything from anywhere sorry...I'm not a coder...I just searched files for the text I wanted to replace and found it there.
Works on my site.
Phil
Please Log in or Create an account to join the conversation.
17 years 2 months ago #1177
by metaltome
Replied by metaltome on topic Re:Email Notifications - Change Text
So I'm confused. Back in Fireboard 1.04 this is how I have my post.php set for Email Notifications:
I took that code and replaced the code in /components/com_kunena/templates/default/post.php
Yet that didn't seem to work with Kunena. I'm using default_ex template, but from what I understand all additional templates still use post.php from the /default/ template folder. I want the Email Notification to be as following:
[Forum] Message Subject
yet even after changing my code, which worked in 1.04. I am still getting the following email notification:
Subject: 'Re:test' in Forum: 'Letters to the Editor'
Any idea what I'm doing wrong? Many thanks Philip and anyone else who can help me!
Code:
$mailsubject = "[". stripslashes($catName)."] " . stripslashes($messagesubject) ."- moderator" ;
I took that code and replaced the code in /components/com_kunena/templates/default/post.php
Yet that didn't seem to work with Kunena. I'm using default_ex template, but from what I understand all additional templates still use post.php from the /default/ template folder. I want the Email Notification to be as following:
[Forum] Message Subject
yet even after changing my code, which worked in 1.04. I am still getting the following email notification:
Subject: 'Re:test' in Forum: 'Letters to the Editor'
Any idea what I'm doing wrong? Many thanks Philip and anyone else who can help me!
Please Log in or Create an account to join the conversation.
- Philip Roy
-
- Offline
- Senior Member
-
17 years 2 months ago #1181
by Philip Roy
Replied by Philip Roy on topic Re:Email Notifications - Change Text
Well it's great that we're both confused :laugh:
As I said, I edit the file I mentiones and put all the text I want in there....so I can't add much else to the conversation. Plus which, I have a new Joomla site to launch today for a client, so I'll have to leave you to the advice of others sorry. Good luck!
Phil
As I said, I edit the file I mentiones and put all the text I want in there....so I can't add much else to the conversation. Plus which, I have a new Joomla site to launch today for a client, so I'll have to leave you to the advice of others sorry. Good luck!
Phil
Please Log in or Create an account to join the conversation.
Time to create page: 0.245 seconds