Okay, I finally got this hack to work with my PHPnuke 7.1. There's still 1 problem remaining. It logs in and returns to the main page, however the message does not change to "Welcome username", it always shows the login form....I made it into a phpnuke block, so it is in its' own file. The login is successful, but there is no welcome page.
PHP Code:
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
$content = "<align=\"center\"><span class=\"sectionheader\">Welcome back, $username!<br>";
^^is that being ignored or something?