Home :: Forums :: Register :: Sign In :: Links :: Downloads
You are not signed in. Please sign in. If you have not registered, please click here.
Search found 1 match
Codezwiz Forum Index » Search » Search found 1 match
Author Message
Topic: No left Blocks in Forums page or other Modules
ROCKKER-X

Replies: 13
Views: 24827

PostForum: General PHP Nuke Help   Posted: Tue Mar 15, 2005 9:19 pm   Subject: DOESN'T WORK FOR ME......
Find in your themes/YOUR_THEME/theme.php

blocks(left);

change it to:

global $name;
if($name!=Forums)
{
blocks(left);
}

To add more ...
 
Codezwiz Forum Index » Search » Search found 1 match

Jump to