Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 2,351 through 2,375 (of 64,454 total)
  • Author
    Search Results
  • #227120
    ollietubb1
    Participant

    Hi there,

    I have been testing bbPress for my site but I am not sure it is the right fit.
    And so, I disable it and it causes a critical error in WordPress. I enable it again and the site comes back.

    I am using WP 5.9, DIVI theme 4.14.7

    Site: https://wbc1.otiscreative.co.uk/

    I would like to test BuddyPress but I don’t want to do this while I have this issue with bbPress.

    Let me know if you need any further info.

    Many thanks,
    Ollie

    #227110
    restorm
    Participant

    I’m creating a new site, which will have a BuddyPress Group for each geographic area, such as city, county, state, nation. They would be nested, and each would have multiple BBPress Forums, such as for neighborhoods within a city. I don’t really understand the purpose of giving Forums numbers: is it just to create a display order? I need advice on creating a numbering system for the Forums that will make sense, so I don’t have to re-do it later on. Thanks.

    #227095
    cosmiclove1978
    Participant

    Thank you, Galt! Almost 4 years later, this Elementor-Bbpress post type conflict still remains unresolved but your solution provides a good fix!

    #Grateful

    #227062
    creativefoldagency
    Participant

    I’m having the same issue…

    I’ve created a page with the URL ‘forums’ which matches the setting in BBPress.

    But the form still doesn’t show on the forums page?

    #227040
    specstanza
    Participant

    Hi!

    To anyone in need of a login menu item with both user avatar and Link to the Bbpress dashboard in 2022, here’s my version of @robkk ‘s code :

    add_filter('wp_nav_menu_items','rk_bbp_menu_profile_link', 10, 2);
    function rk_bbp_menu_profile_link( $items, $args ) {
        if( is_user_logged_in() && $args->theme_location == 'menu-1')  {
    	$current_user = wp_get_current_user();   
    	    $user = $current_user->user_login ;
        $avatar = get_avatar( $current_user->ID, 64 );
    	$items .= '<li  class="NavBarLogin"><a href="/forums/users/' . $user . '/edit">' . $avatar .  'Mon compte</a></li>';
    }
    return $items;
    }
    loveasfire
    Participant

    Halo,

    there is a fixed permalink for the forum in the forum settings. I only can change the last part of the name on bbpress. But to display the forum on my pages I need the same link name for my pages.

    nichtvovndieserwelt.org/forums/forum/verbuendeten-forum is the name on the forumssettings. But If I try to create a page with this url address it changes automatically in the settings to nichtvondieserwelt.org/forums-forum-verbuendeten-forum. So there appears no forum on the different page because it has different addresse. Again how can I make display the forum on a page and make buttons to link to them if I can not choose my own address in BOTH cases????

    Please help

    #227027
    Simon Blackbourn
    Participant

    I’ve got BuddyPress set up so that each group has one bbPress forum. I’d like to show a ‘Subscribe’ button in the group header on the group’s homepage which works exactly the same as the Subscribe button on the group’s forum page.

    I’m using the code below to show the button, but it reloads the page instead of doing an AJAX call, and it doesn’t subscribe/unsubscribe the user from the group’s forum.

    What do I need to do to get this working? The correct forum ID is being passed in the arguments.

    
    $forum_ids = bbp_get_group_forum_ids();
    if ( $forum_ids ) {
    	$sub_link_args = [ 'object_id' => reset( $forum_ids ) ];
    	bbp_forum_subscription_link( $sub_link_args );
    }
    
    #227019
    goodsheettalker
    Participant

    HI,

    First time using bbpress.

    When I use the search on my forum page https://this.sheetgood.com/forum/ the search results page is just the footer with some weird widget overlaps in the footer.

    I’ve tried everything I can think of in my limited tool box.
    deactivated all other plugins, tried different themes but it still seems to happen.

    Any help is appreciated!

    #226992
    mathieuhodgson
    Participant

    Hello! I installed bbpress about a month ago and have been trying to create moderators. When I send an invite the user becomes a participant, and I get get an error message when I try to switch the user to moderator.

    Can anyone help?

    #226991
    Robin W
    Moderator

    bbp style pack

    will give you unread messages, and has a tab in settings which lists lots of other bbpress plugins

    #226988
    manolomunoz
    Participant

    Hello everyone, I have used the integrated bbpress importer to import from kunena 5, users, forums and discussions have been imported but the answers have not mattered to me.

    Is there any way to import from kunena 5.1.16? if not can Is there a way to import only the answers?

    #226979
    Robin W
    Moderator

    pushing staging to live is a hoster process, so would require your hoster software to recognise worpdress, bbpress and lots of other plugins, so highly unlikely

    #226970
    wprog
    Participant

    Hi,
    I have about 89000 posts in forum phpBB
    I want import to bbPress but the script run and run and run without ever endling.
    I have params the timeout of php script to 3600sec and check the connexion to database.
    All is correct.

    I haven’t error message.
    How I can see the problem

    Ps : I have test CMS2CMS and the demo work fine but the price is little expensive for me.
    I don’t understand why the native doesn’t work.

    #226966
    Robin W
    Moderator

    ok I can only suggest the standard fault finding viz…

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #226956
    Robin W
    Moderator

    try the actions in this post

    Editor buttons missing since 2.6.8 upgrade

    #226941
    maryreyes
    Participant

    So no BuddyPress here, just bbPress?

    #226937
    maryreyes
    Participant

    No, I mean, can you link me to some forums that are using just bbPress, so that I can look at them to see the differences?

    #226930
    cosmiclove1978
    Participant

    Wait what…Version 1 ?! oh my! (facepalm)!

    Thanks, Robin, for this. I’ll update bbpress on my site and run the code you’ve provided.

    merci!

    #226928
    Robin W
    Moderator

    The link you showed is for version 1 of bbpress, which is no longer relevant.

    changing the header is theme specific, you’d be looking at finding the header.php file in the theme, creating a child theme and then yu would use something like

    is_bbpress()

    in thee code to check if tis was a bbpress page

    eg

    if (is_bbpress()) {
    ?>
    <div id="pg-70016-0" class="panel-grid panel-has-style" data-style="{"class":"banner row","background_image_attachment":false,"background_display":"tile","row_stretch":"full-stretched-padded","cell_alignment":"flex-start"}" data-ratio="1" data-ratio-direction="right">
    <div class="banner row siteorigin-panels-stretch panel-row-style panel-row-style-for-70016-0" data-stretch-type="full-stretched-padded">
    <div id="pgc-70016-0-0" class="panel-grid-cell" data-weight="1">
    <div id="panel-70016-0-0-0" class="so-panel widget widget_custom_html panel-first-child panel-last-child" data-index="0" data-style="{"background_image_attachment":false,"background_display":"tile"}"><div class="textwidget custom-html-widget"><img alt="Herman" height="96" width="96" data-src="https://356259.smushcdn.com/255537/wp-content/uploads/learn-press-profile/1/bd882ec1e4a6fe8b6b83e4bb85be5c26.jpg?lossy=1&strip=1&webp=1" class="avatar avatar-96wp-user-avatar wp-user-avatar-96 photo lazyloaded" src="https://356259.smushcdn.com/255537/wp-content/uploads/learn-press-profile/1/bd882ec1e4a6fe8b6b83e4bb85be5c26.jpg?lossy=1&strip=1&webp=1"><noscript><img alt="Herman" src="https://356259.smushcdn.com/255537/wp-content/uploads/learn-press-profile/1/bd882ec1e4a6fe8b6b83e4bb85be5c26.jpg?lossy=1&strip=1&webp=1" class="avatar avatar-96wp-user-avatar wp-user-avatar-96 photo" height="96" width="96" /></noscript> <div class="pmpro_logged_in_welcome_wrap">
    <h3 class="pmpro_member_display_name">
    Welcome, <a href="https://frenchtasticpeople.com/membership-account/">Herman</a> </h3>
    </div> 
    <div class="media-12 columns">
    <h1 class="page-title">
    Bonjour
    </h1>
    <div class="row">
    <div class="media-10 small-12 media-offset-1 columns">
    <p class="text-3x text-center">
    <i class="fas fa-sync-alt"></i>   Update your account easily   <i class="fas fa-search"></i>   Browse the entire course library   <i class="far fa-hand-pointer"></i> Choose any lesson you want for free  <br> <i class="fas fa-download"></i> Download resources   <i class="fas fa-tools"></i>   Practice your French skills in the lab   <i class="fas fa-user-headset"></i> Get premium support
    </p>
    <div class="dashboard-quick-links">
    Quick Nav Links:
    <ul class="button-link-list">
    <li class="quick-nav-item nav-item-1">
    <a href="https://frenchtasticpeople.com/courses/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Course Library</a></li>
    <li class="quick-nav-item nav-item-2">
    <a href="https://frenchtasticpeople.com/user-profile/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Enrolled Courses</a></li>
    <li class="quick-nav-item nav-item-3">
    <a href="https://frenchtasticpeople.com/files/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Work Files</a></li>
    <li class="quick-nav-item nav-item-4">
    <a href="https://frenchtasticpeople.com/course-category/core-vocabulary/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Core Vocabulary</a></li>
    <li class="quick-nav-item nav-item-5">
    <a href="https://frenchtasticpeople.com/course-category/extended-french-vocabulary/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Extended Vocabulary</a></li>
    <li class="quick-nav-item nav-item-6">
    <a href="https://frenchtasticpeople.com/course-category/basic-french-vocabulary-videos/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Vocab Video Tutorials</a></li>
    <li class="quick-nav-item nav-item-7">
    <a href="https://frenchtasticpeople.com/course-category/french-grammar-glossary/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Grammar Glossary</a></li>
    <li class="quick-nav-item nav-item-8">
    <a href="https://frenchtasticpeople.com/course-category/free-french-grammar-course-challenge/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Grammar Bootcamp</a></li>
    <li class="quick-nav-item nav-item-9">
    <a href="https://frenchtasticpeople.com/course-category/most-used-french-verbs-part-1/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">French Verbs (1)</a></li>
    <li class="quick-nav-item nav-item-10">
    <a href="https://frenchtasticpeople.com/french-course-outlines" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Course syllabuses</a></li>
    <li class="quick-nav-item nav-item-11">
    <a href="https://frenchtasticpeople.com/french-course-guidelines/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Course Guidelines</a></li>
    <li class="quick-nav-item nav-item-12">
    <a href="https://frenchtasticpeople.com/buy-amazon-french-books/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Amazon</a></li>
    <li class="quick-nav-item nav-item-13">
    <a href="https://frenchtasticpeople.com/french-course-outlines" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Manage Account</a></li>
    <li class="quick-nav-item nav-item-14">
    <a href="https://frenchtasticpeople.com/french-course-guidelines/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Edit Profile</a></li>
    <li class="quick-nav-item nav-item-15">
    <a href="https://frenchtasticpeople.com/lab/" title="French courses that makes it easy for you to practice your French anytime, from anywhere and at a very affordable cost.">Practice Lab</a></li>
    </ul>
    </div>
    </div>
    </div>
    </div></div></div>
    </div>
    </div>
    </div>
    <?php
    
    }
    #226922
    cosmiclove1978
    Participant

    Hi Robin,

    I’m sad to report that the code provided had no effect on my site.
    I inserted it Code Snippet but no effect.

    screenshot of the part to be changed

    I guess my real question is how to change theme/WP header on pages specifically displaying forum content? Some other participant here had something to say about it https://bbpress.org/forums/topic/wordpress-header-on-bbpress/ and claimed to have been successful (?)

    Will you vouch for it as well or do you have have something else you can help me implement?

    TIA

    #226919
    maryreyes
    Participant

    Can you link me to some examples? I’m still trying to figure out what parts are BuddyPress and which ones are bbPress.

    #226913
    maryreyes
    Participant

    Thanks! I did publish through the back end, but before I installed bbPress, so I wasn’t able to find a way to edit the date. Now I see it with bbPress. Thanks!

    Robin W
    Moderator

    ok that phrase is not in bbpress, so something else is sending it.

    ‘blocklist’ looks like it should actually read ‘blacklist’

    I can only suggest the standard fault finding to try and identify whether a plugin or theme is causing it

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #226907
    maryreyes
    Participant

    I am in the process of migrating a site from ning to WordPress/BBPress, including all of the past forum discussions (important to my users). There is no working migration tool, so the only way I can see to accomplish this is to manually copy all of the discussion to the BBPress forums. Is there a way that I can change the dates of the posts to reflect the original dates of posting instead of the dates that I manually copy them?

Viewing 25 results - 2,351 through 2,375 (of 64,454 total)
Skip to toolbar