- 0 Posts
- 12 Comments
DownPW@community.nodebb.orgto
General Discussion@community.nodebb.org•Handling spam accounts - best practices?
1·2 days ago> @BrutalBirdie said: > > Vibe coded a usercleaner plugin with filters and stuff like that. > >
You have wrote this plugin ? I’m interrested :)
DownPW@community.nodebb.orgto
NodeBB Development@community.nodebb.org•NodeBB v4.11.0 Release Notes
1·4 months ago> @cagatay said: > > Hello, I cannot upgrade from 4.10.3 to 4.11.2. I’m getting a lot of errors and I honestly don’t understand why this keeps happening. With almost every version upgrade, many things are either missing or completely broken. It feels like something always gets dumped or corrupted during the process.
What are the errors? no problem here with same upgrade (4.10.3 –> 4.11.2)
DownPW@community.nodebb.orgto
General Discussion@community.nodebb.org•Use readmore.js for blockquotes
1·5 months agoWhy don’t use custom javascript in ACP ?
DownPW@community.nodebb.orgto
General Discussion@community.nodebb.org•Who is using NodeBB?
2·6 months ago> @iorGian said: > > @DownPW your community is awesome. > > Did you installed and configured all that skins ?
Yep…
I’m using @phenomlab’s Swatch theme as a base, which I’ve modified. I’ve also modified some of his JS functions : some are modified, others not, some of which are my own, and I did indeed write all the CSS code as well.
DownPW@community.nodebb.orgto
NodeBB Development@community.nodebb.org•NodeBB v4.9.0 — A Whole New /world!
2·7 months agoGreat. I will propose traduction via Transifex for NodeBB and github for plugin like Browsing Users
DownPW@community.nodebb.orgto
NodeBB Development@community.nodebb.org•NodeBB v4.9.0 — A Whole New /world!
4·7 months agoVery good job @baris
Where to disable or modified this effect ? :

and how to remove or change this message, traduction etc… :

many thanks






> @BrutalBirdie said: > > Hey @downpw > > > @DownPW said: > > > > You have wrote this plugin ? > > Yes and No :sweat_smile: > I did not write it, I vibe coded it. > I would describe it as: I have thought it up and let AI do its thing. > > Yea I have published it after I used it a little. > Thought to myself, ehh, may be useful to someone else as well so why not put it on GitHub and npm.
Well, I assume you tested it a bit before releasing it publicly, especially given how sensitive it is.
Don’t hesitate to keep it updated; I think quite a few people will find this plugin useful.
> @[email protected] said: > > Take a database backup before you let it loose on your codebase then > > >
Of course, I have daily backups of the database and the NodeBB folder ;)
By the way, I wonder what the best approach is when you need to restore a database backup to a server where the database already exists.
Delete the existing one and then restore the backup?
Same thing for the NodeBB folder?
I’ve never done this before; I’m just curious how MongoDB handles it.
I must test on VM