Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,626 through 4,650 (of 68,986 total)
  • Author
    Search Results
  • hungerford
    Participant

    WP v5.2.1
    BP v4.3.0

    I have BuddyPress installed in a multisite environment and I am trying to figure out what the exact code needs to be placed within the bp-custom.php file to remove … “on the site SITENAME,” … from the following within the Global and Personal activity streams:

      When a post is made.
      when a comment is made.

    Also, I’m trying to figure out how to turn off the notifications within the global and personal activity streams for:

      When a page is made.

    I may be novice but can pick up some things fairly quick. I just need a little help so any assistance would be greatly appreciated. 🙂

    nlstrev
    Participant

    For the Reply after going to inbox, you want to see who all the recipients are who received the message.

    In buddypress plugin, it default is set to max 5, so 4 recipients including you equals 5. On 5 or more recipients it simply states “Conversation between 5 recipients.”

    You can use this filter function

    add_filter('bp_get_max_thread_recipients_to_list', 'bp_get_max_thread_recipients_to_list_reply');
    
    function bp_get_max_thread_recipients_to_list_reply(){
        return 999;
    } 

    It is set to 999, meaning after 999 recipients it will display “Conversation between 999 recipients.” otherwise it will work and autolink to up to 999 recipients.

    Change the default return value to whatever number you would like.

    Ticket should be closed now.

    26 Enterprises LLC
    Participant

    So I am using Woffice with BuddyPress. I understand the only way to show posts on the dashboard widget that a user is a member of is by making that group “public”. I understand this can not be done with making the group “hidden” or “private”.

    I am looking for all posts from groups that a user is a member of to show on the dashboard so he can at a glance see what pertains to him.

    I am a District Manager for an Automotive Parts Distributor and have built a website for my dealerships to share information with them. For example, most users will have access to a role specific group (sales representative, sales manager, parts manager, general manager, etc) (private group) this is where I will share training information, videos, specials, pricing discounts, etc.

    Managers will have access to a 2nd group, their dealership group (hidden group) this is where I will share objectives, goals, etc specific to their dealership.

    I want this information to show on the dashboard so they do not have to click into their group as well as wiki articles, posts, etc.

    The Site Wide Activity widget gets this done if they are public groups. Only issue is I do not want sales representatives to see what is being said in the sales managers group (pricing, discounts, etc). And I don’t want and am not allowed to let other dealerships see each other’s numbers.

    Any help would be appreciated.

    Bradley

    fschoenfeldt
    Participant

    Dear BuddyPress community,

    my company is using your plugin for our companies intranet.

    We’ve got a development Server running and updated the Woffice Intranet Theme to the latest 2.8.3.1 Version.

    Once I updated the theme, BuddyPress somehow also changed the settings from the legacy buddypress template package to the Nouveau one. I tried changing this setting back to legacy, without luck. It applies the settings in the settings panel but the actual page doesn’t change. I tried clearing (or entirely disabling) the cache multiple times.

    Information regarding our system (because it’s an intranet, I can’t provide a link):
    We’re using WordPress v5.2.1, with the Intranet Theme Woffice (v2.7.2.1 -> v2.8.3.1). The Theme comes with BuddyPress 4.3.0. We didn’t change anything in BuddyPress.

    Also, we got Unyson 2.7.22.

    Any thoughts?

    Thanks in advance,
    Frederik

    fschoenfeldt
    Participant

    Dear BuddyPress community,

    my company is using your plugin for our companies intranet. When a user is logged in, his online status is shown in a sidebar. Then, when the user logs out, the online status should disappear immediately. But it the online status doesn’t change for quite some time.

    Is there a filter function, or a setting in BuddyPress that controls the behaviour of the “online Users display”?

    Information regarding our system (because it’s an intranet, I can’t provide a link):
    We’re using WordPress v5.2.1, with the Intranet Theme Woffice (v2.7.2.1). The Theme comes with BuddyPress 4.3.0. We didn’t change anything in BuddyPress.

    Also, we got Unyson 2.7.22.

    Any thoughts?

    Thanks in advance,
    Frederik

    #306311

    In reply to: Email Activation

    shanebp
    Moderator

    > Should the .php file have <?php ?> tags in it?

    Yes – please read the documentation: https://codex.buddypress.org/themes/bp-custom-php/

    #306309
    ryuunosukemiyosaki
    Participant

    Hello,

    I’ve been looking for a way to change BuddyPress slug URLs but I couldn’t find a source that is up to date. Could you please help me out about this?

    URLs that I want to change:

    /profile/
    /profile/edit/group/1/
    /profile/change-avatar/
    /profile/change-cover-image/
    /activity/
    /activity/mentions/
    /activity/favorites/
    /submissions/
    /submissions/publish/
    /submissions/pending/
    /submissions/drafts/
    /achievements/
    /achievements/earned/
    /achievements/unearned/
    /achievements/?achievements_page=2
    /settings/
    /settings/notifications/
    /settings/profile/
    /settings/data/
    /leaderboard/
    /leaderboard/today
    /leaderboard/week
    /leaderboard/month

    Thank you so much,
    Anil

    #306306

    In reply to: Bp Better Messages

    shanebp
    Moderator

    These are the support forums for BuddyPress.

    You have a much better chance of getting a reply by using the support forums for BP Better Messages:
    https://www.wordplus.org/forums/

    #306303

    Hi,

    Thank you for your reply.
    There’s no option available on WP Multisite sub websites Screen Options to select BuddyPress. That’s the problem. Only the BuddyPress options are available on root site. Buddypress plugin enabled as network wide.

    Screenshot: https://prnt.sc/nxvz6a

    Currently I’m using an alternative way (Reg. expressions) to redirect properly. But still there’s an issue.
    Thank you!

    #306298
    shanebp
    Moderator

    Profile visits are not part of BuddyPress.
    You are using a theme, plugin or custom code to generate those notifications.
    Find out the source of code that tracks profile visits.
    And then ask the creators of that code.

    #306289

    In reply to: Special access to post

    shanebp
    Moderator

    Not out of the box.

    You could use Groups – each dept would have a group.

    You could write a plugin that uses the Group Extension API.
    Not sure what you mean by ‘post on its own dept’ – but the group plugin could add a custom post type that supports file uploads and is restricted to group members.

    #306287
    jcorbalan
    Participant

    Hello,

    I want to create an intranet to share information between departments. Everybody can see all the documentation but only some profiles will post on its own department (user1 only posts in departmentA, user2 only can post on departmentB…).

    Also they will need to be able to add files (pdf, doc, etc)

    Is this possible with buddypress

    Thanks

    #306274
    cedm
    Participant

    I installed Buddypress and selected Use tab styling for primary navigation but no tabs come up. I also tried Display the group navigation vertically and even though the space where the navigation goes shows, there is no navigation there.

    I have deleted the plugin and reinstalled but it didn’t change anything.

    https://cash2consulting.com/groups/joshua-study/

    #306273
    lufraser
    Participant

    I activated all the ones I used, and BuddyPress is still working. I guess it was just a fluke. Thank you so much for the help!

    #306271
    lufraser
    Participant

    That is what is so confusing, Youzer is deleted. Ok I deactivated everything and Buddypress is working. So now I active each one to see where the problem is?

    #306270
    Venutius
    Moderator

    Try deactivating your other plugins and see if BuddyPress alone is working. That error points to Youzer.

    #306269
    lufraser
    Participant

    No luck, but I am getting this:
    [02-Jun-2019 06:43:14 UTC] PHP Warning: getimagesize(https://fandomreviews.com/wp-content/uploads/buddypress/members/1/cover-image/5cea6b48e2578-bp-cover-image.png): failed to open stream: no suitable wrapper could be found in /home/fandooqz/public_html/wp-content/plugins/youzer/includes/public/core/functions/yz-general-functions.php on line 1522

    #306264
    lufraser
    Participant

    I hope someone can help me please. I installed BuddyPress a few days ago and it has been working great so far. Suddenly it stopped. All the related pages show up blank. Profile, Register etc. I deactivated plugins I have installed in the mean time. I uninstalled BP and reinstalled. I followed some solutions I found online, but no luck. I am at a loss for what is going wrong. Any ideas?

    #306262
    Venutius
    Moderator

    Try deactivating all other plugins apart from BuddyPress and see if it works.

    chriskcopywriting
    Participant

    When I attempt to send a direct message I am presented with a loading screen that never completes loading. I am unsure where the issue lies as I am somewhat new to using BuddyPress and creating a social media platform.

    I am using WPCOM Designs “Reign” theme with the Youzer plugin from codecanyon. The issue may be from Youzer, as messaging was working prior to installing it. I really like the plugin (and I have already purchased it so I’m dedicated to make it function correctly).

    Any guidance towards the appropriate plugin files in the editor with whatever snippets of coding that may help would be greatly appreciated!

    Bodhipaksa
    Participant

    The title is essentially it. If I have a hidden group (which I prefer so that people can’t request access to it) then members of that group do not see it listed under “My Groups.” The group is, however, counted in the number badge on the “My Groups” tab.

    There doesn’t seem to be any good reason why hidden groups should be hidden from the group members. Is that an anomaly? Is there some way to fix it?

    Using WP 5.2.1, Buddypress 4.3.0, bbPress 2.5.14.
    Theme is Twenty Sixteen, Version 2.0.

    #306256
    dval09
    Participant

    Their repsonse:

    Hey There,

    Hope you are doing great ????
    Also, how can I make it so that admins can’t see members’ private messages?

    >> As an admin, you have access to your member’s private messages. That’s by design. Why would you want to restrict access to anything for an admin account? And as the ‘Private Messages’ are part of BuddyPress can you please check it with BuddyPress support forum as BuddyPress is third party plugin and providing support to third party plugin is beyond our support scope.

    #306253
    shanebp
    Moderator

    BuddyPress does not include any code re LearnDash.

    There are other plugins that provide the LearnDash code for integration with BP.
    Perhaps you are using one of them – https://www.learndash.com/add-on/buddypress/

    To change the order, you need to find the code that is creating the list of courses and make your adjustments in that code.

    iow. This is not a BuddyPress issue.

    #306252
    marbaque
    Participant

    In the members page I am getting this console error

    Uncaught TypeError: Cannot read property 'contents' of undefined
        at HTMLDivElement.<anonymous> (buddypress-nouveau.min.js?ver=4.3.0:1)
        at HTMLDivElement.d.complete (jquery.js?ver=1.12.4-wp:4)
        at i (jquery.js?ver=1.12.4-wp:2)
        at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
        at i (jquery.js?ver=1.12.4-wp:4)
        at n.fx.tick (jquery.js?ver=1.12.4-wp:4)

    I think this might be it, but not sure how to solve it. Can it be the jquery version of my theme?

    #306247

    In reply to: Profile Syncing

    shanebp
    Moderator

    The sync is only within the installation. No outside data is involved.
    It syncs some fields from the WP users table and the BP xprofile fields table – mainly the name fields.
    See this file for more details: buddypress\bp-xprofile\bp-xprofile-functions.php

Viewing 25 results - 4,626 through 4,650 (of 68,986 total)
Skip to toolbar