Hello,
Thank you for your response !
We followed the steps of the documentation,
so we copied the content and the themes on backdrop en then we went to the page domain/core/...
Does the Administrator role of your site have the permission "Access administration bar"? (I think, you wouldn't notice the missing permission if your own account is the so called User 1.)
Posted1 day 6 hours ago by Olaf Grabienski (Olafski) on:
Hi @allinappli and welcome! Just for clarity, did you already run the site updates portion of the upgrade to Backdrop? (e.g. at /core/update.php)
Do you have command line access or...
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()
.