That makes no sense 🤔 The search plugin has nothing to do with themes or skins. Do you have any errors in your logs after you disable the plugin and restart the forum? What about when you run ./nodebb build and restart is everything working after that?
Is it possible to create a Reddit / Hacker News clone with NodeBB?
-
I'm looking for a solution to create a Reddit / Hacker News clone and wonder whether NodeBB could do this or not. So basically I want a list of links/topics ranked by the upvotes and comments they get. (I don't find number of views particularly interesting to generate this ranking.) I assume it's very much possible if you put effort into it but how much would then be needed? Or does NodeBB's structure conflict with this in any way? I would also like the interface to be as minimal as possible, have a look at Hacker News as reference.
-
Very experimental example Reddit style rating for post votes can be seen here: https://bitbucket.org/jmimms/nodebb-plugin-ripple/src/894293ad03e5a237f75dfbf9a01d77be08fa7fa7/lib/post.js?at=master
Nothing is done with it other than just storing a rating. Probably not even done correctly but you get the idea. You can sort based on various stuff with this and display the posts somewhere.