Search Results for '"wordpress'
-
Search Results
-
Topic: Problem with integration
Hi,
I’m trying to instal bbpress and so far I managed to instal but I fail to integrate with WordPress
So I have WP in http://www.sitename.com/wpfolder, then inside wpfolder i added new one so my BBPress is instaled in http://www.sitename.com/wpfolder/bbfolder
And now I don’t know how to integrade
I’m getting this msg
Deep Integration With WordPress Required
It appears your WordPress installation isn't deeply integrated which is required for iBlogPro Forum to work correctly (it needs access to WP functions).
Please see Deep Integration With WordPressso everytime when I call BBPress http://www.sitename.com/wpfolder/bbfolder I can’t see dashboard only this msg.
So I know that I need to add
Functions (optional)
bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. This integration step is also known as “deep” integration, it is a totally optional part of integration and is not required to get shared cookies and logins working. In order to do it, you need to put require_once(dirname(__FILE__) . '/path/to/wp-load.php'); in bbPress’ bb-config.php (wp-load.php is in the same directory as WordPress’ wp-config.php file, so if your bbPress folder is directly inside your WordPress folder, the command becomes require_once(dirname(__FILE__) . '/../wp-load.php')
.but I don’t know where to add, I tried in bb-config.php but I get some errors, to be hones and don’t know where to past code
require_once(dirname(__FILE__) . '/../wp-load.php');so can somebody help me, or link me to some resources with answers?
Thanks in advance!
Topic: Thumbnails for Topics
Hi I want to make a Image Bulleting board sort of. But more importantly is there a way for the user to upload a Thumbnail for a topic(to be shown on the frontpage besides the topic title). (not nessesarily listed as an attachment inside the post, but as a thumbnail for the post shown on the frontpage) like a wordpress blog post almost?
So beside each topic, would be a 30×30 thumbnail of the topic.
Anyone know where i can start with this, or if there is a plugin already ?
Thanks in Advanced.
Topic: can't access bb-admin
I get these strange errors after trying to install bbPress
Forum could not be created!
Key master email not sent!Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 - Creating database tables
>>> Database is already installed!!!
Step 2 - WordPress integration (optional)
>>> WordPress address (URL): http://nightheaven.co.cc/
>>> Blog address (URL): http://nightheaven.co.cc/
>>> WordPress cookie keys set.
>>> WordPress "auth" cookie salt set from input.
>>> WordPress "secure auth" cookie salt set from input.
>>> WordPress "logged in" cookie salt set from input.
>>> User database table prefix: main_
>>> WordPress MU primary blog ID: 1
Step 3 - Site settings
>>> Site name: forums
>>> Site address (URL): http://forum.nightheaven.co.cc/
>>> From email address: address@yahoo.com
>>> Key master role assigned to existing user
>>>>>> Username: username
>>>>>> Email address: me@yahoo.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum could not be created!
>>> Key master email not sent!
There were some errors encountered during installation!Topic: Where is the plugin..?
I’ve been waiting for a bbpress plugin that I can upload to my install of wordpress to add bbpress as a forum the same way you install simple press.
OBSERVED BEHAVIOUR:
In Installation Step 3, the ‘”Key Master” Username’ is a text entry box, with no pre-populated values.
EXPECTED BEHAVIOUR:
The ‘”Key Master” Username’ should be a drop-list, with the admin IDs of the primary blog in it.
DETAILS
When integrating with an MU site, Step 2 asks for the WordPress Primary Blog ID.
In step 3, the install program uses the value entered to find administrators for the specified blog. The function
populate_keymaster_user_login_from_user_tablesconcatenates the database prefix, the blog ID specified, and the constant ‘_capabilities’. For example, if the prefix is ‘wp_’ and blog ID is 1, you get ‘wp_1_capabilities’.There’s only one problem with this. When you install WordPress, you have to complete the standard installation, and then reconfigure it to be a multi-site blog. For the standard installation, the first blog does not contain the numeric ID, and neither does the capabilities meta_key – it is simply ‘wp_capabilities’.
SUGGESTED FIX:
In Step 2, the pop-up help text for the “WordPress MU primary blog ID” field states:
“If you are integrating with a WordPress MU site you need to specify the primary blog ID for that site. It is usually 1. You should probably leave this blank if you are integrating with a standard WordPress site.”
Change the wording, to more accurately reflect what needs to be entered:
“If you are integrating with a WordPress MU site, you need to specify the primary blog ID for that site. If you have changed the primary site, enter the site ID. You should probably leave this blank if you have not changed the primary site, or if you are integrating with a standard WordPress site.”
If you install bbPress integrated with WordPress, the installation fails with a message “Your installation failed with some minor errors.”
Looking at the error log, the message was:
“Forum could not be created!”
I dug through the code, and found the problem, in bb-admin/includes/functions.bb-admin.php, in the function bb_new_forum:
// Expects forum_name, forum_desc to be pre-escaped
function bb_new_forum( $args ) {
global $bbdb;
if ( !bb_current_user_can( ‘manage_forums’ ) )
return false;
bb_current_user can ONLY return true if you are currently logged into WordPress as an administrator. I recommend changing the ‘if’ condition to:
if ( !BB_INSTALLING && !bb_current_user_can( ‘manage_forums’ ) )
I have just started using bbpress and I would like the theme to look like the main wordpress theme ie use the header and footer. I came across themepress but when i installed it i get:
Fatal error: Call to undefined function get_header() in /forums/bb-templates/ThemePress/front-page.php on line 1
I am using the latest version of bbpress and wordpress ie wp 3.0.1 and bb 1.0.2
is there a better way to integrate the theme?
Topic: WordPress 3 integration
Hi there! I am having trouble a problem with my bbpress installation. I have installed bbpress and completed deep integration with wordpress. I have also installed the plugin at http://bbpress.org/plugins/topic/zaerl-wordpress-3-integration/. The forum is live at http://www.mendabrokenheart.net/forum
Unfortunately, it is not possible for people to register. When they enter their information, it returns the message “email is required”.
Can you please point me in the direction of any potential solution?
I just shifted to new webhost recently and found that mybbpress forum is not working as it used to work before, I had also upgraded wordpress to 3.1. The bbpress forum version was 1…
I think something went wrong with the transfer to the new webhost
My bbpress forum and wordpress blog was integrated..
My wp blog – http://vlovers.com
My bbpress forum – http://vlovers.com/forum
Please see my error and hint me in required direction..
Thank you!