$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?
(...
Posted1 hour 7 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...
Posted1 hour 29 min ago by Alejandro Cremaschi (argiepiano) on:
Comments
Just seeing if anyone has any ideas on this one?