Forced to enter new...
 
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Forced to enter new password when editing profile

12 Posts
4 Users
3 Reactions
2,255 Views
Posts: 1599
(@anonymous20)
Noble Member
Joined: 9 years ago

@sofy did you note this notification formating bug?

 

3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

Sure @anonymous20,

I've already contacted the developers and let them know about the issue. I'll let you know once I get a response. 

 

(@anonymous20)
Joined: 9 years ago

Noble Member
Posts: 1599

@sofy

 

I don't care for a fix, just care if you fully understood and note the problem for a future fix. Because it is easy to get lost in all the topics you monitor. I do know and understand that, doing some similar job as yours myself (hosting support).

If you want, i can easy replicate it HERE so YOU get also the false notification.

 

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

Thank you for understanding @anonymous20,

We fully get the issue. As far as we fill HTML in the email notification content, it was substring the content (the <a> tag was opened and closed on the wrong place) and somehow the support topic linked and unsubscribed liked were missed. 

If the email content is not filled as HTML or ignores the substring function this kind of issue never takes place. So the content will be unlimited.

In the second case the following code should be used. So the limit will be ignored:

add_filter('wpforo_email_notification_post_body_length', function(){return 0;});

 

Page 2 / 2