Search Results for '"wordpress'
-
Search Results
-
Have any of you tried importing large/medium sized bbPress 0.9/1.0 forums into bbPress 2.0? If so, did the migration go successfully, or were there a few hiccups in getting the data to port in one chunk?
I attempted to migrate a reasonably big forum this afternoon and it didn’t go particularly well. It threw an error (can’t remember what it said – need to attempt again) and locked me out of WordPress. The automated database backup worked well, so I was able to get it back up and working just fine though.
There’s around 115,000 posts and 44,000 users in the forum I was attempting to migrate.
Hi guys, im new to BBPress but very impressed seeing it working in action on other sites.
I recently purchased a theme from themify.me (a really good builder of wordpress theme’s an loads more.
I installed BBPress onto the new theme (now this guy uses BBPress on his themify.me site and works a charm so his themes should be compatible he said.
The problem im experiencing is that the main forum looks correct and the right size but the sub forums and the topics are all crushed up over the left side of the screen and ive no idea why. There is no custom coding here so im clueless?
Here are some screen shots, can somebody point me in the right directions please?
Cheers
Steve
http://www.streetphire.co.uk/wordpress/wp-content/uploads/2011/06/forum_main.jpg
http://www.streetphire.co.uk/wordpress/wp-content/uploads/2011/06/forum_bmx.jpg
http://www.streetphire.co.uk/wordpress/wp-content/uploads/2011/06/forum_bmx_topic.jpg
Howdy,
I have tried numerous time over the past couple of days to recover my password for bbpress.org and the process is failing with the error “You are not allowed to change your password.”
Repo:
1. Click ‘Recovery Password” on bbpress.org
2. Open email received and click on the link to reset your password.
http://dl.dropbox.com/u/32197652/bbpress%20password%20reset.JPG
To work around this issue and reset your password go to http://wordpress.org/support and follow the same procedure to reset your password and this password reset will work for both wordpress.org and bbpress.org sites.
Cheers,
Stephen
Hi,
I’m having trouble connecting to my database that I have set up. Firstly it looks like the first step of the install process is changing the forum database (causing the DB Error: cannot select’, as in this forum post:
I went ahead and changed the config file manually, but when this happens I get the ‘ERROR: Could not establish a database connection’.
I have a feeling it is to do with leaving the MYSQL hostname as localhost. If so, where should I get the alternate hostname?
Here is the config file:
<?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’, ‘Forum’ );
/** MySQL database username */
define( ‘BBDB_USER’, ‘XXXXXXXXXXXXXX’ );
/** MySQL database password */
define( ‘BBDB_PASSWORD’, ‘XXXXXXXXXX’ );
/** 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’, ‘Y]YVAAW{KX<z8*H4,E`8t2%j#F{yFuz?6yZDR-|}Ot@m <P8|TKIpyaF]Mh_N*RO’);
define(‘BB_SECURE_AUTH_KEY’, ‘lgS<S0vo^-ojBRp(_i6@9uUa<e|36aXV)_B|8#Eqb^M|
|ZY{.(`-?wBu>NTOdV’);define(‘BB_LOGGED_IN_KEY’, ‘;
+XoB4ti%4.!RhNcuE3|n_1~Va,oQ6>1%b9O>^A ;:{^XXzCi=G`f))q9 B{!u’);define(‘BB_NONCE_KEY’, ‘d44;tp-T)%z:p;fz}P{4PzGrdp8DfIt$g@O?}-)bqn_lE|@;L^sEIO75zC-(I#J@’);
/**#@-*/
/**
* 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!
*/
$bb_table_prefix = ‘bb_’;
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called “my-languages” in the root
* directory of bbPress. For example, install de.mo to “my-languages” and set
* BB_LANG to ‘de’ to enable German language support.
*/
define( ‘BB_LANG’, ” );
?>
Any help would be greatly appreciated, thanks in advance.
Tristan
Topic: Can't find bb press admin
I used my current wordpress site to install bb-press. I have the forum set up menu in the WP-admin section and it seems to be working. http://www.gadgetsandgizmos.org/forums/ but i can’t find where to login to the bb press admin section to change settings etc.
The site is using my default theme and working nicely, so great job there.
