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.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Nukewrapper Problems
-
- Rank: Softmore
- Registered: Nov 30, 2004
- Last visit: Oct 21, 2009
- Posts: 153
-
- Rank: Softmore
- Registered: Nov 30, 2004
- Last visit: Oct 21, 2009
- Posts: 153
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? -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 676
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.
- Moderated by:
- Support
