Display on homepage only. possible?
verynewtothis - September 24, 2009 - 08:47
| Project: | Relevant Content |
| Version: | 6.x-1.4 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hi,
Is there any reason why I can't display this in a block (Right side bar) on the homepage? It works on every other pages except for the homapage.
I tried doing this by going to Administer › Site building > Blocks > Configure
I selected the radio option "Show if the following PHP code returns TRUE (PHP-mode, experts only)" and provided code in the PHP box below:
<?php
return (drupal_is_front_page());
?>and this doesn't work... I am sure being a newbie I must have missed something and I hope someone can point that out..
Thanks.
