BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: [Resolved] WP 3.9.6 and MediaPress #15202

    It was my system working with the wrong defaults, easy fix.

    I’ve been looking at where I am with this project and I think it’s almost ready to go live. However there’s a few things I’d really like to see in terms of the information that accompanies the images in a couple of views. I’ll do a bit more research and post some threads on the subject later.

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: [Resolved] WP 3.9.6 and MediaPress #15183

    Yep, nothing to do with 3.9.6, just a coincidence, must be a customisation playing up

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: BP Activity Shortcode Enhancement? #14359

    Yep those work great.

    I’ve got one last requirement, to display the latest activity regarding my subscribed forum topics and forums. Is that doable? I take it scope would be forums and for would be logged, is there are filter to only show topics that the user have subscribed to?

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: BP Activity Shortcode Enhancement? #14357

    Thanks Brajesh, sorry for not understanding the usage, for some reason I just couldn’t get it.

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: BP Activity Shortcode Enhancement? #14355

    H Brajesh, thanks for getting back to me, regarding the friends activity list, how would you arrange so that it displayed the activity for the friends of any logged in user? That is the key part I don’t get, would you set role=”friends” ?

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: BP Activity Shortcode Enhancement? #14352

    Hi Brajesh,

    Shouldn’t those last few lines be as follows:

    		// Fetch users for role and use their activity.
    		if ( ! empty( $atts['role'] ) ) {
    			$user_ids        = $this->get_user_ids_by_roles( $atts['role'] );
    			$atts['user_id'] = implode( ", ", $user_ids );
    		}
  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: BP Activity Shortcode Enhancement? #14351

    Sorry brajesh, the backticks on the second bit of code don’t seem to be working.

  • Participant
    Level: Master
    Posts: 413
    Venutius on in reply to: [Resolved] BP Friends Suggest Widget #14257

    Good point!

  • Participant
    Level: Master
    Posts: 413

    Hi Brajesh, did you manage to get a chance to look at this? I tried looking at it myself but I got a bit lost.

    The good news is that my skills are coming along, I’ve just submitted my first “real” BuddyPress plugin, it provides a way of managing template overloads in admin, I’ve even included support for BP-Nouveau. Lots of Javascript and AJAX calls, I’m coming along.

  • Participant
    Level: Master
    Posts: 413

    Thanks Brajesh,

    I’ve installed that an it works fine with one exception, It says “(Author) has added a new (Photo)”, I think it should include the name of the image in the link, not just say Photo, so they know it’s relevance prior to clicking on it, as it is it’s a pretty anonymous notification.