PHPFusion 5.01 Release Candidate 2
Posted by Falk on 02/09/2005
Right, PHPFusion 5.01 has moved up to Release Candidate 2. I've released this quick update to address a few critical updates, alterations and a new feature. Changes in this release are as follows:

· News can now be assigned to Public, Members, Admins or User Group.
· Site Links now only visible to selected user type or user group.
· Custom pages now only visible to selected user type or user group.
· Users removed from a user group now re-appear at the bottom of the left hand list.
· Admins are now selected as default Forum Moderators.
· Added v5.01 Swedish language fileset.
· Added v5.01 Danish language fileset.
10-02-2005 updates added
· Added v5.01 Dutch language fileset.
· Added v5.01 German language fileset.
· Added v5.01 Russian language fileset.
· Fixed submissions.php admin file (news works again).
· Fixed lostpassword.php sendemail error.

Those of you running RC1 need to apply a database update. Simply paste the code below into a custom page and click Preview page:

$sql = dbquery("ALTER TABLE ".$fusion_prefix."news ADD news_visibility TINYINT(3) UNSIGNED DEFAULT '0' NOT NULL AFTER news_end");
?>

Download PHPFusion 5.01 RC2