Oh, and I tried your suggestion to get rid of Mosaic Grid. I changed the view format to "Unformatted list", and you are absolutely right, there are still 9 images when the relationship is there...
If I put the relationship back, the empty block disappears:
(with the side effect that the other node now has 9 images instead of 3).
Again, I have no understanding of what is going...
Except that's not what I'm seeing.
Here are screen shots using the same sandbox instance from the time of my original post, except that I have removed the relationship in the view, and I...
Hello,
An update: I could create a new user directly in the database, this is not ideal but works.
I plan to have a more look in deep into the database (some table making the link...
Comments
Not perfect, but sometimes I use the specific
hook_block_view_system_main_alter
hook, fromhook_block_view_MODULE_DELTA_alter
.Hello @akarso!
The change log is here: https://api.backdropcms.org/change-records/new-layout-module-implements-...
Basically either use layouts (custom or via UI to place blocks) and if you need to alter code or data on page load use
hook_preprocess_page()
.