Hello I need to show/hide a block on selected pages, I know about php code to control block visibility, and I know the Block Assign module, but:
I need to show block A on selected pages and views. I need to show block B on selected pages and views. I need to show block C on the rest.
I'm not shure what is the best approach to do that without a very big IF/THEN/ELSE on php.
Thank's for all!
If you can come up with some kind of consistent aliasing convention for the views and the pages, you can do this using core block functionality: show on this path --
Cheers,
Bill
Marolijo - Pol maresma wrote:
Hello I need to show/hide a block on selected pages, I know about php code to control block visibility, and I know the Block Assign module, but:
I need to show block A on selected pages and views. I need to show block B on selected pages and views. I need to show block C on the rest.
I'm not shure what is the best approach to do that without a very big IF/THEN/ELSE on php.
Thank's for all!