Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/26/2011 08:50:17 PM (14 years ago)
Author:
djpaul
Message:

Fix width of forum tags sidebar "widget". See #3241

File:
1 edited

Legend:

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

    r4637 r4871  
    5757
    5858    <?php /* Show forum tags on the forums directory */
    59     if ( bp_is_current_component( 'forums' ) && bp_is_directory() ) : ?>
     59    if ( bp_is_active( 'forums' ) && bp_is_current_component( 'forums' ) && bp_is_directory() ) : ?>
    6060        <div id="forum-directory-tags" class="widget tags">
    61 
    6261            <h3 class="widgettitle"><?php _e( 'Forum Topic Tags', 'buddypress' ) ?></h3>
    63             <?php if ( bp_is_active( 'forums' ) ) : ?>
    64                 <div id="tag-text"><?php bp_forums_tag_heat_map(); ?></div>
    65             <?php endif; ?>
     62            <div id="tag-text"><?php bp_forums_tag_heat_map(); ?></div>
    6663        </div>
    6764    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.