@Aesir you can use this in your custom CSS:
[component="topic/reply/container"] .btn.dropdown-toggle {
display: none;
}
@Aesir you can use this in your custom CSS:
[component="topic/reply/container"] .btn.dropdown-toggle {
display: none;
}
@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": ""
}
Using Apache, add this to -> httpd-vhosts.conf
<VirtualHost *:80>
ServerName yourwebsite
ServerAdmin your@email
#DocumentRoot /folder
ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
ProxyPassReverse /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
ProxyPass /socket.io/ http://127.0.0.1:4567/socket.io/
ProxyPassReverse /socket.io/ http://127.0.0.1:4567/socket.io/
ProxyPass / http://127.0.0.1:4567/
ProxyPassReverse / http://127.0.0.1:4567/
</VirtualHost>
@teh_g said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
Another feature request for you (let me know if you want me to open an enhancement on GitHub).
It would be awesome to have a way to show external calendar events on the calendar page. I running a gaming oriented forum. I want to display info from something like this http://www.opencritic.com/calendar on my calendar.
This calendar already has the feature that your talking about. Did you see the actual calendar? (yoursite/calendar)
@julian Can you make the e-mail notification work when user is mentioned?
@azeus Yes, the calendar work with this version.
@PitaJ I tried creating an event multiple times, I did not get an e-mail. Error below:
Notifier Daemon initialized with
interval of 300 seconds
[plugin-calendar] Event (pid:160) saved
[plugin-calendar] Event (pid:130) saved
TypeError: expecting an array or an iterable object but got [object Null]
at apiRejection (/evoixmr/node_modules/bluebird/js/release/promise.js:10:27)
at PromiseArray.init [as _init] (/evoixmr/node_modules/bluebird/js/release/promise_array.js:62:19)
at Promise._settlePromise (/evoixmr/node_modules/bluebird/js/release/promise.js:558:21)
at Promise._settlePromise0 (/evoixmr/node_modules/bluebird/js/release/promise.js:606:10)
at Promise._settlePromises (/evoixmr/node_modules/bluebird/js/release/promise.js:685:18)
at Promise._fulfill (/evoixmr/node_modules/bluebird/js/release/promise.js:630:18)
at /evoixmr/node_modules/bluebird/js/release/nodeback.js:42:21
at /evoixmr/src/user/data.js:23:4
at fireFilterHook (/evoixmr/src/plugins/hooks.js:96:11)
at Object.Plugins.fireHook (/evoixmr/src/plugins/hooks.js:80:5)
at modifyUserData (/evoixmr/src/user/data.js:141:11)
at /evoixmr/src/user/data.js:68:4
at /evoixmr/src/database/mongo/hash.js:136:4
at handleCallback (/evoixmr/node_modules/mongodb/lib/utils.js:96:12)
at /evoixmr/node_modules/mongodb/lib/cursor.js:839:16
at handleCallback (/evoixmr/node_modules/mongodb-core/lib/cursor.js:159:5)
at setCursorDeadAndNotified (/evoixmr/node_modules/mongodb-core/lib/cursor.js:501:3)
at nextFunction (/evoixmr/node_modules/mongodb-core/lib/cursor.js:652:7)
at Cursor.next [as _next] (/evoixmr/node_modules/mongodb-core/lib/cursor.js:693:3)
at fetchDocs (/evoixmr/node_modules/mongodb/lib/cursor.js:835:10)
at /evoixmr/node_modules/mongodb/lib/cursor.js:858:7
at handleCallback (/evoixmr/node_modules/mongodb-core/lib/cursor.js:159:5)
@PitaJ I'm still having an issue with your plugin, I keep having the restart required on the dashboard.
I also have issue with the master branch, giving an error - The following plugins may not be compatible with your version of NodeBB. nodebb-plugin-composer-default.
Everytime I restart. nodebb stop running, I have to delete the items that was created by "custom static pages - plugin", before I can start using the terminal.
I switched back to branch 1.2.1
@azeus No issue with forum.