SKParticipant
hi~ bbPress is really great and I do love it. however, when i transferred my wordpress to a new server. something bad happen.
when I enable the bbPress, an error message shows up:”Warning: Creating default object from empty value in
webwp-contentpluginsbbpressbbp-includesbbp-core-compatibility.php on line 84″
I guess it has something to do with this code ‘$bbp->theme_compat->theme = $theme;’
could anyone give me some instruction?
the theme i use is the default Twentyeleven Century.
thanks a lot in advance!
ahh i found the line ill change it from false to true
okay i got it now what do i do to it should i add define(‘WP_DEBUG’, true); to the bottom of the page
Here’s a real basic rundown of what I did.
Add this to your theme’s functions.php file
add_theme_support( ‘bbpress’ );
Create a Child theme for your current theme — https://codex.wordpress.org/Child_Themes
Copy the files from plugins>bbpress>bbp-themes>bbp-twentyten into your child theme folder.
Go to your WP Admin and activate your child theme
Edit the child theme as needed to match your site. You may be able to get by with just editing yourchildtheme>css>bbpress.css, but you can change any of the theme files to make the forums look however you want.
wp-config.php is located in the root of your wordpress directory.
I am really impressed with BBPress so far however I’ve uncovered an annoying little problem that I just can’t fix.
Whenever I log out of either BBPress or WordPress I get redirected to a subdirectory on level down. My install is currently in a subdirectory while it’s being developed but the log out adds another subdirectory of the same name.
An example would be http://www.domain.com/dev
and when i log out i redirect to http://www.domain.com/dev/dev
If I deactivate BBPress this no longer happens so I know it’s something in the plugin. Can anyone help please?
Thanks
i have thats the thing it saves all my forums and stuff after the reinstall
Sounds weird. Get a back up, and try re-installing.
Really need help with this
i need to remove all old files and get new ones
How can i do a complete uninstall of bbpress?
So i can reinstall and everything should work
Is it ok for me to start with bbPress 2.1 + WordPress, then later upgrade to BuddyPress if my site grows and it will form a natural community?
Sorry to “bump” this, but I was really hopeful that someone would be able to help
What I can see I have WordPress in form of “3.3.2–sv_SE ” The back-end is in Swedish and as for what I can see the site is in swedish but bbPress is not.
The language files for WordPress are here:
/vaxmora.se/wp-content/languages
For bbPress are here:
/vaxmora.se/wp-content/languages/bbpress
I did as said before “do like this and it should work” and right now I don’t know anything… so how should I do? How should it be?
Please add here how it should be.
1,
2,
and so on…
Thanks
Do you also have the WordPress translation files where they belong? If WordPress core cannot find its translations, it will revert back to English. If that’s the problem, it’s possible you’ve had bbPress’s in the correct locations already, and WordPress was nooping it.
Hello, I would like to know the same thing. Anyone have an answer? My forum is at http://salt-care.com/dev/forums/.
It’s a shame that users have to see the WordPress news and such on the generic WordPress dashboard once they create a forum participant account. There must be a plugin for this.
It is the same as to register in WordPress.
http://yourdomain.com/wp-login.php?action=register
When registered in WP they can participate in the forum. At least my test forum works like that.
where is the wp-config.php file located?
Thanks for the link!
Unfortunately it did not help much.
I installed bbPress directly from the WordPress (as a plugin).
Does anyone know if it has developed a plugin (the last 11 months) that allows people to register?
Check your bbpress settings and wordpress media settings and make sure you have them both set to auto-embed videos.
Are you able to view your php error logs? If not, you could add this to your wp-config.php..
define(‘WP_DEBUG’, true);
Viewing the errors will give you an idea of where the problem is.
I have installed BBpress on my wordpress site and all of a sudden when i go onto my forums page the categories are not showing its just a white page with template
i have tried re installing and still no luck
Please help