my phpnuke is Nuke Patched 3.1, the readme says
Code: › 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')) {
I have read the sticky, I have tried
Code: › if (defined('INDEX_FILE') || ($name == "gallery2")) {
but still cant get the right blocks to appear when going into gallery2.
anyone how to do this with the Nuke Patched 3.1 patch?