actually, derp, nevermind, i see https://github.com/NodeBB/NodeBB/issues/4669 already takes care of this
leovoel
Posts
-
How to display the main post of a recent topic instead of "No new posts."? -
How to display the main post of a recent topic instead of "No new posts."?i've been working on a fork of persona and wanted to know what would i need to change in order to do this:
instead of "No new posts", i'd like to show the main post of the most recent thread in that category, if it exists.
i'm already aware of the hook i need (
filter:categories.build
), what i really wanted to know was how to get the main post of the most recent thread for all categories, and pass that to the template data so i can render it there. -
[nodebb-plugin-emoji-extended] Emoji Extended (reworked)i made a set for twitter's twemoji
GitHub - leovoel/nodebb-plugin-emoji-twemoji: Twitter emoji set for NodeBB.
Twitter emoji set for NodeBB. Contribute to leovoel/nodebb-plugin-emoji-twemoji development by creating an account on GitHub.
GitHub (github.com)
working okay here on two installs, but feel free to point out any problems if you hit any
-
[nodebb-plugin-emoji-extended] Emoji Extended (reworked)yeah i know it's not strictly required, i just wanted to follow the existing setup for the available sets for consistency.
thanks!
-
[nodebb-plugin-emoji-extended] Emoji Extended (reworked)i wanted to create a new emoji set but instructions are very scarce on how to set up nodebb-grunt et al.
could you give me a quick rundown on what i need to do @frissdiegurke ?