Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/05/2011 06:00:15 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Let there be life! Show avatars for 'started by' post meta, and show last poster avatar and profile link in freshness columns. Swap out is_int checks for is_numeric in places where the value passed is numeric, but may be cast as a string from previous routines. Also introduce admin.dev.css file for further development of the green admin style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/loop-bbp_forums.php

    r2818 r2844  
    4545                    <td class="bbp-forum-reply-count"><?php bbp_forum_reply_count(); ?></td>
    4646
    47                     <td class="bbp-forum-freshness"><?php bbp_forum_freshness_link(); ?></td>
     47                    <td class="bbp-forum-freshness">
     48                   
     49                        <?php bbp_forum_freshness_link(); ?>
     50
     51                        <p class="bbp-topic-meta">
     52
     53                            <?php bbp_reply_author_avatar( bbp_get_forum_last_reply_id(), 15 ); ?>
     54                            <?php bbp_reply_author_link( bbp_get_forum_last_reply_id() ); ?>
     55
     56                        </p>
     57                    </td>
    4858
    4959                </tr><!-- bbp-forum-<?php bbp_forum_id(); ?> -->
Note: See TracChangeset for help on using the changeset viewer.