1 Reply Latest reply on Mar 10, 2004 1:06 PM by thepriz

    block - navigation

    debian75

      Hi guys

      Will it be possible to have customized blocks per menu ? Like if I click on Home (from the top menu bar) I don't want the same left block as when I click Project (from the top menu bar)

      This isn't possible with postnuke unless you have multiple installations or really hack templates..not nice.

      So basically what I am looking for is customizagble blocks per top navigation entry...

      cheers

      debian

        • 1. Re: block - navigation

          I think you would be able to do this with the boolean getDisplayed(Page page) function that needs to be in the block module. You would just have to check which module is currently being looked at (don't know if this is possable) then you can return true or false based on this.

          Good Luck,