- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- May 2004
- Status:
- offline
- last visit:
- 27.05.04
- Posts:
- 4
I have blocks that set to right side. When something else is active (like news module, etc.) blocks on right side are functional, but when I activate this custom module - the whole right side just disappear.
I see same happened here, on this site, when I go to pnBlocks and click on Blocks Reviews, or PostNuke FAQ. Is this intended behaviour? Can I change it somehow? -
- rank:
-
Helper
- registered:
- May 2004
- Status:
- offline
- last visit:
- 17.06.04
- Posts:
- 450
Unless you are in love with your PostNuke theme, then I'd recommend getting the AutoThemes module. It will let you control the appearance of blocks for every module installed on your site. Check my signature for links. -
- rank:
-
Freshman
- registered:
- May 2004
- Status:
- offline
- last visit:
- 27.05.04
- Posts:
- 4
I am using AutoTheme Lite .7
Same problem arise with zPersonal module. When I click on zPersonal all my right side blocks shows on the bottom left side and slightly resized
--
SS
Canada's Free Carpool and Rideshare Community Website -
- rank:
-
Helper
- registered:
- January 2004
- Status:
- offline
- last visit:
- 22.02.08
- Posts:
- 381
It's been a while since I looked at AutoTheme, but under the classic themes a module could tell the right blocks to not show up by setting the global variable $index=0;
I don't know for sure if AutoTheme overcomes that problem or not, but if you have it set to 0 that may be the problem.
Look inside the module for a line that says $index=0; If it is there then try setting it to a 1 and see if your problem goes away. If it's not there then you may try adding it. Make sure to declare it global first, then set it.
Code
You may be able to do it all in one line as global $index=1; but I haven't tried that way in a while, usually when I'm using global variables I want to read it before I set it so I typically don't try and initialize it at the same time.
Again, it's been a while since I used AutoTheme so this may not apply.
-Chris
