Ticket #7188: 7188-group-admins-mods.patch
| File 7188-group-admins-mods.patch, 3.3 KB (added by , 9 years ago) |
|---|
-
src/bp-groups/bp-groups-template.php
1632 1632 <ul id="group-admins"> 1633 1633 <?php foreach( (array) $group->admins as $admin ) { ?> 1634 1634 <li> 1635 <a href="<?php echo bp_core_get_user_domain( $admin->user_id, $admin->user_nicename, $admin->user_login ) ?>" ><?php echo bp_core_fetch_avatar( array( 'item_id' => $admin->user_id, 'email' => $admin->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $admin->user_id ) ) ) ) ?></a>1635 <a href="<?php echo bp_core_get_user_domain( $admin->user_id, $admin->user_nicename, $admin->user_login ) ?>" class="bp-tooltip" data-bp-tooltip="<?php printf( ('%s'), bp_core_get_user_displayname( $admin->user_id ) ); ?>"><?php echo bp_core_fetch_avatar( array( 'item_id' => $admin->user_id, 'email' => $admin->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $admin->user_id ) ) ) ) ?></a> 1636 1636 </li> 1637 1637 <?php } ?> 1638 1638 </ul> … … 1664 1664 <?php foreach( (array) $group->mods as $mod ) { ?> 1665 1665 1666 1666 <li> 1667 <a href="<?php echo bp_core_get_user_domain( $mod->user_id, $mod->user_nicename, $mod->user_login ) ?>" ><?php echo bp_core_fetch_avatar( array( 'item_id' => $mod->user_id, 'email' => $mod->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $mod->user_id ) ) ) ) ?></a>1667 <a href="<?php echo bp_core_get_user_domain( $mod->user_id, $mod->user_nicename, $mod->user_login ) ?>" class="bp-tooltip" data-bp-tooltip="<?php printf( ('%s'), bp_core_get_user_displayname( $mod->user_id ) ); ?>"><?php echo bp_core_fetch_avatar( array( 'item_id' => $mod->user_id, 'email' => $mod->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $mod->user_id ) ) ) ) ?></a> 1668 1668 </li> 1669 1669 1670 1670 <?php } ?> -
src/bp-templates/bp-legacy/css/buddypress-rtl.css
1520 1520 margin: 0 0 5px; 1521 1521 } 1522 1522 1523 #buddypress div#item-header div#item-actions a { 1524 display: inline-block; 1525 } 1526 1523 1527 #buddypress div#item-header ul { 1524 1528 margin-bottom: 15px; 1525 overflow: hidden;1526 1529 } 1527 1530 1531 #buddypress div#item-header ul:after { 1532 clear: both; 1533 content: ""; 1534 display: table; 1535 } 1536 1528 1537 #buddypress div#item-header ul h5, 1529 1538 #buddypress div#item-header ul span, 1530 1539 #buddypress div#item-header ul hr { -
src/bp-templates/bp-legacy/css/buddypress.css
1520 1520 margin: 0 0 5px; 1521 1521 } 1522 1522 1523 #buddypress div#item-header div#item-actions a { 1524 display: inline-block; 1525 } 1526 1523 1527 #buddypress div#item-header ul { 1524 1528 margin-bottom: 15px; 1525 overflow: hidden;1526 1529 } 1527 1530 1531 #buddypress div#item-header ul:after { 1532 clear: both; 1533 content: ""; 1534 display: table; 1535 } 1536 1528 1537 #buddypress div#item-header ul h5, 1529 1538 #buddypress div#item-header ul span, 1530 1539 #buddypress div#item-header ul hr {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)