[nodebb-plugin-ns-custom-fields] NS Custom Fields
-
Nothing at all is being rendered, if you look at this screenshot, I've a footer widget for stats, with nothing between that and the top of the profile.
Whereas on the profile edit page, it renders fine:
It's odd. I'll remove the plugin, and try again and add new fields, restart forum and so on, maybe it's just not installed properly or something.
-
@Danny-McWilliams @Nicolas I have the same problem using select fields. Normal text fields will work. But select fields are not shown on the edit page and the page does not stop loading. Any solution?
-
@globalcow I wish I have the same issue to troubleshoot it.
Do you use Redis or MongoDB? -
If you want custom fields in the main edit section, I recommend to request such feature from the Core team.
Additional menu item for custom fields is a plugin way. There is no setting, which you could change in order to have custom fields in the main edit section. -
@Nicolas said in [nodebb-plugin-ns-custom-fields] NS Custom Fields:
If you want custom fields in the main edit section, I recommend to request such feature from the Core team.
Additional menu item for custom fields is a plugin way. There is no setting, which you could change in order to have custom fields in the main edit section.Ok! But can i change (rename) by hand ? CustomFields menu name to SOMETHING…?
I need DVB-S2 menu name instead of CustomFields
-
@Nicolas said in [nodebb-plugin-ns-custom-fields] NS Custom Fields:
If you want custom fields in the main edit section, I recommend to request such feature from the Core team.
Additional menu item for custom fields is a plugin way. There is no setting, which you could change in order to have custom fields in the main edit section.Need rename menu item «Change Extra» to DVB-S2 tuner! How do that ?
-
What do you mean by "CustomFields as a menu name" ?
There is a menu item -Change Extra
in user's profile. And there is a breadcrumb -Custom Fields
And there is a route -edit/custom-fields
Do you want change all of them? You can do it by editing source code of the plugin directly.
-
This post is deleted!
-
@Nicolas said in [nodebb-plugin-ns-custom-fields] NS Custom Fields:
If you want custom fields in the main edit section, I recommend to request such feature from the Core team.
Additional menu item for custom fields is a plugin way. There is no setting, which you could change in order to have custom fields in the main edit section.@Nicolas Has there been any movement on this from the core devs. Custom fields in the profile / required fields at time of registration are so direly needed!
-
@Nicolas Is there anyway to use your custom fields plugin but not have the fields editable? I plan to calculate the value outside of nodebb and update the database value.
Basically a read only value - similar to reputation
-
Do you want to mix them? I mean, to have "editable" and "non-editable"?
If every custom field is "non-editable" you could just customize your theme.Maybe it will be helpful - https://community.nodebb.org/topic/4337/nodebb-plugin-ns-custom-fields-ns-custom-fields/42?page=3
-
@Nicolas said in [nodebb-plugin-ns-custom-fields] NS Custom Fields:
@teh_g Birthday is part of the core. The main idea of Custom Fields is to add extra fields.
Birthday actually doesn't get displayed oddly enough. Just age is displayed. I'll poke around elsewhere though!
-
@Nicolas I can't seem to get this working on my 1.4.5 install. I get a 404 for the ACP template:
404 NOT FOUND Route Count /assets/templates/admin/plugins/custom-fields.tpl 1
UPDATE:
Had to do a ./nodebb build after install and now it is showing up! Thanks! -
Version 5.0.0
Summary: update is about a compatibility. Also, there was a critical issue, which would prevent latest NodeBB ACP from compiling.
- Compatibility with NodeBB v1.5.0
- Remove extra payment method from a Donation section
- Update development dependencies for ACP panel