Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 676 through 700 (of 7,560 total)
  • Author
    Search Results
  • #275282
    Venutius
    Moderator

    If you just want a forum, you should be looking at bbPress. BuddyPress does not come with a forum, it uses bbPress to add forums to groups but adding BP on it’s own won’t give you forums.

    mnm1994
    Participant

    Hi,

    My site has been a bit glitchy lately and now the user lists Dropdowns for mentions have disappeared in my bbpress forums. Anybody know what could be done about this? Is there a setting or a plugin I should be looking at?

    I’m not much of a techie so adding codes and such will be hard for me.

    https://momfriends.org

    #275221
    ripulkr
    Participant

    Assuming BBPress. You need to give your default user role the permission of deleting topics.

    bbPress User Roles and Capabilities

    something like :

    add_action(‘admin_init’,function(){
    // gets the author role
    $role = get_role( ‘subscriber’ );
    $role->add_cap( ‘delete_topics’ );

    });

    add it once in your plugin or theme then reload the wp admin screen page and then remove this cpde. Check if it has worked.

    #275162
    Venutius
    Moderator

    It’s not actually checking for the bbPress forum, it’s checking for a forum that no longer exists in BuddyPress, which is why it’s failing.

    500 error

    #275152
    cdrako
    Participant

    I’ve been searching for 2 days now and it seems this question has come up many times in the past (long ago) but nothing recently so I’m hopeful that there’s actually a solution.

    Why can’t I get the avatar loaded into BuddyPress to display on the bbpress forums?

    I’d be grateful for any help!

    MorgunovVit
    Participant

    WordPress 4.9.7
    BuddyPress 3.1.0
    Theme: OceanWP (but the same problems with Twenty Seventeen v1.6.)

    Hi!

    It seems that I am faced with a problem.
    The new BuddyPress template called Nouveau, fails and stops displaying the navigation menu in the user profile and group profile. The block with the main navigation simply disappears (I mean navigation in which items such as Activity, Friends, Groups, etc. are displayed), only the sub navigation of the section remains.
    I tried to disable all plugins, but navigation did not appear. Also, I changed the theme from the ocean to the WP on Twenty Seventeen – no results. And only after switching from Nouveau to the old BuddyPress template was the navigation displayed.
    Could You help me, please?
    Thanks!

    —————–
    The List of using plugins:
    BadgeOS Version: 1.4.11
    BadgeOS BadgeStack Add-On Version: 1.0.1
    BadgeOS Community Add-On Version: 1.2.4
    BadgeOS LearnDash Add-On Version: 1.0.2
    BadgeOS Suggested Achievements Add-On Version: 1.0.1
    bbPress Version: 2.5.14
    BuddyPress Version: 3.1.0
    BuddyPress for LearnDash Version: 1.2.5
    Elementor Version: 2.1.2
    H5P Version: 1.10.3
    LearnDash & bbPress Integration Version: 2.0.2.1
    LearnDash Course Grid Version: 1.4.1
    LearnDash LMS Version: 2.5.8.2
    LearnDash LMS – Notifications Version: 1.2.0
    LearnDash ProPanel Version: 2.1.3
    Ocean Demo Import Version: 1.0.9
    Ocean Extra Version: 1.4.17
    SVG Support Version: 2.3.15
    Tin Canny LearnDash Reporting Version: 2.9.3
    Uncanny LearnDash Toolkit Version: 2.4.2
    WP Translitera Version: p1.2.5

    #275011

    In reply to: Get forum statistics

    Venutius
    Moderator
    #274996

    In reply to: Get forum statistics

    Venutius
    Moderator

    Did you look at the [bbp-stats] shortcode that comes with bbPress?

    quigley05
    Participant

    I’m customizing my buddypress/bbpress user pages to be taken out of their traditional framework and placing that data on indvidual pages. However, when I do this the code has issues recognizing the current user and automatically ignores the logged in user. Does anyone know how to resolve this issue?

    URL: http://obeii.com/discussions-topics-started/

    CODE: (topics started)

    <?php do_action( 'bbp_template_before_user_topics_created' ); ?>
    
    	<div id="bbp-user-topics-started" class="bbp-user-topics-started">
    		<div class="bbp-user-section">
    
    			<?php if ( bbp_get_user_topics_started() ) : ?>
    
    				<?php bbp_get_template_part( 'pagination', 'topics' ); ?>
    
    				<?php bbp_get_template_part( 'loop',       'topics' ); ?>
    
    				<?php bbp_get_template_part( 'pagination', 'topics' ); ?>
    
    			<?php else : ?>
    
    				<p><?php bbp_is_user_home() ? _e( 'You have not started any topics.', 'bbpress' ) : _e( 'This user has not started any topics.', 'bbpress' ); ?></p>
    
    			<?php endif; ?>
    
    		</div>
    	</div><!-- #bbp-user-topics-started -->
    
    <?php do_action( 'bbp_template_after_user_topics_created' ); ?>
    #274862
    Derold
    Participant

    OK I should have just started with buddypress
    I guess I need to see if ossn has a plugin to export then I can work on the bbpress import

    #274807
    Venutius
    Moderator

    This link talks about adding the function to bbPress in the days bbPress did not support mentions, it culd help:

    Add the New BuddyPress Mentions Interface to bbPress Forum Replies

    #274797
    Venutius
    Moderator

    I think you would be better off raising the forums related question in the bbPress support forum, as it’s a feature of bbPress

    Venutius
    Moderator

    You might be better off raising this in the bbPress forum, as this is a bbPress question.

    webmasterfreya
    Participant

    Hello,

    Members of private groups are missing in there overviews the started topics and created replies from the private forum(s) .

    e.g Group member erwintest (member of 1 group) added some topics and replies in the private forum that should (at least i expect that) pop up via this link
    /members/erwintest/forums/ and /members/erwintest/forums/replies/ but they don’t.

    However if i logon as administrator and use the same links, the started topics and created replies placed in the private forum of user erwintest do popup.

    Is this expected behaviour or not?

    site: freya.nl
    Latest WordPress, bbPresss and Buddypress

    #274633

    In reply to: version 3.0 problems

    jebus
    Participant

    Hey, I get the same error “Call to undefined function bp_is_group_forum()” on the actual forum page with bbPress activated. This is coming from the BuddyPress Usernames Only plugin. Any idea why that might be happening?

    #274627
    Venutius
    Moderator

    Yep you’d need to install bbPress to get forums.

    #274626
    mommijun
    Participant

    We want to play with using WordPress as our LMS and we really like the social aspects of BuddyPress so we’re considering installing LearnPress and BuddyPress. Do we also need bbpress to get forums or does that come with BuddyPress? Thanks!

    webmasterfreya
    Participant

    Hi,

    When using the customizer to reorder navigation items on a group front page it works except for the Forum item. This does not show up in the customizer and always stays on the second position.

    e.g
    : Home Forum Invite
    after reordering
    :Invite Forum Home

    I would like to have the Forum as first item.

    site freya.nl
    wordpress 4.9.6
    bbpress 2.5.14
    buddypress 3.1.0

    #274512

    In reply to: bbpress languaje

    shanebp
    Moderator

    Ask your question on bbpress.org/forums/

    #274507

    Topic: bbpress languaje

    in group forum Installing BuddyPress
    edukedaventura
    Participant

    My website is in Spanish but bbpress appears in English

    kingstringy
    Participant

    I have a site that is experiencing a glitch or misconfiguration with bbPress Buddypress Group Forums.

    When a group with a forum is created, all forum topics go invisible on frontend for non-admin users.

    • All the forums are Private. Setting a forum to public, saving, then private and saving again fixes issue. This has to be done on the main edit screen for each forum — quick edit and bulk edit don’t fix the problem.
    • Not sure if it matters but fixing parent forum doesn’t fix child forums
    • new topics created in group forums are immediately visible
    • new topics created frontend or backend in existing non-group forums are not visible (though the topic count updates to reflect the new topic)
    • topics created in forums created after glitch are immediately visible
    • On the current live site, the Group Forums Parent is set to root (which I know is not recommended), but on the test site I’ve changed it to a forum called “Group Forums”. It doesn’t seem to have made a difference.

    The only active plugins on the test site are bbPress and Buddypress right now, and the theme is twentyseventeen.

    I have experienced this glitch with both a clone of the existing live site and a fresh WordPress install with no imported content.

    Any help is greatly appreciated.

    Wordpress 4.9.6
    Buddypress 3.1
    bbPress 2.5.14

    #274488
    dedotombo
    Participant

    I have the exact same issue using BuddyPress 2.9.4 (cannot update to 3 because of theme) and bbpress 2.5.14.

    #274486

    In reply to: Blank Notifications

    dedotombo
    Participant

    I have the exact same issue using BuddyPress 2.9.4 (cannot update to 3 because of theme issues) and bbpress 2.5.14 (latest).

    #274370

    In reply to: Forum subscribe isuue

    shanebp
    Moderator

    Go here to ask questions about bbPress forums.

    #274343
    VeeLow
    Participant

    Running up-to-date WP with BP 3.1, no bbpress. I have a site with 30 users, all “contributors” except two who are both “admin” and “keymaster.”

    Username @-mentions work fine for the 28: Username=AliceBaker corresponds to @alicebaker

    But the two administrators have weird issues.

    In their profiles, one is mentionable as @ admin, another is @firstname-lastname. Which do NOT correspond to usernames.

    In each case, profiles have been carefully edited. The strings “admin” and “firstname-lastname” are no present in the respective user profiles. Those phrases ONLY exist as the @-mention name that appears in the profile page across from the picture.

    I can find no way of changing @-mention-names so that these two users can simply be mentioned via their usernames in the same manner as other users on the site.

    What am I doing wrong?

    Btw, I had a version of this problem 3 years ago–link to a dead thread in which no one was able to help any of us who had this problem:

    Username displaying as ‘@ Admin’ on profile

Viewing 25 results - 676 through 700 (of 7,560 total)
Skip to toolbar