If a project is already downloaded and installed, there is a "already enabled" indicator in the place of the "add to installation queue" link:
How about we turned this to a link to the project config page (if the project has one)?
- for already installed layouts, this link could be static, pointing to
/admin/structure/layouts/settings
. - for already installed themes, we should be linking to
/appearance/settings/%theme_name%
(if the theme has settings). - for already installed modules, we should be linking to whatever is in the
configure =
entry in their .info files.
If the theme/module/layout is downloaded but not enabled, then show an 'enable' link that points to the respective project type manage page.
~~PR by @klonos: https://github.com/backdrop/backdrop/pull/1647~~ PR by @klonos: https://github.com/backdrop/backdrop/pull/2797
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?