Forum Replies Created
-
I added those lines right after define(‘BB_LOGGED_IN_KEY’ leaving a blank line before and after the two added lines.
I am not really sure about a fresh install. I am a newbie.
Cheers
I am still no nearer a solution.
Nope, I did both and the situation is the same.
OK, I guess I should modify that last posting. I now have tabs off to the right called “Profile”, “Edit” and “Favorites”. I still don’t see any WordPress integration section of the bbPress admin area, however.
Cheers. OK, I have added the bits:
define(‘AUTH_SALT’, ‘AUTHSALT’);
define(‘LOGGED_IN_SALT’, ‘LOGGEDINSALT’);
I filled in the correct values, but still no change in the Admin view.
I don’t have any AUTH_SALT and/or LOGGED_IN_SALT in my wp-config.php file.
How do I check this? I can’t seem to get to the settings page that included AUTH_SALT and LOGGED_IN_SALT
I don’t see anything with cookies in the bb-config.php file. Are you referring to the authentication keys? If so, my keys are set correctly.
Hi,
No, the screenshot is what it looks like when I click “Admin”
I have an “admin!” link, an “Admin” link and then a “Log Out” link. When I finished installing bbPress, I got the following message:
“Once you have finished installing, you should visit the WordPress integration section of the bbPress admin area for further options and integration instructions, including user mapping and the correct cookie settings to add to your WordPress configuration file.”
The only thing that I can see that I can do in the Admin area is to add a new topic. I don’t see anything like what was described in the message.
Lastly, how do I place a http://www.site_name.whatever/forums/ link to the forum next to the pages links in the header and footer of my WordPress site? I tried placing it next to <?php wp_list_pages(‘title_li=&depth=1’); ?> but then everything went blank on the site.
Cheers
In reply to: Creating WP user database table prefixDoh!! Many thanks.