// 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;
$...
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...
$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...
Comments
Developer Meeting
Friendly reminder, that #5927 (Make Backdrop core compatible with PHP 8.2) is still waiting for a final review. A lot of review has happened already last month.
82 changed files are a lot, but on the other hand, the majority of changes are trivial.
(Maybe to motivate a bit: Debian Bookworm, which has been released this month, ships with PHP 8.2 by default.)