Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/24/2011 11:40:18 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Improve styling of forums table columns. Rearrange columns to put group ahead of Last Poster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/forums-loop.php

    r3810 r3901  
    3838            <tr>
    3939                <th id="th-title"><?php _e( 'Topic Title', 'buddypress' ); ?></th>
    40                 <th id="th-poster"><?php _e( 'Latest Poster', 'buddypress' ); ?></th>
    4140
    4241                <?php if ( !bp_is_group_forum() ) : ?>
    4342
    44                     <th id="th-group"><?php _e( 'Posted In Group', 'buddypress' ); ?></th>
     43                    <th id="th-group"><?php _e( 'In Group', 'buddypress' ); ?></th>
    4544
    4645                <?php endif; ?>
    4746
     47                <th id="th-poster"><?php _e( 'Latest Poster', 'buddypress' ); ?></th>
    4848                <th id="th-postcount"><?php _e( 'Posts', 'buddypress' ); ?></th>
    4949                <th id="th-freshness"><?php _e( 'Freshness', 'buddypress' ); ?></th>
     
    6666                    </a>
    6767                </td>
    68                 <td class="td-poster">
    69                     <a href="<?php bp_the_topic_permalink(); ?>"><?php bp_the_topic_last_poster_avatar( 'type=thumb&width=20&height=20' ); ?></a>
    70                     <div class="poster-name"><?php bp_the_topic_last_poster_name(); ?></div>
    71                 </td>
    7268
    7369                <?php if ( !bp_is_group_forum() ) : ?>
     
    8076                <?php endif; ?>
    8177
     78                <td class="td-poster">
     79                    <a href="<?php bp_the_topic_permalink(); ?>"><?php bp_the_topic_last_poster_avatar( 'type=thumb&width=20&height=20' ); ?></a>
     80                    <div class="poster-name"><?php bp_the_topic_last_poster_name(); ?></div>
     81                </td>
    8282                <td class="td-postcount">
    8383
Note: See TracChangeset for help on using the changeset viewer.