Block only on selected page in v3


Author Message
Mykee

Posted: 1/14/2011
Quote message 

Hi all,

I make a web template, and I add a new block to first page. But if go to second page, then second block is there.
How can I set to second block show only on first page, on second not?
 
Lawrence

Posted: 1/18/2011
Quote message 

The theme you generate is the global theme for each page. What I suggest you do is create a second theme for pages that don't require the additional block. Unless you know a bit of CSS, this is the best solution.
 
Garry

Posted: 1/21/2011
Quote message 

Simply open the second page in an HTML editor like Notepad++ and remove the complete div structure of desired block, Firebug may also be helpful.