@KitsuneSolar nodebb-plugin-dbsearch does not support In-Topic searching. You will have to use nodebb-plugin-solr
SOLVED Browser crash when opening a very long topic
-
Hello,
I've successfully migrated from MyBB. been using NodeBB close to a week now.
So far, everything works as it should be. But there is this one thread that will crash your browser if you attempt to view it, there is no error on the server side. And there is no way to debug as your browser crash. Hope anyone can help?
Here is the link to the thread.
http://forum.tbd.my/topic/13402/d0lph1n-s-5th-noob-challenge -
I got a script crash when I launched that page. But once that script stopped, page loads fine, can you run the forum in ./nodebb dev mode and let me know once you've done that, I'll try reloading the page to see what happens.
-
-
Mentions hljs in the script, so something to do with highlighting... What composer do you use?
-
@a_5mith said:
hljs
Im using the default nodebb composer.
I think I've fixed the problem, temporarily. I manage to remove those long text (http://pastebin.com/wQktbjtT) and it fixed the problem.
The long text string seems to break nodebb. I test posting the same string again, but nodebb wont allow as it is longer than 32767 character.
Thanks for your time @a_5mith