Different layout for different module  Bottom

  • Hey all, I have a site running on postnuke .8RC2 with three column layout. For some modules I want to use two column layout. Is there an easy way to do that? For example in customized News template put some line saying to use different stylesheet or something like that.
  • Each module can have a custom template, if your theme doesn't have a 2 col layout as part of it, then make a new template and assign it for the modules you want that layout. If I'm not mistaken, with .8 you can even customize it down to different layouts per function even.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • Thank you very much for your answer. My theme already has two CSS stylesheets - one of them is for two column version and the other one is for the three column version. However I just don't know how (and where) to assign it to each module. If there is any documentation for this just point me there, but I couldn't find it. Thanks again
  • You need to consult your theme as to how to do that. Odds are if they put in two style sheets, they provide a 2 col template, you just have to configure what template to use for what module in the settings for the theme.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • Hi,
    in pageconfigurations.ini (config subdir) you can add different templates

    check for example the SeaBreeze theme:

    Code

    [master]
    file = master.ini

    [*home]
    file = home.ini

    [*admin]
    file = admin.ini

    [M-PNphpBB2]
    file = PNphpBB2.ini

    [M-htmlpages]
    file = htmlpages.ini

    [M-NukeWrapper]
    file = NukeWrapper.ini


    And in htmlpages.ini in SeaBreeze, here you can set the htm template file belonging to the module you want to override:

    Code

    page = NoRightColumn.htm
    palette = SeaBreeze

    [blocktypes]

    [blockpositions]
    left = lsblock.htm
    right = rsblock.htm
    center = ccblock.htm

    [blockinstances]


    --
    campertoday.nl, Module development, Dutch Zikula Community
  • I split this topic, the thread was hijacked a bit.. and the other half can be found here: http://community.postnuke.com/module-Forum-viewtopic-topic-54003-start-0.htm#pid233671

    --
    David Pahl
    Zikula Support Team
  • 0 users

This list is based on users active over the last 60 minutes.