>>  Site Map >>  Forums >>  Post Installation Help

Forum module - topics in forum:



Post Installation Help - Help with problems after installation.



Update

Hi all,
i am trying to update to nuke patched 7.6.0.3.2 to solve a update with phpbb2 forum version 2.0.15, i looked at the read me file with this text in patched version of nuke.

Important notes relating to Nuke Patched 3.1:

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')) {

2- Additional changes for third party add-ons:
if ($mainfile == 1) {
should be changed to:
if (defined('NUKE_FILE')) {

if ($module == 1) {
should be changed to:
if (defined('MODULE_FILE')) {

if ($footer == 1) {
should be changed to:
if (defined('NUKE_FOOTER')) {

if ($header == 1) {
should be changed to:
if (defined('NUKE_HEADER')) {


Now i understand that this means if i want my right hand side blcoks to appear in the updated version that i have to alter the files, but i have looked for the code in the files and cant find it at all!!!
im having a real bad night tonight lol
please could someone just simplify it a little bit for me please.

or do i really need this on my site www.atvhudsonvalley.com

thanks again
Mick
ps: i looked in modules file to see if i could change :

1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);

and just couldnt find the line they meant!






For modules and addons this code would be found in each individual modules index.php file. For themes it would be theme.php of the individual theme.




thank you

Thanks nukecode

sorted

Mick




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS