Search Results for 'bbpress'
-
Search Results
-
I changed the url from /forum to /admin and it’s freaking out. It loads with none of the style sheets, so its black text on a while background. I changed the name of the folder to /admin and still it doesn’t work at all. Any tips for recovering this? The reason why I named the folder admin is because it’s just an administrative forum not for public use.
In light of whats being talked about in this thread ” http://bbpress.org/forums/topic/whats-happening-with-bbpress “, is it such a good idea to install this and perhaps start using it?
I do feel that the project has a strong community spirit, though mostly I feel its mainly because its closely linked to WordPress.
I really want to use this forum software as whilst its simple and kind of goes back to the roots of the forum days in that ever talked about “web 2.0” style, I dont want to build up a site using this software for the project to be binned later on down the line.
Many thanks.
Topic: empty background
I finally embedded bbpress into my wordpress theme, but the background is kinda transparent or gone. Can anyone help?
http://www.justinbieberzone.com/forums
i was using this tutorial http://tinsology.net/2009/05/seamless-wordpress-bbpress-integration/
thanks
i Read somewhere
“In order to do it, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ bb-config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).”
Where do I exactly insert this code in wp-config.php file?: require_once(‘path/to/wp-blog-header.php’); ??
This is what i see in my wp-config.php file. Thanks
<?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for bbPress */
define( ‘BBDB_NAME’, ‘metroadv’ );
/** MySQL database username */
define( ‘BBDB_USER’, ‘metroadv’ );
/** MySQL database password */
define( ‘BBDB_PASSWORD’, ‘xxxxxx’ );
/** MySQL hostname */
define( ‘BBDB_HOST’, ‘localhost’ );
/** Database Charset to use in creating database tables. */
define( ‘BBDB_CHARSET’, ‘utf8’ );
/** The Database Collate type. Don’t change this if in doubt. */
define( ‘BBDB_COLLATE’, ” );
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
*
* @since 1.0
*/
define( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );
define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );
define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );
/**#@-*/
/**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
Topic: Is bbPress What I Need?
Hi Everyone –
I’ve searched around the forum trying to find a solution to the issue I’m having, but didn’t have any success.
When a user comes to my forum, and clicks the “Add New Topic” link, without being logged in, they are presented with a Forbidden error. As it stands, the address they are being linked to is:
http://mysite.com/forum/bb-login.php?re=http://mysite.com/forum/?new=1
If I manually edit the URL to display as:
http://mysite.com/forum/bb-login.php?new=1
the user is presented with the login page before being able to post.
I currently have my bbpress installation integrated with wordpress. I didn’t do anything out of the ordinary when integrating, and followed the directions perfectly.