Thank you for your help.
suraj
Posts
-
Automatic Link creation -
Automatic Link creation -
Uploaded avatars do not show up in email digestNo, I am not running any proxies. why https://ci3.googleusercontent.com/proxy/eBkkTWd9R0xVTXFAFXMUPj-95JsdcP2j3XFbLhsjSXbpDXU1BRmcx15AvHxe50LPrOv4NczWbCHSUx2ElirgyzgRu_a4pbJknjMNe7xhp4Bv=s0-d-e1-ft#http://stag-csio-forum.com/uploads/profile/8-profileimg.jpg this kind of link created in digest?
-
Uploaded avatars do not show up in email digestYes, it showing me alt tag but sometimes it shows me broken images and alt tag both for example:
In this case, the image seems to be pointing to this location:
<img style="vertical-align:middle;width:16px;min-height:16px;padding-right:1em" src="https://ci3.googleusercontent.com/proxy/eBkkTWd9R0xVTXFAFXMUPj-95JsdcP2j3XFbLhsjSXbpDXU1BRmcx15AvHxe50LPrOv4NczWbCHSUx2ElirgyzgRu_a4pbJknjMNe7xhp4Bv=s0-d-e1-ft#http://stag-csio-forum.com/uploads/profile/8-profileimg.jpg" title="hitesh.baldaniya" class="CToWUd">
where in fact it is located here:
http://stag-csio-forum.com/uploads/profile/8-profileimg.jpgso how I solve this. I am working on NodeBB0.6.0 and NodeBB0.7.0 .
-
Uploaded avatars do not show up in email digestI got the same issue.I am working on Nodebb 0.6.0 and Nodebb 0.7.0 for example:
I want to show user avatars in email How I solve it? -
Change Email Content in NodeBBHI
I want to change email message. I want to add my custom message. How I do that also I want to edit notif_chat.tpl file. I want add user profile image into chat email notification. How I do that? -
Having trouble with upgraded nodebbHi, I upgrade my NodeBB from v0.6.0 to v0.7.0. But when I run my new NodeBB instance I got following warnings and error:
-
warn: [plugins/nodebb-plugin-markdown] This plugin may not be compatible with your version of NodeBB.
This may cause unintended behaviour or crashing. -
warn: [plugins/nodebb-plugin-markdown] In the event of an unresponsive NodeBB caused by this plugin,
run ./nodebb reset plugin="nodebb-plugin-markdown". -
warn: [plugins/nodebb-rewards-essentials] This plugin may not be compatible with your version of Node
BB. This may cause unintended behaviour or crashing. -
warn: [plugins/nodebb-rewards-essentials] In the event of an unresponsive NodeBB caused by this plugin
n, run ./nodebb reset plugin="nodebb-rewards-essentials". -
warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB.
This may cause unintended behaviour or crashing. -
warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin,
run ./nodebb reset plugin="nodebb-plugin-mentions". -
warn: [plugins/nodebb-widget-essentials] This plugin may not be compatible with your version of NodeB
B. This may cause unintended behaviour or crashing. -
warn: [plugins/nodebb-widget-essentials] In the event of an unresponsive NodeBB caused by this plugin
, run ./nodebb reset plugin="nodebb-widget-essentials". -
warn: [plugins/nodebb-plugin-soundpack-default] This plugin may not be compatible with your version o
f NodeBB. This may cause unintended behaviour or crashing. -
warn: [plugins/nodebb-plugin-soundpack-default] In the event of an unresponsive NodeBB caused by this
plugin, run ./nodebb reset plugin="nodebb-plugin-soundpack-default". -
warn: [plugins/nodebb-theme-lavender] This plugin may not be compatible with your version of NodeBB.
This may cause unintended behaviour or crashing. -
warn: [plugins/nodebb-theme-lavender] In the event of an unresponsive NodeBB caused by this plugin, r
un ./nodebb reset plugin="nodebb-theme-lavender". -
error: [sounds] Could not initialise sounds: EPERM, symlink '\NodeBB\public\sounds\notification.mp3'
please help me into this?
-
-
What is meaning of misconfigured csrf?I am using nodebb-plugin-write-api plugin for rest api. Then i use request module to post topic in nodebb but i get error misconfigured csrf. What it mean please help me?
-
How to Transfer data from Redis to MongoDBI want to transfer my data to redis to mongodb. is there any api available for it to dump data or migrate. please give me one example?
-
How to run NodeBB on Mongodb?Hi follow https://docs.nodebb.org/en/latest/configuring/databases/mongo.html these step to run nodebb on mongodb
at last i run node app.js but i am get following error**[5196] - info: NodeBB v0.6.1 Copyright (C) 2013-2014 NodeBB Inc.
[5196] - info: This program comes with ABSOLUTELY NO WARRANTY.
[5196] - info: This is free software, and you are welcome to redistribute it under certain conditions.
[5196] - info:
[5196] - info: Time: Fri Mar 27 2015 11:30:52 GMT+0530 (India Standard Time)
[5196] - info: Initializing NodeBB v0.6.1
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
D:\d\mongo\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\topologies\server.js:470
bsonInstance = new BSON(bsonTypes);
^
TypeError: undefined is not a function
at new Server (D:\d\mongo\NodeBB\node_modules\mongodb\node_modules\mongodb-core\lib\topologies\server.js:470:20)
at new Server (D:\d\mongo\NodeBB\node_modules\mongodb\lib\server.js:134:16)
at Function.MongoClient.connect (D:\d\mongo\NodeBB\node_modules\mongodb\lib\mongo_client.js:208:63)
at Object.module.init (D:\d\mongo\NodeBB\src\database\mongo.js:68:15)
at start (D:\d\mongo\NodeBB\app.js:136:28)
at Object.<anonymous> (D:\d\mongo\NodeBB\app.js:75:2)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
**I am new to nodebb please help me?
-
How to Transfer data from Redis to MongoDBCan give me some links to know more about this exporter as i am newbie here. please give me simple example of exporter?
-
How to Transfer data from Redis to MongoDBHow to migrate all data from Redis to MongoDB plese help me