i had to uninstall the whole thing, including the database tables, then set it up fresh, i did not touch permalinks this time!
at one point I had to delete the htaccess file. but don’t take my word for it, there are several posts on the subject.
this is probably not the best solution, but I do hope the bbpress people can make set a sticky topic on this subject, including a warning, as looking through the forum, you and i are not the only ones who had this issue.
Anyone else having problems with non-admins replying?
Edit: Found the problem
bbp-functions.php line 142 is
$reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_description'] );
should be
$reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_content'] );
The current version won’t, that’s for sure..
The current version won’t, that’s for sure..
The theme shouldn’t need moving, but if running locally you might have a few problems, depending on your setup.
Yes create a page with the template bbPress – Forum index.
Would this plugin work with the new bbPress plugin that is being developed?
Would this plugin work with the new bbPress plugin that is being developed?
Can you be a bit more specific? bbPress version, plugins installed, etc..
Can you be a bit more specific? bbPress version, plugins installed, etc..
My sweet Nicer Permalinks plugin, indeed!
My sweet Nicer Permalinks plugin, indeed!
There is a plugin that changes the URLS so they are like:
domain.com/forum/forum_slug/topic_slug/
There is a plugin that changes the URLS so they are like:
domain.com/forum/forum_slug/topic_slug/
How do I use the theme? I copied over the files directly into my WP theme which works but I’m guessing this is not the way to do it.
Also for the main form index do I create a page called Forum?
Downloaded SVN and admin panel is now working. Thank you to everyone working on the plugin.
Create a sitemap.xml of the revelant posts and ping the webmaster tools.
Create a sitemap.xml of the revelant posts and ping the webmaster tools.
BBpress is not a search engine friendly forum. I am right ?
I have installed this bbpress on my website (http://www.consumercourt.comn.in) but its not able to perform well in Google because of, its not following the standard forum structure. I am getting almost 3 to 4 unique articles per week on my forum. But to crawl these articles google is taking a month. This situation has made me to tell you that bbpress is not search engine friendly…
Please let me know your thoughts. Please share your experience, if any.
And also please let me know how to make it seo friendly ?
At http://www.alexapps.co.cc/community/ we have a bbpress installation. It’s hosted at source forge because we didn’t want to use there forum system that is already supplied, and i already know that they have the mail function disabled in php so you have to use a external smtp server to send email and i’ve tried the SMTP mailer for bbPress and it doesn’t work with gmail or the smtp server source forge supplies. What can i do?
Hello everyone,
Whenever the IP is changed, my installation of bbPress logs me out and ask me to login again.
I’ve checked the cookies, the expiration date of them are in 2011
How can i fix that?
Thanks
That ticket has been fixed, demo updated.
hello,
Just installed the bbpress thing. Everything worked up until i changed to permalinks.
Now I get an internal server error. Is there a way to just put it back to what it was?
thanks,
Bert
the space on the left is for: Hot Tags – and currently has just the one in there: bbPress
the space on the left is for: Hot Tags – and currently has just the one in there: bbPress
You can’t due to a current bug: https://trac.bbpress.org/ticket/1357
As you’ll see I think I have now identified why it’s happening and hopefully JJJ will be able to fix it soon.