Quote:
Originally posted by RobAC
...I noticed the same problem with Tubedogg's Community Bulletin generator hack where the user has the option of receiving the bulletin (yes/no radio buttons) in under Edit Options.
|
If you added this:
Code:
if ($bbuserinfo[receivebulletin]) {
$receivebulletinchecked = " checked";
$receivebulletinnotchecked = "";
} else {
$receivebulletinchecked = "";
$receivebulletinnotchecked = " checked";
}
to member.php it should check one box or the other - it does for me...