diff --git src/bp-core/bp-core-admin.php src/bp-core/bp-core-admin.php
index 5bac698..ea2468f 100644
|
|
|
class BP_Admin { |
| 560 | 560 | <?php endif; ?> |
| 561 | 561 | |
| 562 | 562 | <div class="headline-feature"> |
| 563 | | <h3><?php esc_html_e( 'Upload Profile Pictures with Drag and Drop', 'buddypress' ); ?></h3> |
| | 563 | <h3><?php esc_html_e( 'Cover Images for Members and Groups', 'buddypress' ); ?></h3> |
| 564 | 564 | |
| 565 | 565 | <div class="featured-image"> |
| 566 | | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/avatar-ui.gif' ); ?>" alt="<?php esc_attr_e( 'Revamped Profile Picture Upload UI', 'buddypress' ); ?>"> |
| | 566 | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/cover-image-sample.png' ); ?>" alt="<?php esc_attr_e( 'Cover Images for Members and Groups', 'buddypress' ); ?>" width="843" height="377"> |
| 567 | 567 | </div> |
| 568 | 568 | |
| 569 | | <div class="feature-section"> |
| 570 | | <h3><?php esc_html_e( 'Built with the Attachments API, the new foundation for BuddyPress media management.', 'buddypress' ); ?></h3> |
| 571 | | <p><?php esc_html_e( 'You can drag and drop any image you choose to upload as your profile photo. The interface is mobile-ready and now includes integration with phone and laptop cameras. This is an example of what can be developed using the new Attachments API, the long-awaited foundation for media-related BuddyPress components and features.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/plugindev/bp_attachment/"><?php esc_html_e( 'Learn more →', 'buddypress' ); ?></a></p> |
| | 569 | <div> |
| | 570 | <p><?php esc_html_e( 'Now your members can upload their respective cover photos in their Profile > Change Cover Image screens and Group Admins can upload the groups\' banner images in the Manage > Cover Image screens.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/themes/buddypress-cover-images/"><?php esc_html_e( 'Learn more →', 'buddypress' ); ?></a></p> |
| 572 | 571 | </div> |
| 573 | 572 | |
| 574 | 573 | <div class="clear"></div> |
| … |
… |
class BP_Admin { |
| 579 | 578 | |
| 580 | 579 | <div class="feature-section col two-col"> |
| 581 | 580 | <div> |
| 582 | | <span class=" dashicons dashicons-admin-users"></span> |
| 583 | | <h4><?php esc_html_e( 'Member Type Directories', 'buddypress' ); ?></h4> |
| 584 | | <p><?php esc_html_e( 'Create directories of member types in your site using the Member Type API.', 'buddypress' ); ?></p> |
| | 581 | <span class="dashicons dashicons-admin-users"></span> |
| | 582 | <h4><?php esc_html_e( 'Profile Fields for Specific Member Types', 'buddypress' ); ?></h4> |
| | 583 | <p><?php esc_html_e( 'You can create profile fields which are available to only one or more specific Member Types you have set up for your custom site.', 'buddypress' ); ?></p> |
| 585 | 584 | </div> |
| 586 | 585 | |
| 587 | 586 | <div class="template-pack last-feature"> |
| 588 | 587 | <span class=" dashicons dashicons-admin-appearance"></span> |
| 589 | | <h4><?php esc_html_e( 'Companion Stylesheets For Themes', 'buddypress' ); ?></h4> |
| 590 | | <p><?php esc_html_e( 'Improved styling and integration of BuddyPress components with bundled WordPress themes, Twenty Fifteen and Twenty Fourteen.', 'buddypress' ); ?></p> |
| | 588 | <h4><?php esc_html_e( 'More Companion Stylesheets for Themes', 'buddypress' ); ?></h4> |
| | 589 | <p><?php esc_html_e( 'New stylesheets integrating BuddyPress components with the Twenty Thirteen and Twenty Sixteen themes are now available for you.', 'buddypress' ); ?></p> |
| 591 | 590 | </div> |
| 592 | 591 | |
| 593 | 592 | <div class="group-invites"> |
| 594 | | <span class=" dashicons dashicons-admin-post"></span> |
| 595 | | <h4><?php esc_html_e( 'Blog Post Activity', 'buddypress' ); ?></h4> |
| 596 | | <p><?php esc_html_e( 'BuddyPress now generates better excerpts in the activity streams for posts containing images or other embedded media content.', 'buddypress' ); ?></p> |
| | 593 | <span class="dashicons dashicons-groups"></span> |
| | 594 | <h4><?php esc_html_e( 'Customizable Group Home Page', 'buddypress' ); ?></h4> |
| | 595 | <p><?php esc_html_e( 'You can customize each and every Group\'s front page by using the new Group\'s front page template hierarchy.', 'buddypress' ); ?></p> |
| 597 | 596 | </div> |
| 598 | 597 | |
| 599 | 598 | <div class="last-feature"> |
| 600 | | <span class=" dashicons dashicons-star-filled"></span> |
| 601 | | <h4><?php esc_html_e( 'Star Private Messages ', 'buddypress' ); ?></h4> |
| 602 | | <p><?php esc_html_e( 'Mark important messages in your inbox from your friends with a star.', 'buddypress' ); ?></p> |
| | 599 | <span class=" dashicons dashicons-universal-access"></span> |
| | 600 | <h4><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h4> |
| | 601 | <p><?php _e( 'We\'re making BuddyPress more usable and accessible to everyone from the frontend templates to the backend admin screens.', 'buddypress' ); ?></p> |
| 603 | 602 | </div> |
| 604 | 603 | </div> |
| 605 | 604 | </div> |
| … |
… |
class BP_Admin { |
| 609 | 608 | |
| 610 | 609 | <div class="feature-section col two-col"> |
| 611 | 610 | <div> |
| 612 | | <h4><?php esc_html_e( 'Components can register new features', 'buddypress' ); ?></h4> |
| 613 | | <p><?php _e( 'Plugin developers can register new features or check if a component feature is registered using the <code>BP_Component</code> class.', 'buddypress' ); ?></p> |
| | 611 | <h4><?php esc_html_e( 'Improvements on the Activity Post Form', 'buddypress' ); ?></h4> |
| | 612 | <p><?php esc_html_e( 'Enhancements to the post form UI bring better user experience for site members and new features added by developers.', 'buddypress' ); ?></p> |
| 614 | 613 | |
| 615 | 614 | <h4><?php esc_html_e( 'Cache Improvements', 'buddypress' ); ?></h4> |
| 616 | | <p><?php esc_html_e( 'Improved caching for the following components: Messages, Profiles, Members & Member Types, and Friends.', 'buddypress' ); ?></p> |
| | 615 | <p><?php esc_html_e( 'Continued object and query cache enhancements across different components to improve performance.', 'buddypress' ); ?></p> |
| 617 | 616 | </div> |
| 618 | 617 | <div class="last-feature"> |
| 619 | 618 | <h4><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4> |
| 620 | | <p><?php esc_html_e( 'Continued improvements to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p> |
| | 619 | <p><?php esc_html_e( 'Consistent updates to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p> |
| 621 | 620 | |
| 622 | | <h4><?php esc_html_e( 'User Documentation', 'buddypress' ); ?></h4> |
| 623 | | <p><?php esc_html_e( 'The BuddyPress Codex is maintained and updated regularly with new articles and tutorials.', 'buddypress' ); ?></p> |
| | 621 | <h4><?php esc_html_e( 'Constant Refinements', 'buddypress' ); ?></h4> |
| | 622 | <p><?php esc_html_e( 'The BuddyPress codebase is consistently tested and updated with the latest WordPress enhancements and features.', 'buddypress' ); ?></p> |
| 624 | 623 | </div> |
| 625 | 624 | </div> |
| 626 | 625 | </div> |