Here is what I did.
I placed Roster in a folder called Roster1 in Modules, now you could have placed it any where really so long as you know where to place it.
I then created another folder called Roster and in this Roster I placed the following code.
- Code: Select all
<?php
$URL="http://www.yourwebiste.com/Roster1/index.php";
header("Location: $URL");
exit;
?>
All this does is create a link directly from a label in your Modules Block to the normalized website that is Roster without integration. Drop this Folder into your Modules folder in phpNuke and your done.
I did go back and re-theme the Roster page to match my website some what and the header links back to the homepage on my site. Otherwise it was pretty easy.
You will have to remember to go into the Roster config and correctly point things where they are on your site.
I hope this helps anyone else that runs into this.