Deactivate Login in BoardIndex Mod 0.1 SP 1.1 This tiny mod deactivates the login fields for guest in the Board Index. It is usefull if you use my vertical menu mod. Pyrrhon http://www.philtalk.de/ Sources/BoardIndex.pl if($username eq 'Guest') { require "$sourcedir/LogInOut.pl"; $sharedLogin_title="$txt{'34'} ($txt{'315'})"; &sharedLogin; } # Deactivate Login in BoardIndex Mod # if($username eq 'Guest') { # require "$sourcedir/LogInOut.pl"; # $sharedLogin_title="$txt{'34'} ($txt{'315'})"; # &sharedLogin; # } # End Deactivate Login in BoardIndex Mod