Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/05/2012 06:17:43 AM (13 years ago)
Author:
johnjamesjacoby
Message:

First pass at rearranging settings and forums settings screens to accommodate bbPress 2.x migration:

  • Simplify and move old bb-config.php file write logic into Settings screen
  • Introduce new functions for checking what possible mode the Forums screen is in
  • Deprecate old forum admin code for now, will probably be removed later
  • Deprecate $bp->bbconfig setting and use bp_get_option() instead
  • Clean up the Settings screen and add dedicated groups for Profiles and Forums
  • See #3598
  • More to do
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-loader.php

    r5868 r5885  
    4747        if ( !defined( 'BP_FORUMS_SLUG' ) )
    4848            define( 'BP_FORUMS_SLUG', $this->id );
    49 
    50         // The location of the bbPress stand-alone config file
    51         if ( isset( $bp->site_options['bb-config-location'] ) )
    52             $this->bbconfig = $bp->site_options['bb-config-location'];
    5349
    5450        // All globals for messaging component.
Note: See TracChangeset for help on using the changeset viewer.