PDA

View Full Version : EPC-PHPNuke module repository


ve9gra
03-09-2007, 04:25 PM
Here's the version that works with PHP-Nuke v7.6 and higher. There is a module for earlier versions, but I will only make it available upon request as the implementation of it requires more than just a simple drop in of the package.

ve9gra
03-13-2007, 10:33 PM
If you have an AutoTheme, you might run into problems. Follow these instructions. This was tested on PHP-Nuke 8.0.

For AutoThemes

For all the files in /modules/AutoTheme/templates/php-nuke/*

[---Find---]

</head>

[---Add before---]

<?php include('includes/custom_files/custom_head.php'); ?>
----------------------------------------------------------------------------
Then in /calendar/calendar.php

[---Find---]

require_once($serverPath."config.inc.php");

[---Replace with---]

require($serverPath."config.inc.php");