- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 46 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Right Column Doesn't Dissapear [ ]
Author
Message
lost3
Lieutenant
Joined: Aug 16, 2004
Posts: 163
Posted:
Mon Mar 10, 2008 10:13 am
I'm trying to get the right column to dissapear but it doesn't.
Code:
define('INDEX_FILE', true);
is displayed in the News module
Code:
function themefooter() {
global $index, $banners, $foot1, $foot2, $foot3, $foot4;
if (defined('INDEX_FILE')) {
$tmpl_file = "themes/UncleAlTribute-2008/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
}
or
Code:
function themefooter() {
echo "<br>";
if (defined('INDEX_FILE')) {
echo "</td><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"138\" bgcolor=\"d3e2ea\">\n";
blocks("right");
echo "<td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"6\" height=\"1\" border=\"0\" alt=\"\">";
}
else {
echo "</td><td colspan=\"2\"><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\">";
}
echo "<br><br></td></tr></table>\n"
."<br><center>";
footmsg();
echo "</center>";
}
is displayed in the default theme.
I've tried changing the define('INDEX_FILE', true);
to true and false because I'm not sure which one but neither one dissapears the the column.
This is a brand new, uneditted version of php-nuke 8.0.
What seems to be the problem you think?
Thanks for your time.
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12383
Posted:
Mon Mar 10, 2008 11:46 am
lost3
Lieutenant
Joined: Aug 16, 2004
Posts: 163
Posted:
Mon Mar 10, 2008 12:05 pm
And that's why you're the man!
Thank you.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum