Search Results for 'test'
-
Search Results
-
Hi
I use the latest version of wordpress and bbpress and the twenty twelve theme.
My users can not check the option “Notify me of follow-up replies via email” so that they receive a notification by email.
The same checkbox I see below this window.Who can help me out.
ConradTopic: Misalignment/Margin Problem
Hey everyone. I’m not the most css savvy yet, but I can usually chase down a problem after a while… not this one, it seems. Why is my text outside of the margins on the left side? I’ve already had to add a snippet of code to my theme’s style.css to take care of some strange bullets, but the text was misaligned before doing that as well I think. Thanks for your advice.
I just installed bbPress today (Version 2.5.6), and although I have been able to create new forums, every time I try to add a new topic I get “ERROR: Your topic cannot be empty.”
I am using the latest version of the Nirvana theme (version 1.0.5), which is supposedly compatible with bbPress.
I have searched some forums and tried adding the line “define(‘WP_MEMORY_LIMIT’, ‘128M’);” to wp-config.php, but still no luck.
I have just installed wordpress, so at the moment the only plugin I have installed is “TinyMCE Advanced” which facilitates font modification (size, underline, family, etc.) in the post editor, and even after deactivating this nothing changes.
Please help đ
The âBack to Discussionsâ link in my forum take me back to my siteâs homepage, instead of the listing of forum discussions. Do I have something set wrong? I canât find anywhere to fix this.
*(I did post this in 2 unresolved BuddyPress threads, although I was referred this forum. I searched for existing matching topics in your Troubleshooting forum, and only found one other matching thread that is also unresolved: https://bbpress.org/forums/topic/â-back-to-discussions-link-goes-to-home-page/)
All help is appreciated!
On the main forum page here on bbPress.org the latest topics are listed with the wrong freshness time. More than half hour incorrect more some. The freshness time on the specific forum pages are correct though. Why is this?
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
I’d like to edit my forum homepage to show the latest posts (much like this forum), as well as the main forum topics, but what is the name of the file actually controls the display of the forum homepage? I can’t believe I’m asking this, but I just can’t figure out where it is!
And are there conditionals you can use to target different pages – similar to wordpress is_home() is_archive() etc – and if so, is there a list of them somewhere?
Thanks for any help at all.
Hi. I’m wanting to hide the “view topic” page from users that aren’t logged in. Anyone know how to do this? Instead I will display a message asking them to log in / register.
I don’t want to hide the forums or make them private as I’d like guests to be able to see what the latest topics are etc on the index, but they wouldn’t be able to read them.
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