Info
- 2 posts
- 2 voices
- Started 3 years ago by parthatel
- Latest reply from Anonymous
- This topic is not resolved
Where do I edit the "Welcome, user! Logout.
-
- Posted 3 years ago #
I would like to edit the design and text of when you log in to bbPress, which says "Welcome, username! Logout." Where do I edit this? Thanks.
-
- Posted 3 years ago #
go to the logged-in.php file in your template folder (e.g. http://www.yourdomain.com/yourforum/bb-templates/kakumei/logged-in.php)
you'll find this piece of code. change it to your likin :-
<p class="login"> <?php printf(__('Welcome, %1$s!'), bb_get_profile_link(bb_get_current_user_info( 'name' )));?> <?php bb_admin_link( 'before= | ' );?> | <?php bb_logout_link(); ?>Good Luck!
-
You must log in to post.