// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// If your bbPress URL is https://bbpress.example.com/fo rums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = ”; // Example: ‘https://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘http:/localhost’; // Example: ‘/forums/’
//________________my_error________________
// What are you going to call me?
$bb->name = ‘Thinker’;
// This must be set before running the install script.
$bb->admin_email = ‘[email protected]’;
How to set up this script to run my bbpress under localhost conditions?
2 wordp and bbp are in separate folders.
(I am not sure that plug-in that automatically creates a new thread in a forum, when you post a page in a blog will work, if two things go to separate folders)
(There is also a plug-in forum, but it has no such option and I am unable to create such option, to start a thread automatically.)
I have a dilema.