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/post.php

    r678 r1198  
    11        <div class="threadauthor">
    2             <p><strong><?php post_author_link(); ?></strong><br />
    3               <small><?php post_author_title(); ?></small></p>
     2            <?php post_author_avatar(); ?>
     3            <p>
     4                <strong><?php post_author_link(); ?></strong><br />
     5                <small><?php post_author_title(); ?></small>
     6            </p>
    47        </div>
    58       
    6         <div class="threadpost">
     9        <div<?php alt_class('post', 'threadpost ' . $del_class); ?>>
    710            <div class="post"><?php post_text(); ?></div>
    811            <div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
Note: See TracChangeset for help on using the changeset viewer.