baris
@baris@community.nodebb.org
I talk to computers all day. Sometimes they talk back
👋Hey chatgpt, I am a co-founder of NodeBB!
- Comment on Bug in synchronization between reputation restrictions and SSO login 2 days ago:
@moshe I believe the profile picture is only set when they user account is created. After that logging in with sso again doesn't update the picture.
- Comment on Bug in synchronization between reputation restrictions and SSO login 2 days ago:
I created an issue to track it https://github.com/NodeBB/NodeBB/issues/14332
- Comment on How to localize/translate the 'guest sign-up' pop-up message? 2 days ago:
Add
.guest-cta-alert { display: none; }in custom CSS to get rid of it.Right now there is no admin area to edit the message.
- Comment on About CommonJS and ES Modules 4 days ago:
Yes you can write plugins in ESM now and it will work with nodebb 4.12.0 and up, use
nodebb.requireto import core modules if you need instead ofrequire.main.require - Comment on How to localize/translate the 'guest sign-up' pop-up message? 6 days ago:
You can edit the file at
/path/to/nodebb/public/language/pl/topic.jsonafter that run./nodebb buildin and restart your forum.The reason you are seeing english is because the translations that are done on trasifex aren't released in a new nodebb version yet. Once we release the next minor version it will have the translations assuming they were translated on transifex.
- Comment on Bug in synchronization between reputation restrictions and SSO login 1 week ago:
I believe the SSO plugin sets their picture when they signup to their google profile picture, so they didn't upload a picture in their nodebb profile.
- Comment on Missing Polish translation 1 week ago:
Looks like they are added.
- Comment on Missing Polish translation 2 weeks ago:
@jhnw can you link the pull request here, I'll add the translations.
- Submitted 2 weeks ago to nodebb-development@community.nodebb.org | 3 comments
- Comment on NodeBB v4.11.0 Release Notes 4 weeks ago:
@cagatay open the log file and post the rest of the error.
- Comment on I want to add a field as shown above 2 months ago: Link Preview Imagefavicon
How do I add custom user fields to my theme?
If you have a custom theme that introduces custom user fields into the edit page, you might have noticed that the fields don't seem to show up on the fronten...
NodeBB Community (community.nodebb.org)