Search Results for 'bbpress'
-
Search Results
-
Hi –
I’m trying to install the current alpha version of bbpress. In step 2, I’ve selection the option to add cookie integration settings (since I’d like shared login with my WordPress site (version 2.6.3 of WP).
The installer is asking for “salts”; the explanation is:
<i>This must match the value of the WordPress setting named “auth_salt” in your WordPress installation. Look for the option labeled “auth_salt” in this WordPress admin page. If you leave this blank the installer will try to fetch the value based on your WordPress database integration settings.</i>
I have no idea what this auth_salt is. A text search of my WP directory reveals a reference to it, but no definition. And, I’m not sure what the directions mean by “WordPress admin page,” but I can’t find anything in there about this either.
Any idea what’s going on? Thanks.
Topic: uninstalling 0.9?
Hi –
I just attempted to install a .9 release of bbPress, then realized it’s not compatible with WP 2.6.3. How can I uninstall bbPress before giving the alpha version a go?
Thanks…
Topic: Can anybody help me?
Hi, I have a weblog that powered by wordpress in these address http://www.caspiantools.ir, add I install bbpress in these address http://www.forum.caspiantools.ir successfully. Can you see me a plugin that show my 10 or 15 last forum posts in side bar on my blog theme? I use Persian language in my forum, and it must to be right to left, what can I do for RTLing?
Hi ,
I just installed bbpress 1.0-alpha-2 with wordpress 2.6.3, but not intergete with wordpress. the installation is very smooth. but when I access my forum, got Http 404 error(page not found). and my server supports permalink . following is my bb-config.php, please help to take a look.thanks a lot.
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘******’); // The name of the database
define(‘BBDB_USER’, ‘******’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘******’); // …and password
define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change these last few
define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old bb-config.php does
define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them
// If you are installing for the first time, leave them here
// Change each KEY to a different unique phrase. You won’t have to remember the phrases later,
// so make them long and complicated. You can visit https://www.grc.com/passwords.htm
// to get phrases generated for you, or just make something up. Each key should have a different phrase.
// If you are integrating logins with WordPress, you will need to match each key to
// the value of their equivalent keys in the WordPress file wp-config.php
define(‘BB_AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.
define(‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.
define(‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.
// If you are running multiple bbPress installations in a single database,
// you will probably want to change this.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BB_LANG to ‘de’
// to enable German language support.
define(‘BB_LANG’, ”);
?>
Topic: New installation
I am trying to install the bbpress tool. I am not very skilled at what I am doing, kind of learn as you go. I have a site vuuch.com and a wp blog at vuuch.com/wordpress. I now want to install bbpress. I have downloaded the install, extracted it and copied to /forum. When i go there I am asked a bunch of things I am not real sure about. This is where I am stuck. My wp blog was installed using godday app installer, so I was removed from so details…
I get “There doesn’t seem to be a bb-config.php file. This usually means that you want to install bbPress” which I think is normal. There is a bb-config-sample.php file at the location.
Questions:
What is the database it is looking for? My guess is i either point it at the wp db or create another one. I would like to create another, I HAVE NO IDEA HOW TO DO THIS???
If there are other things I will need to know on the next few step, please point them out.
I think I need to use something call c-panel to create the db but I am not sure nor do I know how to run this…
Thanks so much