Changeset 4871
- Timestamp:
- 07/26/2011 08:50:17 PM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default-rtl.css
r4849 r4871 376 376 4.5 - Posts 377 377 --------------------------------------------------------------*/ 378 .tags { 378 .page .tags, 379 .post .tags { 379 380 float: right; 380 381 } -
trunk/bp-themes/bp-default/_inc/css/default.css
r4860 r4871 1021 1021 overflow: hidden; 1022 1022 } 1023 .tags { 1023 .page .tags, 1024 .post .tags { 1024 1025 float: left; 1025 1026 } -
trunk/bp-themes/bp-default/sidebar.php
r4637 r4871 57 57 58 58 <?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() ) : ?> 60 60 <div id="forum-directory-tags" class="widget tags"> 61 62 61 <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> 66 63 </div> 67 64 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.