Ticket #3592: 3592.patch
File 3592.patch, 1.8 KB (added by , 13 years ago) |
---|
-
bp-forums/bp-forums-admin.php
function bp_forums_bbpress_install_wizard() { 117 117 118 118 <?php } else { ?> 119 119 120 <p><?php _e( 'Forums in BuddyPress make use of a bbPress installation to function. You can choose to either let BuddyPress set up a new bbPress install, or use an already existing bbPress install. Please choose one of the options below.', 'buddypress' ) ?></p> 120 <h2><?php _e( 'Group Forums: One Click Install', 'buddypress' ) ?></h2> 121 122 <p><?php _e( 'BuddyPress forums are powered by bbPress. BuddyPress comes with a version of "standalone" bbPress, which is fully integrated into BuddyPress groups and activity streams. You can choose to either let BuddyPress set up a new bbPress installation, or use an existing one.', 'buddypress' ) ?></p> 121 123 122 124 <a class="button" href="<?php echo $post_url . '&step=new' ?>"><?php _e( 'Set up a new bbPress installation', 'buddypress' ) ?></a> 123 125 <a class="button" href="<?php echo $post_url . '&step=existing' ?>"><?php _e( 'Use an existing bbPress installation', 'buddypress' ) ?></a> 124 126 127 <hr /> 128 129 <h2><?php _e( 'bbPress 2.0: Alternative Setup', 'buddypress' ) ?></h2> 130 131 <p><?php _e( 'Advanced users may be interested in using the WordPress plugin bbPress 2.0 instead of the version of bbPress that comes with BuddyPress. bbPress 2.0 forums are integrated with BP activity streams and profiles, but are <em>not</em> integrated with BP groups. You can download bbPress 2.0 from <a href="http://wordpress.org/extend/plugins/bbpress/">the wordpress.org plugin repository</a>.', 'buddypress' ) ?></p> 132 125 133 <?php } 126 134 break; 127 135 }