Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/03/2008 06:16:23 AM (18 years ago)
Author:
sambauers
Message:

Built-in Avatar/Gravatar support using pluggable function.

Clean up layout/CSS for post author display.

Properly clear infobox in topic and stop "strikethrough" effect in IE.

Show email address on profile to 'manage_users' privilege holders. Fixes #792

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-templates/kakumei/profile.php

    r711 r1198  
    22
    33<h3 class="bbcrumb"><a href="<?php bb_option('uri'); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Profile') ?></h3>
     4<div id="useravatar"><?php echo bb_get_avatar( $user->ID ); ?></div>
    45<h2 id="userlogin"><?php echo get_user_name( $user->ID ); ?></h2>
    56
Note: See TracChangeset for help on using the changeset viewer.