While working a project i came across an issue with "Form Block" module. I used this block on a basic page in content section. Now my client also wants this same block in the right sidebar on the home page. Is there a way out to get the desired result.

share|improve this question

1 Answer

up vote 2 down vote accepted

You could use the context module to achieve this. With this module you can show the same block in different regions on different pages. You can add a condition (like path is "/frontpage") and a reaction like show block xy in region xy.

share|improve this answer
Hey volker, I just added this context module its working great. But is not giving an option to display the block only on the home page..! – Syed Hashim Apr 8 at 13:09
1  
You have to add a condition of sort "path" from the dropdown and then add the path to your homepage (I assume it's the frontpage) in the text field like this: <front>. Then add the block in the region you wish below... – Volker Apr 8 at 13:50
There's a good overview for this module over at mustardseed: mustardseedmedia.com/podcast/episode38 – Volker Apr 8 at 13:51
Thanks Volker, i got it..:) – Syed Hashim Apr 8 at 14:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.