Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Integration problems – WordPress 2.8.4 to bbPress 1.0.2


hopeful4info
Member

@hopeful4info

Hmmm, that’s interesting. I ftp’d the options-wordpress.php file down from the site and opened it in Dreamweaver. I recognize some of the comments in this as being from the “wordpress Integration settings as found in the Settings/Wordpress Integration tab of the Admin section of bbpress. This is where I set the “User Role Map”, WordPress Address (URL), Blog Address (URL), auth cookie salt, secure auth cookie salt, and logged in cookie salt.

HOWEVER, when I look into the actual options-wordpress.php file (as ftp’d down from the site) and open it up, the php code still seems to be asking for those items??? I just copied a bit of the code from that file and pasted it below. Please advise,

<table>

<tr>

<th><?php _e(‘WordPress’); ?></th>

<td></td>

<th><?php _e(‘bbPress’); ?></th>

</tr>

<tr>

<td>AUTH_KEY</td>

<td><=></td>

<td>BB_AUTH_KEY</td>

</tr>

<tr>

<td>SECURE_AUTH_KEY</td>

<td><=></td>

<td>BB_SECURE_AUTH_KEY</td>

</tr>

<tr>

<td>LOGGED_IN_KEY</td>

<td><=></td>

<td>BB_LOGGED_IN_KEY</td>

</tr>

</table>

Skip to toolbar