Search Results for 'bbpress'
-
Search Results
-
Hi Guys.
I hope you can help. I am using the latest version on wp and bbpress. My site is http://www.recipebrag.com
I have just set up cloudflare and since when posting a reply or making a post, it takes ages for it to appear. I don’t know if it is to do with cloudflare or not. Has anyone else had this issue?
I have searched but cannot find an answer.
TIA
Steve
in the notice text area of a forum, there’s message:
“This forum contains xxx topics, and was last updated by”
and there’s an avatar before the user, how to remove that?also, that’s the case for a topic, how to remove that?
“This topic contains xxx replies, has xxx voice, and was last updated by”BTW,
I managed to remove some avatars in other areas through this:.widget_display_topics .bbp-author-avatar { display: none ! important; } .bbp-topic-started-by .bbp-author-avatar { display: none ! important; } .bbp-topic-freshness-author .bbp-author-avatar { display: none ! important; } <code></code>reference:
Topic: Request: Voting
Hi,
I’m setting up a non-profit forum for history teachers to share courses and other stuff. Would be great to have a ‘like’ or voting function and a widget with most liked forum posts to give sharing teachers some credit.
I was OK with ‘BBpress Like Button’, except for the lack of a ‘most liked’ widget, but I had to manually delete it with the last update of BBpress because of a dependency, I think. Now I’m not feeling safe with a plugin that f. up my site when I update.
I have installed the ‘GetShopped Support Forum Plugin’ from Github – does anyone have experience with this?
Is there any plans to build voting in to the core of BBpress?
Thanks,
Lars
(sorry, offline-site. child theme in use.
WP 4.1.1, bbpress 2.5.5)
Hi!How (and where) could I make bbpress count posts/topic replies starting at “1” instead of “0”?
As I’d like to forbid creating new topics while replying to topics is allowed I don’t want the creation of a new and empty topic being counted as topic-reply.
Could you help me?
I have upgraded bbPress from 2.5.4 to 2.5.6.
All went ok, there was a core .css file directly edited that broke the sidebars, so have put the old one back in and site looks ok. Other than that, everything appears to be in order except for the topics Now not appearing.You can see that is says 500+ topics, etc. but blank under the heading. The data is in the database. I am tempted to upgrade the WP version and then some miracle it’s fixed… but in the real world, I think I really want to fix this first.
Any ideas? I am hoping it will be a simple fix.
bbPress v 2.5.6
WP v 3.9.3Thank you in advance for your assistance!!
First I would like to says a lot of thanks for this great work you have done in bbPrees..! 🙂
My problem since a few days which I started to use bbPress was that the notification emails was not received by the users…
In v2.5.5 the problem was somewhere in not keeping correct subscription info for the user, so the sending notifications procedure does not even try to send the email…
In latest version, 2.5.6, the problem persists but in an other point…
Now the email is sending with success but the notification email does not reach the user because the “to” field in wp_mail, $to_email, contains the noreply email address and not the email address of the user..! 🙂
Can you please fix this bug for me?
Can I contribute myself in the future in the development of this plugin? Can you give me some directions for doing so?
Thank you for your time and effort… ! 🙂
I creating a custom import for ExpressionEngine. The name of my file and class is “ExpressionEngine”. For the “authenticate_pass” method I have confirmed it is done the same way EE does the compare with all the different hash algos it could be in a different test php file.
The problem is if I try to login as one of these users I get errors:
Notice: Undefined index: _bbp_converter_rows in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 651Notice: Undefined index: _bbp_converter_db_user in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Notice: Undefined index: _bbp_converter_db_pass in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Notice: Undefined index: _bbp_converter_db_name in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Notice: Undefined index: _bbp_converter_db_server in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Can’t select database
I then removed the “_bbp_class” meta for this user and reset their password and can login just fine. So it has to do with “bbp_user_maybe_convert_pass” method when including the converter.
I truly appreciate any help with this. I am on v 2.5.5