Can you imagine...
I updated NodeBB to 3.5.2 and everything worked)
I don't understand why it didn't work on 3.5.1.
Thanks!
Gamers
Pew pew pew... Yeah... Gamers...
Posts
-
-
Spam is clean -
@PeterJones I've pushed the fix to this forum, let me know how it works now.
-
@PeterJones thanks for reporting, this is caused by the translation module and how it escapes/unescapes content.
Strings like
[[global:posts]]
are treated as translation keys but we don't want these to be translated when they are used in post content. So there is some code to escape them, render the page and then unescape it. But this code also causes the problem you are seeing.translation unescape breaks some post content · Issue #12220 · NodeBB/NodeBB
from https://community.nodebb.org/topic/17699/backslash-with-square-bracket-oddities
GitHub (github.com)
-
If you can, please send a screenshot of your email settings page. Make sure you don't have any emailer plugins activated, and make sure the "enable smtp transport" option is enabled.
Also, check your spam if you haven't already.
-
I do not receive any errors when sending a test email, as if everything is fine. But the letter doesn't get through.
-
What test email are you sending? Did you use a preset or put in the mail.ru settings yourself? Are you sure the smtp transport is enabled?
-
If it is not showing in the UI you will have to look at the records in the database. Look at the key
followers:<target_uid>
if the uid of the other user is in there you can remove it.mongodb
db.objects.deleteOne({_key: "followers:<target_uid>", value: "<uid_of_other_user>" });
redis
zrem followers:<target_uid> <uid_of_other_user>
-
@NodeHam This is actually a small separate issue with json+ld metadata generated by question-and-answer plugin. I just submitted a fix here: https://github.com/NodeBB/nodebb-plugin-question-and-answer/pull/102
edit: it's merged now, version 1.2.5 of the plugin should resolve this issue
The letter does not arrive in the mail via the transporter mail.ru
The letter does not arrive in the mail via the transporter mail.ru
backslash with square bracket oddities
backslash with square bracket oddities
The letter does not arrive in the mail via the transporter mail.ru
The letter does not arrive in the mail via the transporter mail.ru
The letter does not arrive in the mail via the transporter mail.ru
The letter does not arrive in the mail via the transporter mail.ru
User privileges
Canonical tags hurting SEO