bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Display Username

(2 posts)
  • Started 1 year ago by hempsworth
  • Latest reply from fel64
  • This topic is not resolved
  1. hempsworth
    Member

    Hi,

    How do I display the current users username, like it does at the top of these forums "Welcome, USERNAME!"

    I searched around, and looked in the "template-functions.php" file, but found nothing.

    Thanks

    Posted 1 year ago #
  2. <?php echo bb_get_current_user_info( 'name' ); ?>

    Drop that into HTML wherever you want it. :)

    The default theme puts a "Welcome, USER! View your profile (Log out)" at the top left of every page, right where the login box would be otherwise.

    Edit: strange, is the overflow: hidden property gone again?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.