Notification content
Quote from ray on March 13, 2018, 5:18 amHi Asgaros
Great plugin – your work is much appreciated.
In addition to the code you have supplied above – which I have modified further and got working – I have two requests for more related code (I think)
- I have a logged in members only forum – is it possible for me to change the email content from “Hello” to “Hello members first_name“? If so how?
- How do I change the above email corresponding subjects from ‘New Topic…” and “New answer…” to something I think is more appropriate to my members.
thanks
Hi Asgaros
Great plugin – your work is much appreciated.
In addition to the code you have supplied above – which I have modified further and got working – I have two requests for more related code (I think)
- I have a logged in members only forum – is it possible for me to change the email content from “Hello” to “Hello members first_name“? If so how?
- How do I change the above email corresponding subjects from ‘New Topic…” and “New answer…” to something I think is more appropriate to my members.
thanks
Quote from Asgaros on April 3, 2018, 9:48 amHello @ray
I added it to my todo-list:
https://github.com/Asgaros/asgaros-forum/issues/164
Hello @ray
I added it to my todo-list:
Quote from ray on April 4, 2018, 2:49 amGreat, thank you
How do I monitor when you get to implement it?
Do I just continue to subscribe to this thread or do i subscribe to the github item 164 somehow?
Great, thank you
How do I monitor when you get to implement it?
Do I just continue to subscribe to this thread or do i subscribe to the github item 164 somehow?
Quote from Asgaros on April 4, 2018, 9:25 am@ray Just subscribe to the GitHub ticket and you will be informed about the progress.
@ray Just subscribe to the GitHub ticket and you will be informed about the progress.
Quote from Gbr on December 31, 2018, 1:07 pmHello,
Created a child theme but when added the mentioned code to my child themes functions.php-file to remove the text of a new post/topic from the notification, I got the the following error when I try to post :
“
ArgumentCountError thrown
Too few arguments to function change_notification_message_post(), 2 passed in …/wp-includes/class-wp-hook.php on line 286 and exactly 5 expected
“
Could you please tell me how to get rid of this?
Thank you in advance for your support… and Happy New Year !
Hello,
Created a child theme but when added the mentioned code to my child themes functions.php-file to remove the text of a new post/topic from the notification, I got the the following error when I try to post :
“
ArgumentCountError thrown
Too few arguments to function change_notification_message_post(), 2 passed in …/wp-includes/class-wp-hook.php on line 286 and exactly 5 expected
“
Could you please tell me how to get rid of this?
Thank you in advance for your support… and Happy New Year !
Quote from Asgaros on January 1, 2019, 9:22 pmHello @gbr
It is not necessary anymore to use this code. Please check out the settings in Forum -> Settings. In the notifications-area you can directly edit your message-template.
Hello @gbr
It is not necessary anymore to use this code. Please check out the settings in Forum -> Settings. In the notifications-area you can directly edit your message-template.
Quote from Gbr on January 1, 2019, 11:00 pmFollowed your advice and (as usually 😉 ) it seems to work again!
Big THX for your support !
Followed your advice and (as usually 😉 ) it seems to work again!
Big THX for your support !