Search Results for '"wordpress'
-
Search Results
-
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!
Please advise about the web addresses of the best freee bbpress theme that integrated seamlessly with wordpress theme
many thanks
Topic: How to install?
I use wordpress theme on bluehost domain. I am not sure where I should upload the bbpress folder into. I would like the forum to be one of the pages of the website.
Thank you in advance!
You guessed right! A newbe:-) I figured out how to have a link from WP to bb. But not the other way round. Help. Using the Kakumei 1.0 theme.
You can see it on bottom of forums http://wordpress.org/support/
I want to trace these stuff, please guide.
Thanks

