At the next Community Meeting (April 27th), we're planning on having a mini showcase event where anyone in the community can do a 5-10 minute showcase of Backdrop CMS site that they are working on or completed in the near or distant past.
See event listing for the time converted to your local time zone: https://backdropcms.org/news/events/mini-showcase-event-backdrop-cms-com...
You will have 10 minutes to:
- Give us a tour of the site
- Highlight any special features you are proud of
- Tell us about any specific challenges you overcame
- Tell us why Backdrop CMS was the best choice for your project
- Etc.
Post a comment here if you would like to showcase one of your sites (or contact us in Zulip).
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