Hey all - I noticed that In the Nuke 7.7 patch that it had some slight fixes for the themes, well, Is there any hints as to how to get mine to working back to like it should?
I was just trying to fix the bulletin board and now I've lost the right-sided blocks and sometimes blocks won't fit to the normal size that they were previously, and sometimes, in my add-on modules, blocks will appear in their headers.
I'm using the wow-dark theme.
I can provide the needed files if necessary, I'm just not entirely sure what happened in the patching to the theme files.
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12389
Posted:
Mon Oct 30, 2006 12:17 pm
See the readme for the theme change, it is just one line
1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {
Thanks, that 1 little line in the theme file fixed it.
I read that readme file and I think I was tired and didn't see anything special, had already killed the themes folder since I didn't want my users using any other themes.
I was about ready to run it through a diff compare.
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