Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Latest update broke sitemap
WordPress 4.8.1
bbPress 2.5.14
Running PHP v.7.1
https://idwph.com/sitemap_index.xmlI currently have bbPress disabled and now my sitemap works. I didn’t have this problem with the last version. I will search for it to install it again.
Edit:
Nope, just installed 2.5.13 and still have a sitemap error. Is there a place to get an even older version or do I just need to go with mybb?Hi guys,
More than two years ago I posted the following bug report:
A ticket was opened for this bug here:
https://bbpress.trac.wordpress.org/ticket/2864The issue was marked as fixed and the bug closed; however, the bug is not actually fixed and is still present in the most recent release.
Here are the original details:
Context:
On the “Edit Topic” screen, there’s an “Author Information” box including an ID field. When you begin to type text into this box, the admin-ajax action “bbp_suggest_user” should auto-suggest potentially matching users.
Issue:
The user autosuggest is not returning any users, just “-1”. Having dug into the code, the step that’s failing is wp_verify_nonce() in check_ajax_referrer(), which is invoked on line 745 of bbPress file includes/admin/admin.php. The nonce is making it into wp_verify_nonce, but is not matching any expected/acceptable value – so wp_verify_nonce falls out the bottom with a failure.If I remove the check_ajax_referrer step, the Edit Topic user auto-suggestion works perfectly so it’s definitely the nonce validation step that’s the problem.
Current context in which I’m still seeing the bug is WP 4.8.1 Multisite, bbPress 2.5.14, PHP 7.0.22. (I’ve been seeing the bug for over 2 years though, including with PHP 5.x).
Would be really grateful if this bug could be fixed in the next release, because I’m having to manually patch every release at the moment (I have a user whose job relies on this function working properly.)
Thanks!
Just pushed RC 5 to WordPress.org.
Hoping this is the last one. <3
I just got notice when I went to the backend of my wordpress site that there was an update. It was a bbpress update, so I clicked to install it and it broke my website. I can’t get to the plugins page or anything to uninstall the update. Please help! Even the front end of my website is down. http://mariealline.com.
It looked like it installed correctly, but I get a HTTP ERROR 500 when I try to access my homepage or any other page on the website.
“Downloading update from https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip…
Unpacking the update…
Installing the latest version…
Removing the old version of the plugin…
Plugin updated successfully.”
Thank you,
marieallineHi all
I’m using the ‘Kleo’ WordPress theme on WordPress 4.7.5 and BBPress 2.5.13, and am trying to change the standard links to forums in BBPress as they are too difficult to read currently, specifically the ‘bbp-forum-link’ class.
What I’m trying to achieve is a background highlight on each link, with rounded corners, plus a little extra space between them using the following code:
color: #e4e4e4; background: #232323; padding: 1px 2px; margin: 2px 2px; line-height: 1.7; border-radius: 3px;I have also put this image together of what I’m trying – https://imgur.com/OKO9pZ8
How would I put this code into the custom style.css file of Kleo to stylise these links, please?
No link to site as it is on my local host (MAMP PRO 4 if that helps)
Many thanks
I have a WordPress project that hasn’t been worked on for a year. Coming back to it today and fixing a few issues with plugin updates etc.
I have an ACF options page that has a repeater with post relationship fields. When logged in, the data is returned correctly in a get_field but when not logged in the fields are returning an empty array.
Disabling BBPress stops this issue.
Is there anything I can do here?
This is the same issue here: https://support.advancedcustomfields.com/forums/topic/relationship-field-objects-not-showing/
But that fix no longer works?
I have wordpress 4.8.1 + bbpress 2.5.13 with fresh installation. No plugin at all. When I click from control panel “All forums” it will redirect me to white blank page.
What I have tried:
Re-install the wordpress.
Re-install bbpress.
Deleting the whole website and the database and make another one.Also if I put the short code of the forum that I made inside any page it will show the forums. but if I clicked on any forum it will show white blank page! Any help here?!
Topic: Memory leakage
I have a WordPress multisite (4.8.1) with a bbPress forum (2.5.13). The php.errors.log show a memory leakage (PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 262144 bytes) ).
I have inactivated the plugins one after the other and it seems that bbPress is causing the leakage.
In the wp-config.file it stands:
define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ );
In the .htaccess-file it stands:
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 768MIs memory leakage a common problem in bbPress? How do I solve the memory problem without leaving this forum plugin?
For some reason some users get registered without an assigned forum role, like 50% maybe. When I try to change the forum role of a group of users it does not work, I have to open each user page individually and change it, and that is a PITA when you have hundreds of accounts that need to be changed. Using bbPress 2.5.13 and WordPress 4.8.1, also installed BuddyPress
Topic: Lead Topic won’t stay on top
We are using bbpress 2.5 on WordPress 2.8.1. We are using bbPress for both the WordPress Comments/Replies and a regular forum.
When creating a topic in the regular forum, I see that all the replies appear above the original post. We need the original post to stay on the top for the forum.
How can we accomplish this?Thank you.
I created a forum, but when I click on “all forums” to edit my forum, I get a “This page isn’t working” error.
I have already tried to resave my permalinks, but the problem still exists.
I am using the Kleo theme, but the problem still exists when using theme twenty twelve and any theme I try.
Using bbpress Version 2.5.13
Wordpress Version 4.8.1Hello,
Sorry if this question has already been asked.
I have a WordPress website that has been custom developed on top of the Twenty Twelve WordPress theme. I want to migrate it to a new theme (on the same installation) and have been working out how to transfer the custom features to plugins.
The final step is the forum and I want to give bbPress a try but have no clue where to begin with. The forum posts are using a custom post type and are stored in the wp_posts table in the database.
I read about the custom importer, but I am not a developer and kind of got overwhelmed. Is there anyone who has done this before and can perhaps share their process step by step. I should be able to work it out from there.
Thank you in advance.
