Spidean  

The home of the AutoTheme HTML Theme System: PHP-Nuke Themes, phpNuke Themes, PostNuke Themes, Zikula Themes, Platinum Nuke Themes, Nuke Evolution Themes, Smeego Themes

 
 
Pinnacle of Excellence  

FAQ

SUPPORT

THEMES

TEMPLATES

   
   

   
Main Menu

Purchase AutoTheme
Buy Now
 
Welcome Guest   Register | Log in



Spidean Forums
You are not logged in

 < Last Thread   Next Thread >Ascending sortDescending sorting  New Topic  Post Reply
Author: Subject: Center blocks posting x2

Junior Member





Posts: 12
Registered: 1/15/2007
Status: Offline

  posted on 4/16/2007 at 08:34 PM


Ok.

PHP-Nuke-8.0
at177_nuke
AT-Bitrate - Free theme

I get this Two Center Blocks in PHP-Nuke I see that you have a post on this and my header.php is set as you say it needs to be. but I am still getting two center blocks of my messages in the center blocks.. www.bsuclan.com, what do you think it is ?

http://www.spidean.com/SpideanForums-viewthread-tid-4389.ph tml

Thanks for your time..

GOM


 
Reply With Quote

Administrator




Posts: 4519
Registered: 10/7/2002
Status: Online

  posted on 4/16/2007 at 09:38 PM
There's no way. Paste your header.php.

-Shawn

 
Reply With Quote

Junior Member




Posts: 12
Registered: 1/15/2007
Status: Offline

  posted on 4/16/2007 at 11:47 PM
<?php

/************************************************************************/< br /> /* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Copyright (c) 2006 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/< br />
if (stristr(htmlentities($_SERVER['PHP_SELF']), "header.php")) {
Header("Location: index.php");
die();
}

define('NUKE_HEADER', true);
require_once("mainfile.php");

##################################################
# Include some common header for HTML generation #
##################################################


function head() {
global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle;
$ThemeSel = get_theme();
include_once("themes/$ThemeSel/theme.php");
echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">n";
echo "<html>n";
echo "<head>n";
echo "<title>$sitename $pagetitle</title>n";
include("includes/meta.php");
include("includes/javascript.php");

if (file_exists("themes/$ThemeSel/images/favicon.ico")) {
echo "<link REL="shortcut icon" HREF="themes/$ThemeSel/images/favicon.ico" TYPE="image/x-icon">n";
}
echo "<link rel="alternate" type="application/rss+xml" title="RSS" href="backend.php">n";
echo "<LINK REL="StyleSheet" HREF="themes/$ThemeSel/style/style.css" TYPE="text/css">nnn";
if (file_exists("includes/custom_files/custom_head.php")) {
include_once("includes/custom_files/custom_head.php");
}
echo "nnn</head>nn";
if (file_exists("includes/custom_files/custom_header.php")) {
include_once("includes/custom_files/custom_header.php");
}
themeheader();
}

online();
head();
include("includes/counter.php");
if(defined('HOME_FILE')) {
message_box();
blocks("Center");
}

?>

 
Reply With Quote

Administrator




Posts: 4519
Registered: 10/7/2002
Status: Online

  posted on 4/17/2007 at 07:06 AM
No, comment out means put // in front of the line.

Try it.

//message_box();
//blocks("Center");

-Shawn

 
Reply With Quote

Junior Member




Posts: 12
Registered: 1/15/2007
Status: Offline

  posted on 4/17/2007 at 07:43 AM
you are the man....

Thank you for your time....

GOM


 
Reply With Quote
New Topic    Post Reply


Powered by XForum 1.81 by Trollix Software

Printer Friendly Page Printer Friendly Page 
         



AutoTheme is an HTML Theme System currently supporting the Zikula, PostNuke, PHP-Nuke, MD-Pro Content Management Systems (CMS) and derivative Nukes, osCommerce and CRE Loaded shopping carts and the Wordpress blog.

PHP-Nuke Themes, PostNuke Themes, Zikula Themes, WordPress Themes, osCommerce Templates, CRE Loaded Templates, osCommerce Themes, CRE Loaded Themes

Copyright © 2002-2008 Shawn McKenzie and Spidean. Content on this site may not be reproduced in any form without prior written consent.

Syndicate our news  | Google Sitemap

Terms of Use  |  Privacy Policy  |  Credits


AutoTheme   Built with AutoTheme   Enhanced by AutoTheme   Powered by AutoTheme

Valid HTML 4.01!   Valid CSS!
Powered by the AutoTheme HTML Theme System
Page created in 0.101857 Seconds