Use cases:
A custom node type with a field that is set to allow multiple values (say documents as attachments). When the node is displayed as a teaser, there is a need to show the count of how many attachments have been added (not the actual attachments). How can one achieve this with the current core functionality?
A views listing of nodes of the type from the use case 1 above. Same deal, the count of the attached files needs to be displayed in a column. The only way I can think of in order to achieve this currently is to rewrite the output of the field using php (I think that this would require https://www.drupal.org/project/views_php which has not been ported yet) and mess with deltas (which novice users might not understand).
There's a module in d.org contrib that does that: https://www.drupal.org/project/field_count_formatter
Display formatter:
Views formatter:
I think that this would be a very nice addition to core views and field display formatters that would simplify a not so uncommon task.
Recent comments
Hello, Indeed, there is no more field than "login" and "mail address" (and password) in the "Create new user". It seems indeed to be a bug, unsure if someone can reproduce on a fresh...
Issue - Cannot create new user - "You cannot enter a title without a link url."
Does backdrop have a super admin that's different than users assigned the administrator role? Sort of. Backdrop has an administer role that can be granted specific...
content_access_node_access_rebuild doesn't exist
@GOA_TrishaLynn - Thanks for your comments. Are you having any trouble finding the documentation you are looking for?
What are (should be) the prerequisite skills to install and configure a site with Backdrop CMS?