@ufan0 said in Excuse me, how to set a nodebb two domain address.:
Like this? it works.
[email protected]:~/xxx# cat config.json { "url": "http://xxx.com", "url": "http://www.xxx.com", ... }
This is wrong,please don't be misled by me,sorry.
The default gravatar icon is defined here, the other default ones available are:
This website for more info
Implemented as of https://github.com/designcreateplay/NodeBB/commit/c9551abc5dcc9906aafdd00ca21fd1d28afb5a93, you can either select one of the defaults from gravatar or upload your own. You need to update the vanilla theme to see the new settings in the ACP.
yes!
thanks for implementing it.
I asked for it about a month ago.
edit:
but its not working.
it links the gravatar-default.png to http://i1.wp.com//uploads/gravatar-default.png -> not a valid link
i uploaded a image to imageshack, and added the link as you can see.
now its working. dont know why
the default avatars are now linked to -> http://i2.wp.com/imageshack.com/a/img836/1324/c7k1.png
edit:
problem solved. my nodebb is not running on default port. I think thats the problem.
@fredrik said:
yes!
thanks for implementing it.
I asked for it about a month ago.
edit:
but its not working.
it links the gravatar-default.png to http://i1.wp.com//uploads/gravatar-default.png -> not a valid link
Thanks should be fixed in https://github.com/designcreateplay/NodeBB/commit/1a9ab9d1d2fc273eb7875a40e7bde6d9dec7ac5c, and yes images need to be accessible on port 80 or 443.