Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2009 12:30:43 AM (16 years ago)
Author:
apeatling
Message:

Added option to turn off forum directory if your bbPress tables sit in a different database (meaning the directory won't work anyway)

File:
1 edited

Legend:

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

    r1753 r1861  
    2020        else { ?>
    2121            <p><?php printf( __( 'bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can <a href="%s" title="Reinstall bbPress">re-install</a>', 'buddypress' ), site_url( 'wp-admin/admin.php?page=buddypress/bp-forums.php&reinstall=1' ) ); ?>
     22            <p><?php _e( 'NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.', 'buddypress' ) ?></p>
    2223        <?php   
    2324        }
Note: See TracChangeset for help on using the changeset viewer.