Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 9,026 through 9,050 (of 64,454 total)
  • Author
    Search Results
  • #183684
    finishlikepre
    Participant

    No only bbPress 🙂

    #183678
    horsmanzach
    Participant

    Hello, I am running WordPress 4.7.4 and bbPress 2.5.12.

    My forum can be found on https://thehulkpress.com/forum . The page looks exactly how I want it to there, but when I click on the forum channel the page background changes to white. I’ve tried a variety of different css codes to change the rest of the pages to black, but can’t seem to find the correct block of code. Can someone suggest a way to change not only the first page, but the rest of the pages’ background to black? Thank you

    – Zach

    pluplik
    Participant

    Hi.
    I moved my localhost site to my domain.
    All went great except bbpress.
    When I load the forum page it doesn’t work and show an error page not found.
    Tried to delete forum page and recreate, tried to uninstall bbpress and install again. No luck.
    I think its has something to do with the database but not sure.
    Followed the tutorial to install.
    Permalinks I refreshed it.nothing so far.
    Thx for help.

    #183666
    softgenic
    Participant

    I manage to do this by PHP code but I am now facing one small issue the freshness time that’s coming through bbpress recent topic widget is different as compared to the freshness that’s coming through <?php printf( __( 'Last Post: %1$s', 'bbpress' ),bbp_get_topic_freshness_link( array('post_id' => get_post_meta( get_the_ID(), '_bbp_last_active_id', true )) ) ); ?> so can you please let me know how to atleast make sure the freshness time is correct?

    #183664
    magnaweb
    Participant

    Hello, I have a bbPress forum on my website. I am running WordPress 4.7.4 and bbPress 2.5.12.

    The way I want the entire forum to look can be found on https://thehulkpress.com/forum. However, you’ll notice when you click on the one channel available that the background of the page goes to white instead of staying black. I’ve searched numerous posts and have attempted to change all css fields that make sense to a black background. I have a feeling that the Divi theme that I am running is perhaps overriding this and I may need to change something in the php files, however I am not sure where to look for that. Would anyone be able to point me in the right direction? Thanks for your time,

    – Zach

    #183649

    In reply to: TTFB problem

    Stephen Edgar
    Keymaster

    There are quite a few performance improvements coming in bbPress 2.6 (to be released soon)

    Many of these improvements have been made to support the implementation of bbPress 2.6 here on the WordPress.org support forums.

    You can read more about this here https://bbpress.org/forums/topic/bbpress-2-6-beta/

    If you have a test site, or could set one help, testing 2.6 would help us help you 🙂

    #183642
    yo35
    Participant

    @Robin W: thanks for your answers. The “bbPress – Do Short Codes” plugin do the job.

    However, there is still a problem: bbPress seems to have a kind of postprocessing that adds several <p></p> tags within the post content, including the sections that result from shortcode processing. Is it possible to disable this behavior?

    #183641
    stefaanc
    Participant

    Hello Pascal,

    The way you described it, feels exactly like the feature I was looking for. I installed it, but nothing seems to happen right away (using [bbp-single-forum id=$id]). That’s probably because I use bbpress 2.5.12, and not the beta version. Do I understand it correctly that you would have to make a different plugin for the 2.5.12? Or should the “$translated_text == ‘Oh, bother! No topics were found here.'” be changed? — so far, it looks like that text is exactly what appears, preceded by ‘this forum is empty’.

    Looks like this is going to be resolved, very good — impressive support!

    Thanks,
    Stefaan

    #183632
    sally
    Participant

    Hello,

    i would like to hide topic / reply IDs, what appear on the right starting with # .., like its here in the bbpress forums…

    Is there a way, to hide the Ids only public, and only show them as admin?

    Is there a code snippet to accomplish this?

    Thx
    Regards
    Sally

    #183624

    Topic: TTFB problem

    in forum Troubleshooting
    newz12
    Participant

    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?

    #183622
    shlauncha
    Participant

    I feel as though I’m losing my mind. There’s an option to enable the full TinyCME editor correct?

    I’m looking at this: https://codex.bbpress.org/enable-visual-editor/

    But when I do that, all I’m seeing is this:

    I’ve tried the code in the codex on a base WordPress theme and all plugins disabled.

    Is it possible to enable a more robust editor?

    Thanks

    #183615
    sourfew
    Participant

    The whole wordpress site is slow for logged out users and I not sure if it’s related to bbpress or buddypress. Every page take about 4 sec and 0.5 sec for logged in users

    Wordpress: 4.7.3
    Buddypress: 2.8.2
    bbpress: 2.6b2
    25000 users

    With QueryMonitor I can see the following
    SELECT wp_users.ID,wp_users.user_login,wp_users.user_pass,wp_users.user_nicename,wp_users.user_email,wp_users.user_url,wp_users.user_registered,wp_users.user_activation_key,wp_users.user_status,wp_users.display_name
    FROM wp_users
    WHERE 1=1
    AND wp_users.ID IN (40269,32606,34524,34322,40331,40334,36153,25677… and all user id’s

    Caller is WP_User_Query->query()
    wp-includes/class-wp-user-query.php:600

    Component:
    Plugin buddypress

    The funny thing is if I disable bbpress and rtMedia with (bbpress plugin) that big query is not taking place.

    #183610
    lalit73545
    Participant

    Hi, is this possible we can display forum details like , suppose we have two forum, name called forum1 & forum2, Forum1 has 5 topics & forum2 has 10 topic. so is This possible on bbpress we can display first Forum1 then their associate topic 5 then later on forum2 then their associate topic 10. Please do the needful for me. Thanks i am waiting for your reply….

    #183604
    pluplik
    Participant

    Hi .
    I have .tube theme on wordpress
    I need to hide the header of the forum it makes a double text .
    double text on header

    I don’t know if its a theme problem or the forum page. or bbpress.
    thanks for the help.

    #183598
    Pascal Casier
    Moderator

    Hi @panda666uk,

    Kunena3 is in the list of forums that can be imported. Just go to /wp-admin/tools.php?page=bbp-converter after having installed WordPress and bbPress.

    Pascal.

    #183596
    Pascal Casier
    Moderator

    Hi,
    As the error indicates, this is coming from the bbpress-notify plugin, so you better post your issue on the dedicated support forum of that plugin.
    Pascal.

    #183593
    enquirer32
    Participant

    Warning: Invalid argument supplied for foreach() in /public/wp-content/plugins/bbpress-notify/bbpress-notify.php on line 204

    but it saves the comment and then if one tries again it becomes:
    Warning: Cannot modify header information – headers already sent by (output started at /public/wp-content/plugins/bbpress-notify/bbpress-notify.php:204) in /public/wp-includes/pluggable.php on line 1179

    #183591
    jdivis
    Participant

    Hello gpdesign93,

    The following style will hide the menu:

    body.bbpress #masthead .menu-container.menu-hide{display:none;}

    body.bbpress .main-wrapper .row-container.row-breadcrumb.row-breadcrumb-light.text-right{display:none;}

    body.bbpress .post-title-wrapper{display:none;}

    body.bbpress .main-container .row-container .double-top-padding{padding-top:0;}

    body.bbpress .menu-wrapper.menu-sticky.no-header{display:none;}

    Regards,

    Jason

    #183590

    In reply to: BBpress forum error?

    suparixi
    Participant

    Worked fine, thank you very much!

    Still one Question, I kind of commented the previous www/wp-content/plugins/bbPress directory changing its name instead of erasing it, just in case, is that necessary? Or will the beta-2 version be updated normally when the new fixed version comes out?

    #183583
    Pascal Casier
    Moderator

    Oh, I’m using bbPress 2.6-beta-2,
    If you use 2.5.12, the ‘Oh bother’ message needs to be slightly adapted

    Let me know what version you plan to use.

    #183566

    In reply to: BBpress forum error?

    lazormish
    Participant

    I’m really sorry. Problem solved. The bbPress version 2.6-beta-6251 is magic!

    Thanks!

    #183561

    In reply to: BBpress forum error?

    lazormish
    Participant

    I’m having the exact same problem as above, but no idea how to fix the problem, since I already have installed the latest version of bbpress. Here is my error message:

    Fatal error: Uncaught Error: [] operator not supported for strings in /home/sahbar5/public_html/wp-content/plugins/bbpress/includes/forums/functions.php:1800 Stack trace: #0 /home/sahbar5/public_html/wp-includes/class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query)) #1 /home/sahbar5/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #2 /home/sahbar5/public_html/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #3 /home/sahbar5/public_html/wp-includes/class-wp-query.php(1681): do_action_ref_array(‘pre_get_posts’, Array) #4 /home/sahbar5/public_html/wp-includes/class-wp-query.php(3238): WP_Query->get_posts() #5 /home/sahbar5/public_html/wp-includes/class-wp.php(617): WP_Query->query(Array) #6 /home/sahbar5/public_html/wp-includes/class-wp.php(735): WP->query_posts() #7 /home/sahbar5/public_html/wp-includes/functions.php(955): WP->main(Array) #8 /home/sahbar5/public_html/wp-admin/includes/post.php(1072): wp(Array) #9 /home/sahbar5/public_html/wp-admin/includ in /home/sahbar5/public_html/wp-content/plugins/bbpress/includes/forums/functions.php on line 1800

    What can I do?? Thanks for your help!

    #183548
    paperprofit
    Participant

    My problem was solved. I am not exactly sure how. This morning I started by setting up the protection (Wishlist) for each Forum, Topic and reply. I carefully selected the protection buttons and groups for each topic and reply and saved each page.

    I reinstalled the bbPress WP4 fix and bbPress WP4 fix 2 as suggested and then everything worked as if I never had had the issue before.

    I was sure that those fixes were installed and activated before. Whether I installed them properly or not (before) I am not sure, but I have all the plugins I had initially installed, yet the issue is gone.

    So thank you to Robin.

    Robin W
    Moderator

    bbpress uses wordpress registration.

    wordpress assumes that you will need a role, so requires all users to have one.

    The wordpress toolbar is frankly horrible.

    so simplest solution is to hide the toolbar for all but non admins

    there are several plugins available to do this

    eg https://wordpress.org/plugins/hide-admin-bar-from-non-admins/

    #183546
    panda666uk
    Participant

    Are there any free tools/files/code out there to migrate a Kunena forum on a joomla site over to bbpress on a wordpress site ?

    Thanks

Viewing 25 results - 9,026 through 9,050 (of 64,454 total)
Skip to toolbar