Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hi,
It is possible to add a new region before or after the content side column, one of the ways for doing that is mentioned below *.
It is difficult to add the region or block in content side column as the $content prints the entire content in the column-wrapper.
Also, the $content prints the content in the nodes.
Also, the background image to this content column comes from the following code in your style.css
Therefore it gets difficult to add a new region inside the content column.
* To add a new region before or after content ,you can perform following steps
Suppose the region name is Content New
1. Add the following code in your rubik.info file
Comments
Comment #1
shruti.sheth commentedHi,
It is possible to add a new region before or after the content side column, one of the ways for doing that is mentioned below *.
It is difficult to add the region or block in content side column as the $content prints the entire content in the column-wrapper.
Also, the $content prints the content in the nodes.
Also, the background image to this content column comes from the following code in your style.css
Therefore it gets difficult to add a new region inside the content column.
* To add a new region before or after content ,you can perform following steps
Suppose the region name is Content New
1. Add the following code in your rubik.info file
2. Add the following code in your page.tpl.php after
<?php print $content ?>3. Enable the blocks you want in this Content New region.
Hope this helps!
Thanks,
Shruti.
Comment #2
aramboyajyan commentedAll old and outdated
6.xissues are being closed.Maintainer support will be provided only for major / blocking issues.
If you feel like this issue should be re-opened, feel free to do so.
Thanks!