Amazon S3 configuration + more questions
-
I'm new to NodeBB and I like it.
Now I want to customize a few things.-
for user profiles I want to add a few extra fields. Besides bio, I'd like to add two fields, "specialization" and "company". How can I do that?
-
I'd like to create a tooltip. When the users hover the name of an user, the tooltip would display a few profile items. How can I do this?
-
how do I setup Amazon S3 for file uploads?
-
I would like to create bulk invites, via API. How can I do that?
-
I'm using Timuu theme and I'd like to change the class of the category. How can I do that?
Thanks in advance
-
-
Amazon S3, I think there's a plugin for that.
Everything else would involve some custom work to plugins and themes. If you're interested in this, I'd reach out to us at [email protected] for a quote.
... alternatively I am sure there are some here who would also quote out the work for you
-
@julian thanks. I'm planning to do on my own, not because of the cost, but because I might want to get deeper in development in the future.
Some questions were short, but were intended to find out if is correct what I'm trying to do.
For instance to add additional fields to the user profile. -
-
@julian is going well, I think. Now I want to modify the registration process. That can be done with the theme, or affects NodeBB code base?
I found this specific function in "src/controllers/authentication.js":registerAndLoginUser
Can I modify it in my theme? -
For who else might be interested on adding custom registration fiedls, I found a plugin which seems to be this:
https://github.com/btw6391/nodebb-plugin-custom-registration-fields