Forums

Join
bbPress Support ForumsInstallationWhere do I edit the "Welcome, user! Logout.

Info

Tags

Where do I edit the "Welcome, user! Logout.

  1. 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.

  2. 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!

    Sway
    http://www.swaymedia.com
    http://www.picbi.com

  3. You must log in to post.