Skip to:
Content

BuddyPress.org

Changeset 1311 for trunk/bp-activity.php


Ignore:
Timestamp:
04/04/2009 07:08:16 PM (15 years ago)
Author:
apeatling
Message:

Added bp-loader.php to the repo, that will selectively load components based on what the user has enabled/disabled via the "BuddyPress > Component Setup" admin panel.

BuddyPress is now just one plugin to activate, once activated you can disable components via the menu mentioned above. This has been done to provide better support for the auto-update functionality, and to try to reduce the "plugin suite" confusion. Each component is still a separate plugin, but they are just not activated individually.

Also added a "BuddyPress" top level navigation item to the admin panel. BuddyPress settings are all now contained under this menu. "Groups" still sits in site admin though, as it fits in well with the "Users" and "Blogs" menus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r1303 r1311  
    11<?php
    2 /*
    3 Plugin Name: BuddyPress Activity Streams
    4 Plugin URI: http://buddypress.org/
    5 Description: Activates activity streams for all users, plus a site-wide activity stream.
    6 Author: BuddyPress
    7 Version: 1.0-RC2
    8 Author URI: http://buddypress.org
    9 Site Wide Only: true
    10 */
    11 
    12 require_once( 'bp-core.php' );
    13 
    14 define ( 'BP_ACTIVITY_IS_INSTALLED', 1 );
     2
    153define ( 'BP_ACTIVITY_VERSION', '1.0-RC2' );
    164define ( 'BP_ACTIVITY_DB_VERSION', '1300' );
Note: See TracChangeset for help on using the changeset viewer.