I just tested this, group email actually works.
evoixmr
Posts
-
Group mention and email -
Group mention and emailIt was cool having an option to send email to user by mentioning this, will this option be available for mentioning group?
-
Setting Up@username1001 What do you see here? http://localhost:4567/
Are you usng apache or nginx? -
[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed@pitaj I do not see any error message.
-
[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed@pitaj Calendar is not showing on V1.6.0, the only thing that appear is Show only "Yes" on the top left of the screen.
-
Nodebb Text2Speech plugin : Working@HARIOM-VASHISTH Do you have a screenshot?
-
New Persona Mobile Menus@PitaJ Like I said on the other thraed. Option on admin ACP would be nice.
Menu - Lert, Right or fallback to 1.x.x
-
Guest voting topics -
Menu moved@julian Can you add an admin option on ACP?
Menu - Lert, Right or fallback to 1.x.x
-
how to keep nodebb start when I reboot ubuntu16.04Step 1 - This will start your nodebb after login in
[Unit] Description=NodeBB forum for Node.js. Documentation=http://nodebb.readthedocs.io/en/latest/ After=system.slice multi-user.target [Service] Type=simple User=your-linux-username StandardOutput=syslog StandardError=syslog SyslogIdentifier=nodebb Environment=NODE_ENV=production WorkingDirectory=/your/nodebb/folder ExecStart=/usr/bin/node /your/nodebb/folder/loader.js --no-daemon --no-silent Restart=always [Install] WantedBy=multi-user.target
Step 2 - On terminal - This will start your nodebb on boot-up
loginctl enable-linger your-linux-username
-
New Persona Mobile Menus@PitaJ Looks like you fixed the issue, the swipe is more responsive too.
-
New Persona Mobile MenusThe bottom bar with reply count can also be dragged up on slow scroll.
-
New Persona Mobile MenusSwipe is not as responsive as the previous version, its take multuple swipe on galaxy S5 with chrome for it to work.
The top logo bar can also be dragged down when scrolling real slow.
-
New Persona Mobile Menus@PitaJ I'm using 1.5.1 mobile menu is still on the right. Is this for the 1.6.0?
-
[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed@PitaJ 1st update that everything works after reloading. Usually I have to reload then restart for the calendar to be viewable.
-
[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed -
[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed@PitaJ the location of the calendar accepts markdown, which is good for the ones that know the "link" format. Making a link to map opens up the gps and is really helpful on mobile.
Can you make a separate block for the location? One block location text and another for location link.
-
Looks like your connection to NodeBB was lost, please wait while we try to reconnect.@Verso Your using virtualhost, try removing you custom.conf or comment them out.
#RequestHeader set X-Forwarded-Proto "http"
#RewriteEngine On
#RewriteCond %{REQUEST_URI} ^/socket.io [NC]
#RewriteCond %{QUERY_STRING} transport=websocket [NC]
#RewriteRule /(.*) ws://127.0.0.1:4567/$1 [P,L] -
best OS for NodeBBhttps://www.archlinux.org/ = K.I.S.S.
Some say arch is for advance linux users only. Arch just like nodebb have the best online documentation.
-
Looks like your connection to NodeBB was lost, please wait while we try to reconnect.@Verso said in Looks like your connection to NodeBB was lost, please wait while we try to reconnect.:
Try this on your config.json{
"url": "https://blabla-blabla.com",
"port": "4567",
"use_port": false,
"secret": "a16778d7-cb95-4b85-954d-487b8b5c3737",
"database": "mongo",
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "",
"password": "",
"database": "nodebb"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"relative_path": ""
}