Summary: I am after suggestions on how to handle node access for anon/auth, when there is a node type that is frequently in Draft, and those roles can't access the node when in draft, and so end up in the system Access Denied path.
Details: So we have Openings. The Openings are browseable by anon/auth users, and frequently cached by search engines, which is relevant because that's how most of the traffic arrives. The Openings are put into Draft when they are no longer applicable, but will be likely used again with minor modifications in the near future.
I want to be able to route this particular type of query/response back to a view to search for different nodes that are available.
I have tried with nginx rules, but of course nginx has no idea of the perms backdrop is in charge of, so that's out.
I have tried Rules "before content is viewed", but that seems to be "before content is viewed" + "viewer has permission access to node"; they don't, so it is useless.
I have tried use hook_node_access and url_inbound_alter but couldn't trip the right point.
Any hints?
Recent comments
I've added an issue for this at https://github.com/backdrop-ops/docs.backdropcms.org/issues/247
php requirements for backdrop-cms 1.30.1
Hi Thanks for flagging this up. I'll see if we can update our documentation to be clearer about the PHP packages needed.
php requirements for backdrop-cms 1.30.1
For the view, I would possibly go with something like: /blog/[user:name] Where [user:name] would either be a user name like a handle or could be the Real Name which is overridden if...
Change the url of views in user menu tabs user/%/
Hi, I use CiviCRM to manage my site's contacts. I handle multiple roles and plan to integrate memberships or additional paid services. What CiviCRM has helped me with: ✅ Amazon...
Ecommerce: monthly recurring payment to provide role-based membership
Another module which allows to configure publishing permissions (and other node options) per role, is Override Node Options.
Publish Permission