Forums

Join
bbPress Support ForumsTroubleshootinglogin message

Info

Tags

login message

  1. Where do i change login message ? ???

    Welcome, talkaboutdesign! View your profileĀ» (Logout)

  2. bb-press/bb-includes/template-functions.php

    You'll find this on line 77:

    function login_form() {
    global $bb_current_user, $bb;
    if ( bb_is_user_logged_in() ) {
    printf('<p class="login">'. __('Welcome, %1$s!'). ' <a href="' . get_user_profile_link( $bb_current_user->ID ) . '">'. __('View your profile') ."&raquo;</a>n<small>(",get_user_name( $bb_current_user->ID ));

  3. thank you so much, i tried looking for this, and couldnt find anywhere.

  4. Thanks for helping with lightbox!

  5. no problem

  6. You must log in to post.