Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi - is there any mechanism to get the number of posts in a topic once loaded ?
On the client side you can do console.log(ajaxify.data.postcount)
console.log(ajaxify.data.postcount)
@baris perfect. Thanks
M
@baris
okay. one needs to use /flags as route for the navigation bar object and add /flags inside the <li> tag again. we were using /admin as route ...
thank you.
B
@sebastián-cisneros said in Topics - GetSortedTopics Multiple tags and/or:
const method = params.sort === 'old' ? 'getSortedSetUnion' : 'getSortedSetRevUnion';
Yeah you can change to this in getTagTids function if you want to get topics with any of the tags passed in.
사
i think so~~~
J
Yes, it works fine in v1.0.2 🙂
This code: https://github.com/NodeBB/NodeBB/blob/a9ca035e1e3d54fc457569196116871bfc8c3ba5/src/topics/unread.js#L118-L145 😄