coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: ryndog on November 16, 2003, 11:48:31 PM

Title: [HACK] Show phpNuke Right Side Blocks
Post by: ryndog on November 16, 2003, 11:48:31 PM
I have installed CPG 1.2.0 for phpnuke, and I would like to ACTIVATE the RIGHT side blocks.  It looks by default, they are turned off.  I have tried adding the line '$index-1;' in the index.php file, but there was no change.

If there is anymore information you need to know, I would be happy to provide it.  Thanks.
Title: [HACK] Show phpNuke Right Side Blocks
Post by: DJMaze on November 17, 2003, 03:37:43 AM
No we put the function hidden for a upcomming config feature.

Open include/init.inc.php and go the end of the file.
replace:if (isset($home)) $index = $home;
else $index=0;


Withif (isset($home)) $index = $home;
else $index=1;
Title: [HACK] Show phpNuke Right Side Blocks
Post by: ryndog on November 17, 2003, 06:03:58 PM
Works, thanks for tyhe help!