@dogs header.tpl is rendered separately from the rest of the page. It doesn't have any of that information.
What are you trying to accomplish?
@dogs header.tpl is rendered separately from the rest of the page. It doesn't have any of that information.
What are you trying to accomplish?
@jaredbusch you could try something like this in your custom css in the ACP:
a[href="/login"] {
display: none !important;
}
@sivy please post the output of ./nodebb build
WhatsApp worked this way even before they implemented E2EE.
Yes, there's no technical barrier to allowing this. It comes down to a choice. We choose for chats to act like WhatsApp, SMS, IRC, etc because the chats are meant more for real-time communication. The forum exists for persistent communication.
Unlike Discord and Slack, the text chat is not supposed to be the primary form of textual communication.
@timps terms of use shows up during the registration process, not on the registration page. There is a strong in the ACP, I suggest using the search to find it
I can confirm this issue. Please open a bug report on GitHub.
@mickola well yes, the second hook should also work, but either one should work for what you're doing.
@dogs no please don't open an issue for this. This is certainly not a problem with NodeBB. In fact this is a basic Node.js programming issue
Please share the full source of library.js
The reason I know there's something wrong with your code is that the error mentions ./utils/config.json
, but if the correct path with __dirname
was passed in, it would be something like node_modules/nodebb-plugin-blah/utils/config.json