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

    r968 r1198  
    2222<?php topic_tags(); ?>
    2323
    24 <br clear="all" />
     24<div style="clear:both;"></div>
    2525</div>
    2626<?php do_action('under_title', ''); ?>
     
    3333
    3434<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
    35     <li id="post-<?php post_id(); ?>"<?php alt_class('post', $del_class); ?>>
     35    <li id="post-<?php post_id(); ?>">
    3636<?php bb_post_template(); ?>
    3737    </li>
Note: See TracChangeset for help on using the changeset viewer.