@julian Yes absolutely. I'd be very happy to have a script that searched for imgur profile pictures and removes them as I'm not experienced with NodeJS at all.
Tom Rade
Posts
-
[nodebb-plugin-imgur] Delete all imgur profile pictures -
[nodebb-plugin-imgur] Delete all imgur profile picturesHello, I've used the plugin nodebb-plugin-imgur but then uninstalled it. How do I remove all remaining profile pictures that have been uploaded to imgur?
Thank you
-
Problem with nginx reverse proxy and subdomainTry changing config.json to https://blablabla
-
Where in src/routes/authentication.js does the registration-redirect take place?@PitaJ I've got no experience with jQuery whatsoever. So I would very much appreciate it if you'd look into it. Thanks
Also I build my own NodeBB for Docker with custom plugins and stuff so a change in user.js would be no problem (just an sed command in my build script).
-
Where in src/routes/authentication.js does the registration-redirect take place? -
Extending poll plugin to include weighted polls and more granular permissions@mimo the first thing is implemented but the label is broken. That's why the rows are moved weirdly. Right click and inspect element on the group permission boxes to find it.
-
[nodebb-plugin-poll] Poll plugin@jtsimoes At some point I'll upload it to GitHub. Tho I'm very unexperienced.
-
[nodebb-plugin-poll] Poll plugin -
[nodebb-plugin-poll] Poll plugin@jtsimoes Well, there is no GitHub link. I got no experience to maintain it anyways. It was meant as a quick and dirty fix.
-
[nodebb-plugin-poll] Poll plugin@jtsimoes I've added your changes to nodebb-plugin-poll-updated
-
[nodebb-plugin-poll] Poll plugin@jtsimoes Schamper is inactive...
-
Where in src/routes/authentication.js does the registration-redirect take place?I want to remove the redirect when a user is on /register/complete (after completing the first form) so the users have the ability to click on links like my privacy policy and terms of use. But currently all links to the site redirect back to /register/complete during the registration process.
I think I found the right file to edit, but I cannot find the right code block to comment out.
https://github.com/NodeBB/NodeBB/blob/master/src/routes/authentication.js
-
How to enable multiple badges@PitaJ Maybe an option in the settings? (Just updated my issue)
Show all badges by default
-
How to enable multiple badges@baris Yeah nice. But if you for example have both groups "STAFF" and "ADMIN", you still have to manually select those in your settings right? All badges should be shown by default.
-
How to enable multiple badges@baris
@PitaJ said in How to enable multiple badges:@Tom_Rade what are you referring to? I'm fairly certain persona supports displaying multiple badges.
Ah right. I have to go manually into my profile settings and select the badges. Are all badges shown by default? Doesn't seem to be the case.
-
How to enable multiple badges@baris Thank you Baris, the default persona theme does not support this tho, which is very unfortunate.
-
How to enable multiple badges@PitaJ Persona doesn't have any settings for that. Do you know any themes that support multiple badges? Although I'd like Persona to support this feature.
-
How to enable multiple badgesI saw some merges on GitHub on multiple badges, but I cannot find any settings that allow it. I'm currently in two groups on my forum but I only see the Admin Badge, but not the badges of other groups next to my name on posts.