Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/10/2012 08:25:00 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Legacy Group Forums:

  • Retire bbPress 1.1 group forums component.
  • Creates new "Retired" components group, where old components go to die.
  • Deprecate "Forums" settings tab; use Legacy Forums Setting instead.
  • Remove associated code for old forums admin UI.
  • See #4493.
  • Fixes #3598.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/deprecated/1.6.php

    r6342 r6581  
    66 * This file contains all the deprecated functions for BuddyPress forums since
    77 * version 1.6. This was a major update for the forums component, moving from
    8  * bbPress 1.1 to bbPress 2.1.
     8 * bbPress 1.x to bbPress 2.x.
    99 *
    1010 * @package BuddyPress
     
    4242        else : ?>
    4343
    44             <div style="width: 45%; float: left; margin-top: 20px;">
     44            <div>
    4545                <h3><?php _e( 'Forums for Groups', 'buddypress' ) ?></h3>
    4646
     
    5858                <div>
    5959                    <a class="button button-primary" href="<?php echo $action ?>"><?php _e( 'Reinstall Group Forums', 'buddypress' ) ?></a> &nbsp;
    60                 </div>
    61             </div>
    62 
    63             <div style="width: 45%; float: left; margin: 20px 0 20px 20px; padding: 0 20px 20px 20px; border: 1px solid #ddd; background-color: #fff;">
    64                 <h3><?php _e( 'New! Site Wide Forums', 'buddypress' ) ?></h3>
    65                 <p><?php _e( 'Your site will have central forums that are not isolated to any specific group. Choose this if you\'d like to have a central forum area for your members.', 'buddypress' ) ?></p>
    66                 <p class="description"><?php _e( 'You may activate both Group and Site Wide forums, but this may create a poor experience for your members.', 'buddypress' ) ?></p>
    67 
    68                 <h4 style="margin-bottom: 10px;"><?php _e( 'Features', 'buddypress' ); ?></h4>
    69                 <ul class="description" style="list-style: square; margin-left: 30px;">
    70                     <li><?php _e( 'Central Discussion Area',     'buddypress' ); ?></p></li>
    71                     <li><?php _e( 'Forum Plugins Available',     'buddypress' ); ?></p></li>
    72                     <li><?php _e( 'Activity Stream Integration', 'buddypress' ); ?></p></li>
    73                     <li><?php _e( '@ Mention Integration',       'buddypress' ); ?></p></li>
    74                 </ul>
    75                 <div>
    76                     <a class="button thickbox button-primary" href="<?php bp_admin_url( add_query_arg( array( 'tab' => 'plugin-information', 'plugin' => 'bbpress', 'TB_iframe' => 'true', 'width' => '640', 'height' => '500' ), 'plugin-install.php' ) ); ?>"><?php _e( 'Install Site Wide Forums', 'buddypress' ) ?></a> &nbsp;
    7760                </div>
    7861            </div>
     
    159142            ?>
    160143
    161                 <div style="width: 45%; float: left;  margin-top: 20px;">
     144                <div>
    162145                    <h3><?php _e( 'Forums for Groups', 'buddypress' ) ?></h3>
    163146
     
    179162                </div>
    180163
    181                 <div style="width: 45%; float: left; margin: 20px 0 20px 20px; padding: 0 20px 20px 20px; border: 1px solid #ddd; background-color: #fff;">
    182                     <h3><?php _e( 'New! Site Wide Forums', 'buddypress' ) ?></h3>
    183                     <p><?php _e( 'Your site will have central forums that are not isolated to any specific group. Choose this if you\'d like to have a central forum area for your members.', 'buddypress' ) ?></p>
    184                     <p class="description"><?php _e( 'You may activate both Group and Site Wide forums, but this may create a poor experience for your members.', 'buddypress' ) ?></p>
    185 
    186                     <h4 style="margin-bottom: 10px;"><?php _e( 'Features', 'buddypress' ); ?></h4>
    187                     <ul class="description" style="list-style: square; margin-left: 30px;">
    188                         <li><?php _e( 'Central Discussion Area',     'buddypress' ); ?></p></li>
    189                         <li><?php _e( 'Forum Plugins Available',     'buddypress' ); ?></p></li>
    190                         <li><?php _e( 'Activity Stream Integration', 'buddypress' ); ?></p></li>
    191                         <li><?php _e( '@ Mention Integration',       'buddypress' ); ?></p></li>
    192                     </ul>
    193                     <div>
    194                         <a class="button thickbox button-primary" href="<?php bp_admin_url( add_query_arg( array( 'tab' => 'plugin-information', 'plugin' => 'bbpress', 'TB_iframe' => 'true', 'width' => '640', 'height' => '500' ), 'plugin-install.php' ) ); ?>"><?php _e( 'Install Site Wide Forums', 'buddypress' ) ?></a> &nbsp;
    195                     </div>
    196                 </div>
    197 
    198164            <?php }
    199165        break;
Note: See TracChangeset for help on using the changeset viewer.