Re: Removing Userbar Login
I guess the easiest way to do this, would be to edit the userbar.php file in your active member theme, and replace everything between…
<?php else : ?>
and…
<?php endif ?>
Remember that commenting out the HTML doesn’t stop the PHP from getting processed, so all of the “_e”‘s are getting echo’ed even though you commented out the HTML.