Well, either way, your login form needs a csrf token added to it. You can do it via hidden input.
Retrieve it via js like so
require(['csrf'], function(csrf) { var token = csrf.get(); });I am using recent topics page as my home page and I want certain topics to stick at the top e.g. a welcome and an introduction topic. Any ideas on how to do so ?
Hmm, not sure how that would be implemented.
Buuut, I did recently add a widget to nodebb-plugin-featured-topics that mimics a topic list, which would work perfect for this. Bug @administrators to look at my PR.
Anyone else has some idea on how this could be achieved ?