Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,251 through 11,275 (of 68,949 total)
  • Author
    Search Results
  • #247859
    synfrag
    Participant

    That works to an extent but it filters everything on the page and what I need is essentially two user’s activity streams on the same page. Any advice on how to make that work? It sounds like someone was trying to do something very similar in this post but it was years ago

    #247854
    Henry Wright
    Moderator

    Ah OK, cool. In that case you may also be interested to hear about bp_parse_args(). I think it’s a better way of doing what you want. This approach will also handle the loop pagination for you. For example:

    function my_func( $ret ) {
        // Your custom stuff here. 
        return $ret;
    }
    add_filter( 'bp_after_has_activities_parse_args', 'my_func' );

    See the Using bp_parse_args() to filter BuddyPress template loops article for a complete guide.

    #247848
    Henry Wright
    Moderator

    sw_partner_activity isn’t a BuddyPress hook. Are you using a plugin?

    #247844
    Henry Wright
    Moderator

    is_page() has been problematic for me in the past (when using with BuddyPress) but I thought those problems had been resolved. Feel free to open a Trac ticket for this.

    #247840
    Henry Wright
    Moderator

    When you say posts, do you mean WordPress posts, or BuddyPress activity items? Both “streams” are different and will require different solutions.

    #247834
    fried_eggz
    Participant
    #247824
    Henry Wright
    Moderator

    In that case @fried_eggz, can you open a ticket for this on Trac?

    #247822
    Ben Hansen
    Participant

    @mercime didn’t realize those were done with buddypress thanks for sharing that fact 🙂

    #247815
    valuser
    Participant

    Suggestions in this post MAY be of some help.

    I only say MAY because the user base is shared – once a user visits another network that user is added to the Members of that network.

    However each network can have absolutely completely separate Activity Streams, Groups, Forums, and sites/blogs as well as separate plugin and theme structures.

    I fully understand that this may not not be exactly what you are looking for but it certainly is a very good start.

    #247810
    fried_eggz
    Participant

    Yes @henrywright, the settings are correct.

    Steps to repeoduce:

    1. Install vanilla WordPress 4.4
    2. Install vanilla BuddyPress 2.4.3
    3. Use default theme
    4. Post a status update
    5. Create a new user
    6. Log in as new user
    7. Comment on status

    Just to be clear, I’m talking about notifications in WordPress toolbar. Have not checked if email notifications work since I’m on localhost.

    mcpeanut
    Participant

    @henrywright yes I will add it to trac later today when I have some spare time, there is no need for me to test on the default themes again as it will be the 100th time or more I have tested this over and over and over and over and yes you guessed it over again! for the past 2 years 🙂

    It happens on every single theme that you use Buddypress on, it has never worked as I think it was intended to, its probably been completely overlooked and always has. If you test every version back to Buddypress 1.7 you will find the same issue in every single version of Buddypress up until the most recent, I havent gone further back than 1.7 so if it ever did work it was pre 1.7.

    Henry Wright
    Moderator

    @mcpeanut I’m unable to test right now but can you give this a try on Twenty Fifteen or Twenty Sixteen and if the problem persists, would you mind opening a Trac ticket for this? Copying and pasting some of what you’ve wrote already should be fine.

    The core devs might not see this forum topic.

    Ref: https://buddypress.trac.wordpress.org/

    #247801
    fried_eggz
    Participant

    That is wierd. It says here that this is core functionaliity: buddypress.org/about/notifications/

    By default, notifications are created as soon as one of the following things happen:

      Activity

    • A member mentions you in an update @username
    • A member replies to an update or comment you’ve posted
    mcpeanut
    Participant

    @ubernaut , Yer maybe your right about adding it to trac directly for attention I think I will wait until morning as its so late and I need sleep, maybe in the mean-time @henrywright could take another read of this as he commented on my original thread over a year ago, but I gave up explaining as no-one was quite seeing what i was getting at back then.

    Ok, fair enough no-one is noticing the problem that this could cause yet because it seems most Buddypress sites just are not active enough to realise this yet for themselves, but I can guarentee that if a few Buddypress websites started to get really popular and used by masses of people this would become a real big issue when it comes to popular activity posts because these posts would just scroll on forever in the sitewide activity.

    mcpeanut
    Participant

    Not that I am aware, this is not a recent thing @ubernaut, it is something I have mentioned a few times over the years, this has been happening since I started using Buddypress well over 2 years ago (probs 3 years), The reason I haven’t added a trac ticket is because of how descriptive I have to be when explaining the issue, it may be better that a few mods confirm it and add the ticket to make it easier to explain, I felt like I had to write a story about it above just to explain the issue correctly and make it understandable.

    This is why I keep mentioning feeling baffled as to why after a couple of years no-one else has spotted this??? Maybe its because most websites that use Buddypress don’t often receive more than 5 comments on an activity huh? who knows.

    #247795
    mrjarbenne
    Participant

    I don’t think there is a core functionality to accomplish this. I’ve been using this plugin to serve up those notifications with good results:

    BuddyPress Activity Comment Notifier

    #247786
    vinaysagar4u
    Participant
    #247766
    @mercime
    Participant

    @dopeboy What shanebp said. BuddyPress powers the 8.1 Million ++ user profiles at WordPress.org https://profiles.wordpress.org/dopeboy

    #247765
    joesegal
    Participant

    Thanks @henrywright
    I have the Divi Theme activated.
    WP 4.4
    latest BP 188
    about 18 plugins activated.
    I deactivated all the plugins.
    Cropping worked.
    Reactivated each one by one.
    Cropping still worked.
    All of them!
    Then I refresh the page on the group avatar editing page and bam, not working again.

    wtf I dont get it?

    Also Im using a plugin called Buddypress Docs its like a Wiki plugin and the Visual editor doesnt work now in it just the text editor. Maybe thats related?>

    Is there a way to easily get a list of plugins I’m using to show you/others?

    #247761
    @mercime
    Participant

    @nattlyharris Required JS enqueued by BP including jquery.Jcrop.min.js are missing from source code caused possibly by a plugin. I think one culprit is the bj-lazy-load plugin but to be sure, deactivate all plugins except BuddyPress and check if you can crop the avatar. Then activate plugins one by one to see which is/are causing the issue.

    Edit – took too long to answer. didn’t know henry already posted.

    #247758
    @mercime
    Participant

    @ldesherl I just see an error on your home page right now with the TGM plugin. Deactivate all plugins except BuddyPress. Change to a WP Default Twenty-* theme then activate BuddyPress.

    P.S. For forums, install bbPress which works very well with BuddyPress

    #247757
    joesegal
    Participant

    Thanks for participating in this issue Nat!
    I hope someone from the Buddypress Core group responds and fixes this issue soon.

    #247748
    vinaysagar4u
    Participant

    May be this can happen if buddypress stores values of subsite id alongside every time a creation of group and user and activity happens, so that it can filter easily when in multisite mode. 🙂
    This way people don’t have to segregate and those who had to segregate, shouldn’t cry later because they cannot undo it easily later in the future. 🙂

    #247720
    shanebp
    Moderator

    Like WP, BuddyPress can scale to millions of users – IF – you provide the necessary server resources.

    OsamaNuman
    Participant

    I saw that there was a very similar problem on this link, but no final solution to it:
    https://buddypress.org/support/topic/use-standard-wordpress-registration/

    when I remove the second snippet I still end up with an empty page with /register ending URL

Viewing 25 results - 11,251 through 11,275 (of 68,949 total)
Skip to toolbar