hello ev'rybdy,

my problem might sound simple (hopefully) but after some dozens of hours of brain storming I better ask here..

here it is ->
I would really love to have only one block - only on the starting page.

So far I tried front_page, which is great(!), but it doesnt help me with the block.

In the block-config you may exactly tell on which page to show, but it doesnt work for "./" or "/" or "front_page".

The best solution could be to have my very own index.php anyways - but I dont wanna run drupal in a subdir..

..does anyone have any advise od this ..? ..thank you!

till..

Comments

autowitch’s picture

If you set the path in the blcok settings to something like
<^$>

The block should only display on the very first page.

If you need it in other places, a few tweaks to the regex should do it.

-aw