Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/02/2011 10:45:02 AM (14 years ago)
Author:
boonebgorges
Message:

Adds a manual check for bp->is_directory at the beginning of bp_dtheme_object_template_loader(). Switches logic of group metadata display in forum directories. Fixes #3540. Props boonebgorges, johnjamesjacoby

File:
1 edited

Legend:

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

    r4771 r5095  
    6161                        <span class="topic-by"><?php /* translators: "started by [poster] in [forum]" */ printf( __( 'Started by %1$s', 'buddypress' ), bp_get_the_topic_poster_avatar( 'height=20&width=20') . bp_get_the_topic_poster_name() ); ?></span>
    6262
    63                         <?php if ( bp_is_directory() || bp_is_user_forums() ) : ?>
     63                        <?php if ( !bp_is_group_forum() ) : ?>
    6464
    6565                            <span class="topic-in">
Note: See TracChangeset for help on using the changeset viewer.