The latest release of Directory for PHP-Nuke is 0.3pre1. This release will work on Nuke 6.5 to 6.9. It doesn't work on 6.0 anymore because I have implemented the SQL abstraction layer. I have decided to change the versioning slightly because I still have lots of bugs slipping through and I feel I want to indicate somehow that some of the functions might still have the odd problem to sort out.
Thanks to one of the first people to install Directory on their site, I have discovered an error in the README-DIRECTORY file, which is included in the download file.
When you create a block for the links that lead to Directory, the following should be placed in the block, rather than the links used in the README file:
<a href="modules.php?name=Directory&action=topics">Topics</a></br>
<a href="modules.php?name=Directory&action=categories">Categories</a></br>
<a href="modules.php?name=Directory&action=venues">Venues</a></br>
<a href="modules.php?name=Directory&action=areas">Areas</a></br>... read more