Hi there.
Just i have a problem....
I make a new module, but the right blocks not show .
Into the index.php of my new module there is the code: $index = 1; // 0 : do not show right blocks - 1:show right blocks but the 1 option, not working, and the right blocks not show.
My theme is the Sand_Journey
Any help?
The full code is of new module is:
<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
$index = 1; // 0 : do not show right blocks - 1:show right blocks
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
OpenTable();
include("new_module.htm");
CloseTable();
include("footer.php");
?>
I have this same problem also. The fixes that I've found in the HOWTO do not work. I have the Sand Journey theme as well but with my other module.php problem, no right blocks or any modules show on any theme. I'm stuck with just the left blocks but they lead to an error page.
I have ver. 7.5 downloaded by a "click" through my vdeck. I never had the whole package and since I haven't patched anything, then I assume that it is not. Because of how I got the phpnuke, I have no other files except what is active on the site now.
Should the portal/modules.php file be in the main directory?
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