Search Results for '"wordpress'
-
Search Results
-
Hi All,
I am working on a WordPress / bbPress powered site, all has been great until I noticed that the option to Delete and Add a New Plugin had gone…. is this a known problem ?…. any help guys would be great.
Many Thanks,
Chris
Can anyone tell here what is best wordpress stat plugin
Topic: LDAP
Hi guys
If I install and use Simple LDAP plugin for WordPress, and also install bbPress, is bbPress also automatically synchronized with the LDAP/users, og do I need to have a seperate LDAP plugin for bbPress?
Thanks for any answers in advance
Guys been having some real problems from day one with this one.
Installed bbpress and a theme, integrated it into my wordpress blog.
all of that had its problems but i got around them and got it to work.
after everything I ended up getting tonnes of 404 errors everything is pointing to the wrong place and wondered how to fix it, first thing was that the forum link was pointing to the root folder but not a php file so It wasnt displaying anything. changed that to the index.php file and it was fine.
however once I got there I noticed the link to the admin cms didnt work because it pointed to the admin file …../bb-admin/ but not ……/bb-admin/index.php (this ending works)
What i did stupidly was in the cms changed the section that says bb press forum url. I changed it to …../blog/forum/index.php
Now that ive done this I can only access it in firefox and I cant change it back It just displays in plain text format aligned to the left of the screen and I no longer have a field to enter the old url.
Can anyone help on both issues, how to get it back to normal and how to fix my page not found errors.
thanks
I’m using WordPress 2.9.1 and the cookie integration doesn’t seem to be working. I did get the warning that the bbpress integration plug-in had not been tested with my version of WordPress.
Can anyone confirm that this is in fact not working? I believe my settings are correct. If it is confirmed, does anyone have any word on when it will work with 2.9.1?
Thanks very much!
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!
Step 1: Database config — is this a new Database that I need to create? Or should I use the same database that WordPress is using?
