Hi, I would like content to show depending on the author role. For instance if a user is a ‘Producer’ role it will show their content, but if their role expired (back to authenticated role), it does not show their ‘content of content type‘ anymore.
If I remember correctly views in D6 had that ability, ‘show content of author role’.
What do you suggest, Node Access is not the one. Want their content ‘restricted’ when role changes from ‘Producer’ back to just ‘authenticated’.
I know, I know -- I'm NOT using composer and I haven't yet figured out how to get standalone drush to work on Drupal 8. It used to be so easy.
Having been delinquent in upgrading, I'd like to know if there are htaccess changes anywhere between 8.6.16 to 8.8.5 and if there are intermediate upgrades I should do (i.e. upgrade in steps), or if it should be possible to go straight from 8.6 to 8.8.
Example: I have a view that assembles all of our job postings. It creates a page whose url is /jobs.
Our search backend is Database Search.
A search of "jobs" returns no results.
Is there a way to get content from view-generated pages included in search results? I'm open to dropping crumbs into the custom view header or footer, or planting invisible blocks that appear only on the view page or any other similar tricks you've discovered.