View Single Post
  #22 (permalink)  
Old 11-20-2007, 02:06 PM
nikit nikit is offline
Junior Member
 
Join Date: Nov 2007
Posts: 1
Originally Posted by Krick View Post
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.
Thanks Krick! It realy works....
Reply With Quote