the blocks on the right side don't show up when i go into the forums, members list, topics, etc.
They only show up under Home, Web Links and Feedback.
is this the way php-nuke or bNC 6.5 is supposed to work?
chatserv General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Mon Sep 01, 2003 9:06 am
They should display on all modules except Forums, Private Messages and Forums, so if any other module is not showing them open their index.php and find $index = 0; and change to $index = 1;, if the index does not have the line try adding $index = 1; below:
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
IACOJ Major
Joined: Jan 15, 2003
Posts: 1269
Location: USA
Posted:
Mon Sep 01, 2003 9:09 am
Yes it is, unless you modify a lot of the coding, there are only certain modules which require and/or show right blocks. You can modify where either left or right blocks are shown through themes/YOUR_THEME/theme.php Before you try to modify anything, make sure you create a backup of your files and db. Some pages aren't meant to show both right and left blocks. It is best that you have an original vs you can upload quickly in the event that your modifications to the theme freeze up your site.
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