Probably easier to create a custom theme that matches the design of your other app and use the session-sharing plugin to login users automatically. You can find the api documentation here.
Core no longer uses requirejs so that syntax will no longer work. If you put the readmore.min.js file in public/uploads then you can load it and use it with $.getScript().
$.getScript('/assets/uploads/readmore.min.js', function () {
$('<div>').readmore();
})
```</div>
@eeeee please try with 4.14.8
@eeeee thanks for reporting, I will take a look.
Yes the session sharing plugin has more info https://github.com/julianlam/nodebb-plugin-session-sharing#session-sharing-for-nodebb
Probably easier to create a custom theme that matches the design of your other app and use the session-sharing plugin to login users automatically. You can find the api documentation here.
@josef you can watch this tag and turn on email notifications for it.
When you upgrade the upgrade script will add it or you can add it now like
"trust_proxy": trueif your nodebb is behind a proxy like nginx.@downpw actually it was right at the top :laughing:
Nevermind I see it is 20.x on your screenshots, once you upgrade it to 22 or 24, it will work fine.
@cagatay what is your nodejs version? Make sure it is 22.x or 24.x.
@cagatay open the log file and post the rest of the error.
Actually, we collapse nested blockquotes. I don't think there is anything in code to collapse very long blockquotes.
@julian yeah we do, there is a button to collapse them in core.
The latest file is here https://github.com/jedfoster/Readmore.js/blob/master/readmore.min.js, I tried using it with the latest version of nodebb and found some issues. Create a pull request with my fixes at https://github.com/jedfoster/Readmore.js/pull/265/changes.
So with that updated file in
public/uploadsfolder and the below custom javascript in the ACP it works.You can disable the first one in the ACP at
/admin/settings/userTo embed other content you can use https://github.com/NicolasSiver/nodebb-plugin-ns-embed and use the default rules or add more if you need other sites.
Core no longer uses requirejs so that syntax will no longer work. If you put the readmore.min.js file in
public/uploadsthen you can load it and use it with $.getScript().Are you running more than one nodebb process? If they are on different servers need to add jobsDisabled: true on all of them except one.
@bh4-tech thanks for reporting, fixed in https://github.com/NodeBB/NodeBB/issues/14109
@twissell yes, the issue only occured on mass deleting tags and if the topic had all those tags.
For example you have a topic with
tag1,tag2,tag3and you delete them at the same time then it was causing this issue.Ok, I was able to reproduce after taking a peek at the data on your forum, will fix it for 4.9.3
https://github.com/NodeBB/NodeBB/issues/14084
What's your username there?