Notifications
Clear all

wpForo 1.x.x [Solved] Full text in Mail notification

3 Posts
2 Users
1 Likes
650 Views
Posts: 2
Topic starter
(@tauchen)
New Member
Joined: 4 years ago

Hello,

thank you for this fantastic plugin! In our forums, many people tend to just read mail notifications instead of regularily visiting our website. Unfortunately, in wpForo mail notifications there is only an excerpt of the text. Is there a function or short code to add the full text of the topic / reply / ...?

Thank you for your help!

2 Replies
Sofy
Posts: 4231
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Thank you @tauchen!

Please add the following code in your active theme functions.php file:

add_filter('wpforo_email_notification_post_body_length', function(){return 0;});
Posts: 2
Topic starter
(@tauchen)
New Member
Joined: 4 years ago

worked great for me, thank you so much!