Info
- 5 posts
- 2 voices
- Started 5 years ago by talkaboutdesign
- Latest reply from talkaboutdesign
- This topic is not a support question
login message
-
- Posted 5 years ago #
Where do i change login message ? ???
Welcome, talkaboutdesign! View your profileĀ» (Logout)
-
- Posted 5 years ago #
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') ."»</a>n<small>(",get_user_name( $bb_current_user->ID ));
-
- Posted 5 years ago #
thank you so much, i tried looking for this, and couldnt find anywhere.
-
- Posted 5 years ago #
Thanks for helping with lightbox!
-
- Posted 5 years ago #
no problem
-
You must log in to post.