Thread: Blocks Issue
View Single Post
Old
  (#4 (permalink))
myrtletrees
Junior Member
 
Status: Offline
Posts: 242
Join Date: May 2005
02-26-2006, 07:06 PM

It is simple.

If you did the first part to your theme.php file, your right blocks should now be visible.

If you have a module, like Recommend_Us that you want to have the right blocks SHOW up on when viewing that module, then you must add the second part to the modules index.php file.

Most of the default modules in PHP-Nuke already show the right blocks. The Recommend_Us module does not show the right blocks by default, so if you want them to show when viewing that module, you must add that last bit of code to the
/modules/Recommend_Us/index.php

this is the code you must add on it's own line
Code:
define('INDEX_FILE', true);
   
Reply With Quote