I wrote a blog post that reflects my own thoughts on how I personally view Backdrop CMS as part of the larger community and a service to those being left behind by Drupal 9+.
I like Drupal 9 in some situations and for some client and still consider myself part of the Drupal community. I wish there were some way for the Drupal community to acknowledge that Backdrop CMS might meet the needs of some Drupal 7 users and that adopting Backdrop CMS is not abandoning Drupal, it's just a small fork in the road.
Backdrop CMS - Providing a Soft Landing for Drupal 7 Sites
I'd love feedback.
Recent comments
https://wtools.io/paste-code/bPX9 the Krumo dump of denied perms
Views permissions
// by appending ?debug_perms=1&user=5748 (5748 being the user's UID) to the url of a content type we can determine the privileges for that user at that screen global $user; global $debug; $...
Views permissions
Ok, so I found the source of the issue, and it is the draft content from one of the other threads; the team member cannot get the draft content within views, the admin can. I will continue in that...
View results different preview
I added another Opening to this team member (tid 148) and it incremented by 1 as expected, so now 38. (To be clear, the actual total is now 40)
View results different preview
$rend=views_embed_view('roles','openingsblock_tally', 148); In the block TPL still results in 37. And thanks, yes merely print works too. I am trawling my template.php and custom module, but nothing...
View results different preview