Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 51 through 75 (of 3,820 total)
  • @shanebp

    Moderator

    If this is the slug my-stream, you could look for that slug in your database.
    Or perhaps /86/ is the post_id.
    Or look up the post ID based on the title – but titles may not be unique.

    @shanebp

    Moderator

    bp_get_activity_id() only works in the stack used for activity loops.
    You seem to be parsing some feed file.
    Perhaps you could show an example of the contents of item[$i].

    @shanebp

    Moderator

    These are the forums for BuddyPress. Please contact BuddyBoss.

    @shanebp

    Moderator

    You’ll need to ask the creators of the media plugin.
    Please note that Groups is a generic term and may not refer to BP Groups.

    @shanebp

    Moderator

    It can be done. You will need to write a ‘bridge’ between the data in group meta ( Company Profiles ) and a user’s profile data.
    ( Hopefully, a user can only belong to one group. )
    How you do that and how often it needs to ‘sync’ is up to you.
    This task will require an experienced BP developer.

    @shanebp

    Moderator

    Did you confirm that the issue is not in the Aardvark theme?
    Do so by switching momentarily to a WP theme like 2020, and see if the issue persists.
    A lot of work has been done recently re BP Invitations – it could be that the Aardvark theme has not caught up.

    @shanebp

    Moderator

    Try switching to a wp theme like 2020.
    And test again.
    If the error persists, please post the full error.
    If not, it is something in your theme.

    @shanebp

    Moderator

    Check your browser’s inspection tool > console for javascript errors.
    Turn on WP Debug and then check your error log.
    Post the relevant errors here.

    @shanebp

    Moderator

    Did you try BP Bulk Delete?

    Since your db is so large, I advise only deleting a year of activity entries at a time – you may get ‘timed out’ due to resource issues.

    @shanebp

    Moderator

    Nobody can help unless you share the exact error.

    @shanebp

    Moderator

    Turn on debugging and post the relevant errors – they might be javascript errors so check your browser inspector console.

    @shanebp

    Moderator

    For reference – try switching to the Nouveau template pack and see if the issue persists.

    @shanebp

    Moderator

    @shanebp

    Moderator

    You could create a ticket to get further input.

    @shanebp

    Moderator

    You can’t – unless you hack a core file and redo it every time BP is updated.

    @shanebp

    Moderator

    You can filter bp_current_user_can.
    See the function in buddypress\bp-core\bp-core-caps.php.

    @shanebp

    Moderator

    Those items can be accomplished but the solutions are beyond the scope of these forums.
    If you cannot write the necessary code, you will need to hire an experienced BP developer.

    @shanebp

    Moderator

    You need to look in the code for ‘membership-account’ which is not a BuddyPress page.
    Perhaps you are using a membership plugin – contact the plugin creators.

    @shanebp

    Moderator

    You need to contact the creators of the BuddyX theme about your issue.

    @shanebp

    Moderator

    You are correct. A parameter for $html is missing and defaults to true.
    Please open a new ticket and refer to this thread.

    You could call bp_get_group_avatar() instead and set that parameter.
    Find the function in this file and review the params:
    buddypress\bp-groups\bp-groups-template.php

    @shanebp

    Moderator

    You could try opening a ticket. Reference this thread.

    @shanebp

    Moderator

    The error is still the empty IN().
    You could try turning off other plugins and switching momentarily to a WP theme like 2020 – that may narrow down the error source.

    @shanebp

    Moderator

    Yes, the empty IN is the problem.
    Is the error thrown when you message another member?
    If not, then the issue is related to your theme or generatepress.

    @shanebp

    Moderator

    These are the forums for BuddyPRESS.
    You could ask BuddyBoss about it.
    Even better – contact the creators of the Conditional Profile Fields plugin.

    @shanebp

    Moderator

    Go to wp-admin > Settings > BuddyPress > Components
    Then select “Private Messaging” and save.

Viewing 25 replies - 51 through 75 (of 3,820 total)
Skip to toolbar