out text in icons logged-in.php
-
<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(); ?>
<?php if (bb_current_user_can(‘write_posts’)) : ?>
<?php pm_fp_link(); ?>
<?php endif; ?>
</p>
How do I put pictures instead?
- You must be logged in to reply to this topic.