[buddypress-trac] [BuddyPress Trac] #6703: Intalling old fashioned bbPress 1.x from BuddyPress installation

buddypress-trac noreply at wordpress.org
Sun Nov 1 11:45:49 UTC 2015


#6703: Intalling old fashioned bbPress 1.x from BuddyPress installation
--------------------------------+-----------------------------
 Reporter:  slaFFik             |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Component - Forums  |    Version:
 Severity:  normal              |   Keywords:
--------------------------------+-----------------------------
 When trying to use bbPress that is shipped with BuddyPress I go through
 forum installation logic, but have this code to add to `bb-config.php`
 file (on Windows it was unable to create the file, which is really
 strange).

 {{{#!php
 -1
 $bb->custom_user_table = 'wp_users';
 $bb->custom_user_meta_table = 'wp_usermeta';

 $bb->uri = 'http://trunk.bp/wp-content/plugins/buddypress/build//bp-
 forums/bbpress/';
 $bb->name = 'BuddyPress Trunk Forums';

 define('BB_AUTH_SALT',
 '=(.gWbVY2$j_8i)`.Q052,0EY[iRTKZ7JOaJ1I{ZY,JF^P1y&oPkc4+y5g/<{v-Z');
 define('BB_LOGGED_IN_SALT', 'J~BS(0W.{.5 3U>t];SG,g]t())~Z;6rE$nB;3 (x at C
 <}::<#SvqNk-r2eC f;6/');
 define('BB_SECURE_AUTH_SALT',
 'DU-<s}oI<Ul8At$r+);N4`Dg]i0Sl_I5-vWZoSN6kU4vIQT6/8[5++}!<geX:-ea');

 define('WP_AUTH_COOKIE_VERSION', 2);

 ?>
 }}}

 Note 2 problems here: `-1` instead of `<?php` and double slash in url to
 bbPress `buddypress/build//bp-forums`.
 Shouldn't there be something like `global $bb;`?

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6703>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list