Placing a Drupal Block Inside a Node

tutuploadsmedia_1291058179234.png

This tutorial will show you how to take a block and place it inside a Drupal node.

Often this is done through one of two methods:

  1. With modules such as Panels or Context which allows you to easily place blocks and many other Drupal items inside nodes.
  2. With PHP code snippets.

However, sometimes Panels and PHP are too complex and you need a quicker and easier solution. Enter the “Insert Block” module. Here’s how to use it:

Install and Configure Insert Block

tutuploadsmedia_1291058179234.png

Go to http://drupal.org/project/insert_block and download the Insert Block module. Upload it to your site and enable it.

tutuploadsmedia_1291058217784.png

Go to Site configuration >> Input formats and click on Configure next to the input format that you’re using.

tutuploadsmedia_1291058263646.png

Scroll to the bottom of the page and check the box next to “insert block filter”. This will allow you to use the Insert Block feature with this particular input format.

Get the Block Information

tutuploadsmedia_1291056468826.png

Go to Site building >> Blocks. We’re going to get the information we need to insert each module.

Click on “configure” next to the module you want to insert in a node.

tutuploadsmedia_1291056673910.png

Look at the URL of the page. You need to note the last two parts of the URL. In the case above for the “Navigation” block, it’s /user/1/

For the “Who’s online” block below it’s /user/3/ and for the “Primary links” block it’s /menu/primary-links/

tutuploadsmedia_1291056516269.png
tutuploadsmedia_1291058422652.png

Place Blocks in Your Node

tutuploadsmedia_1291058705935.png

Open up the node that you want to put blocks into and use this syntax:

[block:user=1] (this will place the Navigation block)

[block:user=3] (this will place the Who’s online block)

[block:menu=primary-links] (this will place the Primary links block)

tutuploadsmedia_1291058779500.png

Save the node and your blocks should appear inside the content as they do above.

Author

  • Robbie Adair

    Robbie started her career in corporate training until starting her own custom training and media company almost seventeen years ago. In 2010, she began doing classroom training for OSTraining while running Media A-Team. She is often presenting about various tech topics such as Joomla, Fabrik, Web Development, Social Media, and Augmented Reality. She loves seeing that "ah-ha" moment in peoples eyes in her sessions and workshops. She lives in Houston, Texas, but enjoys all the travel for client work and speaking gigs.

0 0 votes
Article Rating
Subscribe
Notify of
5 Comments
Oldest
Newest
Inline Feedbacks
View all comments
onequad
onequad
13 years ago

You might be interested in a similar module, Block2Field [url=http://drupal.org/project/block2field]http://drupal.org/project/b…[/url] , that I’ve just released. It’s a simple module to show blocks in a field. It can take any block and put it inside a node.

nofue
nofue
3 years ago
Reply to  onequad

Sadly, that project vanished already. 

Anonymous
Anonymous
2 years ago
Reply to  nofue
Angelo
Angelo
9 years ago

Thank you. Great tutorial

kodeplusdev
kodeplusdev
9 years ago

thanks.

5
0
Would love your thoughts, please comment.x
()
x