How to do you make multiline rows in NodeBB ? Seems to be not working ..
Fruit | Price | Advantages |
---|---|---|
Bananana | first line<br>next line | first line<br>next line |
Bananana | first line<br>next line | first line<br>next line |
How to do you make multiline rows in NodeBB ? Seems to be not working ..
Fruit | Price | Advantages |
---|---|---|
Bananana | first line<br>next line | first line<br>next line |
Bananana | first line<br>next line | first line<br>next line |
Hello,
I get these npm warning since a long time. Even on a new VPS installation. I use the latest master from git.
npm WARN [email protected] requires a peer of nodebb-plugin-emoji@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of nodebb-plugin-emoji@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of textcomplete@^0.14.2 but none is installed. You must install peer dependencies yourself.
Self-Fix:
config.json still had :80 as the port, not 443
I just moved the forum to a new server, redis db was restored and the uploads folder with these subfolders copied over:
category
emoji
files
profile
sounds
system
However the emojis have a broken icon symbol left side of it, plus the icon set is not the Apple set as it was before.
I tried to deactivate/uninstall/reinstall the emoji and apply plugin, but nothing helps ..
Still the same, I tried:
git pull
./nodebb upgrade
and also
git fetch
git reset --hard origin/v1.13.x
./nodebb upgrade
both times, the ACP user bug is the same ..
Made a fresh and clean nodebBB installation on a mini VPS, and with v1.12.2 all works, normal user registration, or ACP user creation works. With 1.13.1 there seems to be something wrong as it worked like 1-2 weeks ago or so.
Manual registration works again by doing:
npm install textcomplete
However to add users from the ACP is still broken, as the dialog for that disappears after a second. No errors in the logs shows.
So you try to manually add a new user but the dialog for that disappears after a second ? If so, than I have the very same problem. Also log out and register a new account does not work, as the final submit button does nothing ..
@baris said in Admin Panel > Plugin > Advanced not linked:
/admin/advanced/database
Direct links work, also for error logs. Just the Link Plugins > Advanced is not working ..
In the past we could access the admin page to read the Node.js error logs, check the database version etc. However that link is not working anymore. I guess it was as Plugins > Advanced, but on click on Advanced nothing happens ..
Hello,
the logo above the forum categories shows on Chrome Desktop, but does not show anymore on Chrome for Android (Samsung S8) nor iPhone S5 with Safari. On the mobile phones, the logo is in fact shown, but the blue top bar with the three dashes and the chat icon are on top of it.
Before the logo was shown nicely below the blue top bar, and it seems there is a bug .. On the iPhone you can "pull down" the webpage a bit, then the logo can be seen (but it slides up again). On Android we do not have this pull down feature, so it looks like the logo is not loaded, but it is, just hidden.
Hmm, I also noticed that a new user account registration was pending approval, but a click on the little red indicator icon lead to no redirection. Only something like "show all notifications" finally showed me the approval queue, where than a click on the green icon also lead to no further actions. Seems the Admin panel is a bit shaky now. NodeBB runs inside VMware, no crash or so happened with weekly backups of the VM.
The core forum functions are working, so no big deal. If it falls apart I report back
Hello,
since about 2-3 days I have a bug where the daily stats show zero. It seems that NodeBB still counts stats (Today / Yesterday) but the chart is empty. Before that I had a reboot followed by a Clear Linux Kernel and system updated (rolling release), but no Node.js update or Redis update was done as those are manual.
Opposite the previous poster I wanted to report back that the upgrade went smooth, together with Redis 5.0.6 on Debian with latest 5.3.11 kernel, latest node.js and so on, all things work fast and great
Usually major forum upgrades are a disaster, but respect to the NodeBB team to deliver a solid system
Hello,
is it possible the show the total sum of topic views for a category in the homepage ?
Currently the homepage shows only the sum of topics and posts, but not of the total views, as views are shown only on a thread-level.
Hello,
I have a thread where monthly project news are posted. The idea is to have the newest post on the top to avoid that users have to scroll over the old news. I know that is kind of opposite of what we do in a forum, but that is a special case
Is there a plugin or something to allow a reversed post order for a single thread ?
Thanks.
So we need someone to also work on a delay system for Google and Alexa cookies, which checks for the NodeBB status if customer has accepted or denied them.
Hello,
I would like that new posts from normal members need approval first, but posts from the "staff members" should pass through. I think the post queue currently applies to all users. It would be great if we can set that for each user group instead.
Thanks
Hello,
the signatures by default are set to Italic, how can that be disabled ?
Many thanks.