Fork me on GitHub

Nukewrapper Problems  Bottom

  • i'm using nukewrapper to wrap one of my webpages. i have it set on the default settings; to only show the left blocks and no right ones. but with the current theme i am using it shows neither blocks; just the page i want to wrap. to make sure it wasn't something i was doing wrong, i tried using a different theme; the postnukeblue100 theme and it wrapped the page perfectly.

    the theme that i am using now is another version of the postnukeblue. i tried searching the forums for a good answer, but couldn't find anything i could use. i wish i could be more descriptive of my problem but i'm not sure what to say. thanks in advance.
  • EDIT: found where i got the theme. i got it here. it's a fixed/updated version of the original postnukeblue theme.
  • EDIT: ummm, i figured it out. jeez i'm such an idiot. i don't know why i didn't check this before. i was reading all these other posts that said to look for code like this:

    Code

    $CurrentMod = strtolower(pnModGetName('currentMod'));
    // if ($CurrentMod == "pnphpbb2" or $CurrentMod == "xforum" or $CurrentMod == "gallery")  $index = 4;

    and could not find it in the theme i'm using. then in the docs it says that changing the layout is only for non-xanthia themes and i couldn't find anything about changing it for xanthia themes. in the end i checked the 'configure wrappers' in edit theme and changed nukewrapper from 'nocolumns' to 'norightcolumn'.

    now a question i have to that though is if i do decide to wrap some more pages, will they always stay as no right blocks? or will i be able to add a new zone for that particular page with nukewrapper automatically picking it up?
  • Currently in Xanthia, the wrapper is for all pages from a particular module, so all pages in NW will be wrapped with the same layout/template, which you've changed to 'norightcolumn'.
    In future, you will be able to configure different pages to use different templates within the same module, so for instance one page could use one template, and another page a different template/layout, so you could have different colours and graphics or whatever.

    Even if you were using a 'classic' theme, you would only find those lines in my themes, as it's put in for the purpose. It's mentioned in the supplied documentation for NukeWrapper in the Tech Notes section.

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