@DanAdair should be possible with a plugin like nodebb-plugin-customize but if you don't want to install another plugin, you'd need to edit the tpl file itself. The issue with this is that any upgrades to NodeBB will override your changes.
Change topics sorting in recent cards plugin
-
Hi. Please help me, how can I change sorting of topics in your plugin https://github.com/NodeBB-Community/nodebb-plugin-recent-cards from lastposttime to time of create of topic(timestampISO) or just from max value of tid to lower. Thanks in advise.
-
If there isn't a setting for it in the plug-in's ACP page, then there isn't a way to do this.
Edit: wait, what are you actually asking? To sit the topics by the time the topic was submitted, not the time of the last reply?
-
@pitaj yes, thanks for fast responce, exactly sit the topics by the time the topic was submitted.
Edit: topics.getTopicsFromSet('topics:recent', uid, 0, 19, renderCards); can you add var set; something like 'topics:new' or 'topics:last' or help me how can I do it?( for standalone plugin I know how to do this, but I failed to modificate this plugin. thanks in advise.