| Author |
Message |
mdunn |
|
Post subject: Broken PHPNuke Message for front page
Posted: Apr 25, 2005 - 03:59 AM
|
|
Joined: Apr 15, 2005
Posts: 16
Status: Offline
|
|
The wow2 horde theme doesn't display the PHPNuke Message that you can set through the administration panel.
It does work with all my other themes though. |
|
|
| |
|
|
|
 |
mdunn |
|
Post subject: RE: Broken PHPNuke Message for front page
Posted: Apr 27, 2005 - 02:05 PM
|
|
Joined: Apr 15, 2005
Posts: 16
Status: Offline
|
|
| Any word on this problem? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Broken PHPNuke Message for front page
Posted: Apr 27, 2005 - 02:57 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: Broken PHPNuke Message for front page
Posted: Apr 27, 2005 - 03:09 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Hrmmm...
Left out a tag.
Open theme.html and look for
<TD align="center" valign="top"><!-- [center-blocks] --><br><!-- [modules] --></TD>
Replace the line with
<TD align="center" valign="top"><!-- [admin-messages] --><!-- [center-blocks] --><br><!-- [modules] --></TD> |
|
|
| |
|
|
|
 |
mdunn |
|
Post subject: RE: Broken PHPNuke Message for front page
Posted: Apr 28, 2005 - 01:12 AM
|
|
Joined: Apr 15, 2005
Posts: 16
Status: Offline
|
|
| That worked like a charm! I noticed that the cell for the admin message has no background or frame, is that intended? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Broken PHPNuke Message for front page
Posted: Apr 28, 2005 - 02:07 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
That is PHPNuke.
No way to format that block. |
|
|
| |
|
|
|
 |
|
|