| Author |
Message |
mars |
|
|
Post subject: Double Center Blocks in PHPNuke Theme
Posted: Dec 21, 2006 - 12:51 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3974
Status: Offline
|
|
PHP-Nuke 7.9 (and possibly 8.x), Platinum and Evo have hardcoded the message and center block display so there is no way for AutoTheme to turn them off.
There are two choices:
1. Turn off the center blocks in AutoTheme (the disadvantage is that you can't control/theme them as you can the other blocks).
2. Edit header.php, line 59, and comment out:
message_box();
blocks("Center");
So it looks like this:
//message_box();
//blocks("Center");
http://www.spidean.com/SpideanForums-vi ... 4388.phtml |
_________________
Last edited by mars on Dec 09, 2007 - 10:59 PM; edited 2 times in total
|
| |
|
|
|
 |
BRAVO2 |
|
Post subject: RE: Double Center Blocks in PHPNuke Theme
Posted: Jun 27, 2008 - 08:45 AM
|
|
Joined: Jun 22, 2008
Posts: 5
Status: Offline
|
|
sweet, thanks for the link!
=BRAVO2= |
|
|
| |
|
|
|
 |
|
|
|
|