Search Results for 'test'
-
Search Results
-
Topic: TTFB problem
We have issue with the time to first byte (TTFB) using the plugin BBPress. On the single topic page we get TTFB about 5-7 sec. After researching this issue we have found that the problem is in the file “content-single-topic.php” and the bottleneck is the function “bbp_has_replies()”.
After researching this function we have found that the problem is in the code:
wp-content/plugins/bbpress/includes/replies/template.php:184
$bbp->reply_query = new WP_Query( $r );this row takes about 5-6 sec, so performing the query which retrieves the list of replies takes about 5-6 sec. Also we have dumped the query which is performed:
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts FORCE INDEX (PRIMARY, post_parent) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND (wp_posts.ID = 515125 OR wp_posts.post_parent = 515125) AND ( ( wp_postmeta.meta_key = ‘_bbp_forum_id’ AND CAST(wp_postmeta.meta_value AS SIGNED) NOT IN (‘515120′,’515123’) ) ) AND wp_posts.post_type IN (‘topic’, ‘reply’) AND ((wp_posts.post_status = ‘publish’ OR (wp_posts.post_status = ‘pending’ AND wp_posts.post_author = 0) OR wp_posts.post_status = ‘closed’ OR wp_posts.post_status = ‘hidden’) OR (wp_posts.post_author = 0 AND (wp_posts.post_status = ‘private’))) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date ASC LIMIT 56150, 25;
You can check a test here:
https://tools.pingdom.com/#!/NXIxm/https://www.bombingscience.com/forums/topic/tags-tags-tags/page/602/We are using Version 2.5.12
Could you please check this issue and provide us solution in order to speed up this query?
I am building a community website which will enable groups to post help requests on a bbpress forum. To post requests, all forum users must register.
In testing, when participants register for the forum, they are being assigned WP user roles too. I have set this to be Subscriber, but this is allowing them to access JetPack and some other things from the dashboard.
I don’t want forum particpants to have any access to the dasboard – only to bbpress forums. Am I missing a settings somewhere?
Thanks for your help.
I am using WP 4.7.3 and bbpress 2.5.12
Topic: Visual Editor Not Working
Hello,
I’m using the latest version of WP/BBpress/theme (SmartMag). With all plugins turned off, except, bbpress, I still can’t get the visual editor button to work. It’s there, you can click on it, but it won’t do anything.
The theme author swears it works with BBpress since 1.5 – so I don’t know where or how to troubleshoot?
Please advise if you have any ideas, thanks!
Hello fellow bbpressers,
I have a problem. Latest reply link in sidebar widget is not functioning properly in a thread with big amount of replies. On other threads it is functioning correctly.

Link is like this: http://dailyfantasysports.ru/forum/topic/ponesli-sandali-mityu/#post-21564
You see? There is no page slug in URL!
It has to be like this: http://dailyfantasysports.ru/forum/topic/ponesli-sandali-mityu/page/53/#post-21564
But it’s not!
How to fix it?
I’ve tried to repair forums (WordPress Dashboard -> ‘Tools’ -> ‘Forums’ -> ‘Repair Forums’ ) It helps. But only until next reply in this thread. After new reply link is broken again.
Please tell me how to fix it. Cannot solve this problem for whole month!
1.) I have tested and deactived all plugins, but there is no difference. BBpress just throws 404 on all child forums.
2.) i have tested with permalinks. Nothing works except for “default”, then it finds the sub forums and displays them all other permalink modes/options fails.
3.) I have checked .htaccess and cannot find anything special that could make a difference. I haven’t changed anything for sometime. It (bbpress) has worked fine until now.
4.) I’m using the latest version of wordpress, bbpress & buddypress.
Any idea what could be worng here? I would appreciate anything that would point me in the right direction!
Thanks!
WP Version: 4.7.3
bb Version: 2.5.12
Theme: Uncode 1.4.2 – compatibility confirmed
bb Forum Root: “forums”I’ve had some difficulty setting up and styling my bbPress forums root page, similar to this user: how-to-actually-partner-root-with-a-wp-page/
I have since figured out how to establish a custom WP page as a root for my forum. I had to match the slug declared in the forum settings, AND use the
[bbp-forum-index]shortcode. I thought it was either/or. If I only matched the slug, I would just get an empty page. If I just used the shortcode, I would have inconsistencies in the bbPress breadcrumb.Now that I have declared a custom root, I’m getting my styles ignored or rejected or something. I have my page options set to hide the page title, WP breadcrumb, and some “inline” CSS to hide the menu. (My client needs a custom menu.) These options and styles work on all pages except for the forums root. They just get ignored.
I tested with fresh pages built from scratch multiple times to see where the problem was. I can use the shortcode just fine, but then my custom page is no longer my root page. As soon as I set my custom page’s slug to match the slug in the forum settings, I lose my styles.
How can I get a custom forum root that also has custom styles?
What I want: (Visually at least)
http://kadpf.org/kadpf2017update/forums-ideal/What I get:
http://kadpf.org/kadpf2017update/forums/Thanks!
Hi,
I tried to add a custom css style to roles label, and it looks cool, but It doesn’t look right in mobile devices. I tested several codes without success.
May anybody help about it?
1.- Right now looks like this:
2.- I would like to have something like this:
Code:
{text-align: center; margin: 0 0 5px 0; padding: 1px; font-style: normal; border: 3px double #050505; background-color: #fff; color: #070707; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}Thanks,
Good morning, my name is Michael and I am writing from a distant country of Poland :). I have a website dedicated to bodybuilding based on xoops, but I will soon change to wordpress. I have converted all 1200 articles, comments and users, but I have a problem moving forums …
The newbb script is similar to phpbb, so I used the available converter in the admin panel, I modified it a little, basically the beginning of the category and description of the forum sections. It looks like:
http://www.kulturystyka.org.pl/test/forums/Further modification of the phpBB.php file unfortunately did not produce the expected results, because the newbb script has changed a bit, and the converter in the BBpress package is probably not updated for a long time ….?
Please help me to modify this file so that it finishes work ie it has moved topics, utterances and users. Below I show how the structure of individual tables in the newbb module (xoops) looks like. I am green in terms of these matters, I am surprised myself that I have moved the forum sections. My WP version is 4.7.3
I found something like this: https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/Example.php?order=name
Yesterday and today I’m struggling with it …
I will be very, but very grateful for the help shown. Regards, Michal
Link to the structure of table; posts, posts_text, topics and users:
http://www.kulturystyka.org.pl/newbb_table_structure.txtTopic: Text output error
If you write text, you will not jump to the next line.
I can not see all the text I have entered.# Trouble issue link https://www.dolzikoo.com/forums/topic/test-post2/
# bbpress test link https://www.dolzikoo.com/forums/forum/tttssss/