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).
Why can't I pick the title of the default administrators group for display in the user settings page?
@julian @baris
You could try this in the custom JS:
ok I understand it .. and now this solution.
who assigned a room name, then it will be displayed if not then as far
https://github.com/NodeBB/NodeBB/compare/master...ogerly:patch-1
0_1467484651810_Bildschirmfoto vom 2016-07-02 20-37-01.png
Ah, ok great to know.
Sorry for bothering guys, I found it in the source code.
There are two hooks already:
Both of them takes only one argument:
join: https://github.com/NodeBB/NodeBB/blob/master/src/groups.js#L633-L675 leave: https://github.com/NodeBB/NodeBB/blob/master/src/groups.js#L711-L742
Exactly what I'm looking for!
Edit: action:groups.* hooks in the source code were renamed to action:group.*
@priapo At present, it's lower priority, as it's much easier to maintain the templates for NodeBB when they are all in English.
However, if there is a need for it, then we will consider the demand when prioritising our tasks 🙂