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 there, does anybody know how to add reputation number to the global header? Just on the left or bottom of user's head picture?
Write a plugin and use filter:middleware.renderHeader add the reputation value to templateValues.users and add it into the template in the theme.
filter:middleware.renderHeader
templateValues.users
Looks like reputation us already available in the header https://github.com/NodeBB/NodeBB/blob/master/src/middleware/header.js#L87 so you just have to open the template file for the header and add it in with {user.reputation}
{user.reputation}
WOW thank you so much!!
J
The web hooks plugin would allow you to tie logic to specific actions from NodeBB to your own app.
So you'd plug a URL into the web hooks plugin.
B
We don't support nested objects. If you really need to store as json strings and parse on the way out.
@razibal thanks for reporting, https://github.com/NodeBB/NodeBB/issues/10692
This started happening after the refactor to change tag storage to be by category https://github.com/NodeBB/NodeBB/pull/8938/files
R
@PitaJ FTW:
0_1476826201479_Post_tools_shortlink.png
Thanks for the tip about bootbox!
D
@ThingBreaker said:
Here are steps on customizing Font Awesome. Mayhaps these will help. https://github.com/FortAwesome/Font-Awesome/wiki/Customize-Font-Awesome
Thank you, I'll have a look. Would any updates of the forum affect Font-Awesome in future? Ideally, adding the icon in a way which wouldn't require updating the icons each time would be the best way forward.