Two things you can try
Comment out https://github.com/NodeBB/NodeBB/blob/master/public/src/admin/admin.js#L47 Add a true to this if block so it doesn't logout the admin automatically https://github.com/NodeBB/NodeBB/blob/master/src/middleware/admin.js#L148considering nodebb, having some questions
-
- How can I add a Location field in the Profile of Users?
-
- How can I extend the search so that users can search for other users in theyr location?
- Is it possible to use a wysiwyg editor instead of the splitied editor?
- Can a User have one or more galleries in his profile?
-
- There's nodebb-plugin-location-to-map which displays a map of the existing user location field.
- This would have to be done with a plugin probably
- There is nodebb-plugin-composer-redactor which is exactly that
- I'm unsure what you mean by galleries
-
@zwarag that would have to be done with a custom plugin as well