I would like to print out the messages block on a page--front.tpl.php template file. The problem is that I do not use the $page variable to print the page content, responsible to print also the messages block, as I have an entirely different design for the front page. I'm trying this with no luck:
<?php $block = module_invoke('system', 'block_view', 'messages'); print render($block['content']); ?>
Any ideas? Thanks!
Recent comments
There is a release for this module: File Entity Inline https://backdropcms.org/project/file_entity_inline
How to add a field to the file upload process?
@laryn - thanks for this. I was looking for the CKEditor media widget that lets you add more than just images, like in Drupal 8+. Never occurred to me that file upload would be under the link widget...
Simple PDF Upload & Link
Awesome, I've unchecked the multifiled settings and now everthings works like a charm! Great work, again thank you very much!
How to show "Repeating dates" on a view page?
Extremely useful idea and module. Thank you! This may have many other flexible applications in administering website's content and design.
Is it possible to choose a specific layout for each post ?
Oh cool ! I didn't know this module. I'm going to try it. Thanks.
Is it possible to choose a specific layout for each post ?