Please open an issue on our github tracker, I am not sure if we should just remove the saving to user settings in the sort dropdown all together and move the sort settings to /user/<slug>/settings like everything else. Then you can change the sort order in every topic without effecting your settings. The setting used in the user page would be the default sort when you enter a topic.
No topics from getCategoryById
-
I'm using the following code to pull back a category by id. When I use the the api url in a browser topics are included but not when using this method. Am I missing a required piece of data?
//get category by id Categories.getCategoryById({cid: category_id,uid: 0},function(err,res){ if(err){ console.log(err) cb(null, data) } category = res callback() })
-
Awesome ty so much
I ended up making the call to Categories.getCategoryTopics() but I may switch back to the method you posted above