Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
New Centered blocks displayed above news. Unable to move
Moderated by: Support Team
-
- rank:
-
Registered User
- registered:
- October 2003
- Status:
- offline
- last visit:
- 16.10.03
- Posts:
- 1
When I add a new block in the center, it's always displayed above the news. I've tried moving the block down, but it's still displayed above the news.
(see http://www.consr.us/tribes for example)
How can I make new centered blocks always display below the news? -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 03.10.08
- Posts:
- 13410
You cant, their position is always above the homepage module.
You could make your own theme with AutoTheme in conjunction with Nuclei Blocks
-----
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Professional
- registered:
- August 2002
- Status:
- offline
- last visit:
- 29.09.08
- Posts:
- 1383
Or find the code that looks similar to this in the themeheader() of theme.php:
if ($index == 1) {
$blocks("center");
}
and move it to the begining of themefooter();
-Shawn
-----
Get the Revolutionary AutoTheme HTML Theme System! Currently for PostNuke, PHP-Nuke, MD-Pro, CRE Loaded, osCommerce and Wordpress!
Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
New Centered blocks displayed above news. Unable to move
