In Drupal 6 you could choose to display taxonomy terms on a node as a comma separated list of links. In Drupal 7, the only way to achieve the same thing was to use the taxonomy formatter module.
I would love to see this common-use-case feature restored to backdrop.
Here's a summary of sorts for these requests:
- Apply this new formatter to any multi-valued field
- Allow separating items by a custom delimiter (e.g.
,
,;
,-
, etc.) - Allow formatting multi-valued fields as HTML lists (e.g.
<ul>
,<ol>
) - Allow specifying a different custom delimiter for the last two items (e.g.
&
)
Modules to use for inspiration:
GitHub Issue #:
2674
Recent comments
You can use Rules or the Node Notify module for comments. When a new account is created, I believe there are Rules to send.
Email notifications
There's a few way to accomplish it, but it really depends on your full requirements. I'm working on a contact management module but it won't be released for a few months. There...
Pairing fields
I'm fairly sure that some people have done this successfully in Backdrop. Please can you list the modules you are using; that should help us get the right people to join this conversation.
How to render facet blocks?