bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

login message

(5 posts)
  • Started 2 years ago by talkaboutdesign
  • Latest reply from talkaboutdesign
  • This topic is not a support question

No tags yet.

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

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

    Posted 2 years ago #
  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 ));

    Posted 2 years ago #
  3. thank you so much, i tried looking for this, and couldnt find anywhere.

    Posted 2 years ago #
  4. Thanks for helping with lightbox!

    Posted 2 years ago #
  5. no problem

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.