Search Results for '"wordpress"'
-
Search Results
-
Topic: bbpress performance
Hi,
I have bbpress installed with a url prefix, everything is under /forums/. I noticed when I just access my frontpage, the plugin causes a site slow down of ~100ms. I have 25 plugins in total and I compared bbpress page load time with the page load time with the other 24 plugins activated.
bbpress does not render anything outside /forums/, so 100ms, I’d say even 20ms, CPU time per request is not justified.
I did a profile of my WordPress setup, which revealed that the main file ‘bbpress.php’ include()s 36 others scripts, takes up to 4MB of memory. Most of the time is waste in the ‘init’ hook, ~40ms.
Can you please fix this?
I tried conditional Plugin loading with Plugin Organizer, but it seems to break the rewrite to the /forums/ URL and it just redirects to the frontpage.
So basically, if the request it not within /forums/, bbpress should only set the rewrites, and this should be done within a couple of milliseconds.Thanks!
Hi, I’ve set up the lost password page with shortcode [bbp-lost-pass] but when users click on ‘forgot password’ and fill in the form they aren’t receiving an email with link to create new password.
Using BBPress Version 2.5.14 and BBP Private Groups Version 3.5.9. Using WordPress 4.8.1. The website is private so I can’t share.
Thanks in advance.
JUsers are currently unable to sign up for a new account on our bbpress forums now. I’ve double checked this myself, and I’m getting the same problem.
It tells you that you’ll get a confirmation email, but that email never arrives (not in spam either). I tried doing ‘forgot password’ after attempting to register (but not getting the confirmation email) and that doesn’t work either.
The only way I’ve successfully been able to create a new account is making an account on wordpress.com, then attempting to login with it on the forums and choosing ‘forgot password’ and getting a password reset email.
Our customers who have enrolled in a course are entitled to access a few forums in bbPress, but the problem is that even though they can access the forums and see the name of the topics in each forum, they can’t have an access to topics (can’t read, comment etc.). All the settings should be correct and I really don’t know how to proceed next. Only people with the highest admin rights can see the comments under different topics. Is anybody else experiencing the similar problem?
Wordpress version is 4.8.1 and bbPress Version 2.5.14. We are using Lifter LMS as a online course platform.
Hi there,
I’m writing because I have trouble to understand how templates are managed in BBPress (and wordpress I guess :)).
I’d like to have a specific template on the main forum page (the one displaying the different forums). And another template for the page displaying the different topics.Currently in the wordpress page where I pasted the short code [bbp-forum-index], I call the template bbpress.php, which is presented in the bbpress codex (See example at the end of the topic).
But how can I create a specific template for my forum index (listing all my forums), for instance “forum-display.php”. And another template, listing my topics (for instance “topic-display.php”).
Maybe my file bbpress.php is not appropriate to do so ? or need to be customized a bit ?
NB : I’m using twenty twelve theme
I hope my question is clear,
Thank you for your help,
Pierre<?php /* Template Name: index-forum */ get_header(); ?> <div id="primary" class="site-content"> <div id="content-forum" role="main"> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); ?> <?php /* This is the start of the page and also the insertion of the post classes. Post classes are very handy to style your forums. */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php /* This is the title wrapped in a header tag and a class to better style the title for your theme */ ?> <header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header> <?php /* This is the content wrapped in a div and class to better style the content */ ?> <div class="entry-content"> <?php the_content(); ?> </div> <!-- .entry-content --> </article> <!-- #post --> <?php endwhile; // end of the loop. ?> </div> <!-- #content --> <div class="login-sidebar"><?php dynamic_sidebar('forum_login_zone');?></div> </div> <!-- #primary --> <?php /* This is code to display the sidebar and the footer. Remove the sidebar code to get full-width forums. This would also need CSS to make it actually full width. */ ?> <?php get_footer(); ?>Hello guys,
I’m migrating from vbulletin to wordpress.
In vbulletin, I have a feature showing under user avatar, that shows a image “My photos”, and when someone clicks there, goes to a list of topics created by the user in forums ID X and Y.
If no topics created there, the image “My photos” doesn’t show.Is it possible to do this with bbpress?
Can someone give me a little help?Thank you in advance 🙂
Topic: Want to give role to users
Hi,
I have installed bb press plugin on my WordPress website, Now I am getting users by post method from some URL and I want to add those users in DB and provide them Participant as User role.
So far I have tried many things but was unsuccessful, can you please help me out as it is getting pain in my head now.Thanks,
ShradheyaTopic: 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?