$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...
My only idea at this point is that the view is not getting the tid correctly when you do it in the block. Can you try to hard-code "148" in the block code as the third argument of views_embed_view?
(...
Posted2 hours 36 min ago by Alejandro Cremaschi (argiepiano) on:
@DanM If it works for you please report back in the issue queue https://github.com/backdrop/backdrop-issues/issues/6226 or here. We were beneficiaries of the work by @argiepiano who quickly delved...
Hi dbassendine!
The default layout doesn't have node as "context". Therefore that option is not available, since the system doesn't have a way to know what node you are viewing.
Instead, you should...
Posted2 hours 58 min ago by Alejandro Cremaschi (argiepiano) on:
Comments
Might be worth a brief discussion if you have time:
https://github.com/backdrop/backdrop-issues/issues/6199