Skip to:
Content

BuddyPress.org

Changeset 6729


Ignore:
Timestamp:
01/19/2013 03:26:09 AM (12 years ago)
Author:
boonebgorges
Message:

First pass at copy for About/What's New panel for 1.7.

See #4727

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-admin.php

    r6688 r6729  
    373373    public function about_screen() {
    374374
     375        $is_new_install = ! empty( $_GET['is_new_install'] );
     376
    375377        list( $display_version ) = explode( '-', bp_get_version() ); ?>
    376378
    377379        <div class="wrap about-wrap">
    378380            <h1><?php printf( __( 'Welcome to BuddyPress %s' ), $display_version ); ?></h1>
    379             <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! BuddyPress %s is ready to make your community a safer, faster, and better looking place to hang out!' ), $display_version ); ?></div>
     381            <div class="about-text">
     382                <?php if ( $is_new_install ) : ?>
     383                    <?php printf( __( 'BuddyPress %s is our safest, fastest, most flexible version ever.' ), $display_version ); ?>
     384                <?php else : ?>
     385                    <?php printf( __( 'Thank you for updating! BuddyPress %s is our safest, fastest, most flexible version ever.' ), $display_version ); ?>
     386                <?php endif; ?>
     387            </div>
    380388            <div class="bp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
    381389
     
    388396            </h2>
    389397
     398            <?php if ( $is_new_install ) : ?>
     399            <h3><?php _e( 'Getting Started', 'buddypress' ); ?></h3>
     400
     401                <div class="feature-section">
     402                    <h4><?php _e( 'Your Default Setup', 'buddypress' ); ?></h4>
     403                    <p><?php printf(
     404                        __( 'BuddyPress&#8217;s powerful features help your users connect and collaborate. To help get your community started, we&#8217;ve activated two of the most commonly used tools in BP: <strong>Extended Profiles</strong> and <strong>Activity Streams</strong>. See these components in action at the <a href="%1$s">Members</a> and <a href="%2$s">Activity</a> directories, and be sure to spend a few minutes <a href="%3$s">configuring user profiles</a>. Want to explore more of BP&#8217;s features? Visit the <a href="%4$s">Components panel</a>.', 'buddypress' ),
     405                        trailingslashit( bp_get_root_domain() . '/' . bp_get_members_root_slug() ),
     406                        trailingslashit( bp_get_root_domain() . '/' . bp_get_activity_root_slug() ),
     407                        bp_get_admin_url( add_query_arg( array( 'page' => 'bp-profile-setup' ), 'users.php' ) ),
     408                        bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) )
     409                    ); ?></p>
     410
     411                    <h4><?php _e( 'Community and Support', 'buddypress' ); ?></h4>
     412                    <p><?php _e( 'Looking for help? The <a href="http://codex.buddypress.org/">BuddyPress Codex</a> has you covered, with dozens of user-contributed guides on how to configure and use your BP site. Can&#8217;t find what you need? Stop by <a href="http://buddypress.org/support/">our support forums</a>, where a vibrant community of BuddyPress users and developers is waiting to share tips, show off their sites, talk about the future of BuddyPress, and much more.', 'buddypress' ) ?></p>
     413                </div>
     414
     415            <?php endif; ?>
     416
    390417            <div class="changelog">
    391                 <h3><?php _e( 'Some neat thing', 'buddypress' ); ?></h3>
     418                <h3><?php _e( 'A Declaration of (Theme) Independence', 'buddypress' ); ?></h3>
    392419
    393420                <div class="feature-section">
    394                     <h4><?php _e( 'Whoa', 'buddypress' ); ?></h4>
    395                     <p><?php _e( 'Nice!', 'buddypress' ); ?></p>
    396 
    397                     <h4><?php _e( 'Wow', 'buddypress' ); ?></h4>
    398                     <p><?php _e( 'Amazing!', 'buddypress' ); ?></p>
     421                    <h4><?php _e( 'It Just Works', 'buddypress' ); ?></h4>
     422                    <p><?php _e( 'BuddyPress is now compatible with <strong>any WordPress theme</strong>. If your theme has BuddyPress-specific templates and styling, we&#8217;ll use them. If not, we provide what you need to make your BuddyPress content look great. Still want to customize? No problem - you can override our templates just like you would in a WordPress child theme. <a href="http://codex.bbpress.org/theme-compatibility/">Learn more about theme compatibility</a>.', 'buddypress' ); ?></p>
    399423                </div>
    400424            </div>
    401425
    402426            <div class="changelog">
    403                 <h3><?php _e( 'Another neat thing', 'buddypress' ); ?></h3>
     427                <h3><?php _e( 'Group Management', 'buddypress' ); ?></h3>
    404428
    405429                <div class="feature-section">
    406                     <h4><?php _e( 'No way', 'buddypress' ); ?></h4>
    407                     <p><?php _e( 'Yes way.', 'buddypress' ); ?></p>
     430                    <h4><?php _e( 'Get More Done Quickly', 'buddypress' ); ?></h4>
     431                    <p><?php printf(
     432                        __( 'The new <a href="%s">Groups administration panel</a> makes it easy to handle large numbers of groups on your BuddyPress installation. Delete groups, edit group details, modify memberships, and more, with just a few clicks.', 'buddypress' ),
     433                        bp_get_admin_url( add_query_arg( array( 'page' => 'bp-groups' ), 'admin.php' ) )
     434                    ); ?></p>
    408435                </div>
    409436            </div>
     
    414441                <div class="feature-section three-col">
    415442                    <div>
    416                         <h4><?php _e( 'One', 'buddypress' ); ?></h4>
    417                         <p><?php _e( 'Uh huh.', 'buddypress' ); ?></p>
    418 
    419                         <h4><?php _e( 'Two', 'buddypress' ); ?></h4>
    420                         <p><?php _e( 'Yeah.', 'buddypress' ); ?></p>
     443                        <h4><?php _e( 'Faster Member Queries', 'buddypress' ); ?></h4>
     444                        <p><?php _e( 'The new <code>BP_User_Query</code> makes member queries (like in the Members directory) up to 4x faster than before.', 'buddypress' ); ?></p>
     445
     446                        <h4><?php _e( 'Sortable Profile Options', 'buddypress' ); ?></h4>
     447                        <p><?php _e( 'Profile field types with multiple options - like radio buttons and checkboxes - now support drag-and-drop reordering.', 'buddypress' ); ?></p>
    421448                    </div>
    422449
    423450                    <div>
    424                         <h4><?php _e( 'Three', 'buddypress' ); ?></h4>
    425                         <p><?php _e( 'I hear ya.', 'buddypress' ); ?></p>
    426 
    427                         <h4><?php _e( 'Four', 'buddypress' ); ?></h4>
    428                         <p><?php _e( 'Tell me more.', 'buddypress' ); ?></p>
     451                        <h4><?php _e( 'New Visibility Level', 'buddypress' ); ?></h4>
     452                        <p><?php _e( 'By popular demand, the "Admins Only" visibility setting is now available for profile fields.', 'buddypress' ); ?></p>
     453
     454                        <h4><?php _e( 'Better bbPress Integration', 'buddypress' ); ?></h4>
     455                        <p><?php _e( 'Support for group and sitewide forums, using the latest version of the bbPress plugin, is better than ever. Still using bbPress 1.x? Our new migration tools are field-tested.', 'buddypress' ); ?></p>
    429456                    </div>
    430 
    431                     <div class="last-feature">
    432                         <h4><?php _e( 'Five', 'buddypress' ); ?></h4>
    433                         <p><?php _e( 'Well, shucks.', 'buddypress' ); ?></p>
    434 
    435                         <h4><?php _e( 'Six', 'buddypress' ); ?></h4>
    436                         <p><?php _e( ' Whoopie!', 'buddypress' ); ?></p>
    437                     </div>
    438                 </div>
    439457            </div>
    440458
    441459            <div class="return-to-dashboard">
    442                 <a href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) ); ?>"><?php _e( 'Go to Community Settings' ); ?></a>
     460                <a href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) ); ?>"><?php _e( 'Go to the BuddyPress Settings page' ); ?></a>
    443461            </div>
    444462
Note: See TracChangeset for help on using the changeset viewer.