New admin section for BBtoNuke Forums for PHP-Nuke 7.5Just upload the files preserving the folder structure, basically the files go to modules/Forums/admin
Delete the old forum admin files:
admin/case/case.forums.php
admin/links/links.forums.php
admin/modules/forums.phpThe new files use the SCRIPT_NAME method, should you have any problems change that to PHP_SELF
Download here.
specially if running php as cgi.
Re: Forum Admin Files For PHP-Nuke 7.5 (Score: 1) | ![]() | If your CGI mode version of PHP is up to date, the key to running "[SCRIPT_NAME]" (Without errors) is to also make sure you have a statement in your config.ini that tells PHP, '--enable-discard-path'. Just a heads-up. |