By wdrupal on
I downloaded the Channel Nine theme but can't see how to add content to the right columns. They don't show up in the blocks. There was no documentation with the theme.
This looks like the relevant part of page.tpl.php, but I don't know what it means:
<?php if ($right1) { ?>
<div id="right1">
<?php print $right1 ?>
</div>
<?php } ?>
<?php if ($right2) { ?>
<div id="right2">
<?php print $right2 ?>
</div>
<?php } ?>
Comments
That part isn't the problem.
That part isn't the problem. It looks the same for me.
When I first enabled channel nine, there were no boxes at all and I had to manually type in http://yoursite.com/?q=admin/block to enable them. Make sure you're using 4.7.
4.7
I'm using 4.7. You mean that you can't go to the block admin through the menu but have to type it in with the query string and it will then work?