View Single Post
  #8 (permalink)  
Old 08-06-2006, 10:48 AM
Krick Krick is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
I am running Nuke 7.9 with the subBlack theme. The right blocks disappeared with me too. I don't run the patch referenced above, but one small section out of the linked readme returned my right blocks.

This:

In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {

It's not clear in the readme, but what that means is that you need to edit the "theme.php" file included in the root directory of your theme. Aside from that, change the text exactly as it says and you should be working fine afterwards.
Reply With Quote