Replies
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.
Yep, nothing to do with 3.9.6, just a coincidence, must be a customisation playing up
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?
Thanks Brajesh, sorry for not understanding the usage, for some reason I just couldn’t get it.
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” ?
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 ); }
Sorry brajesh, the backticks on the second bit of code don’t seem to be working.
Good point!
- Venutius on March 26, 2018 at 12:16 pm in reply to: MPP Media Comment notification – include lin to the item being commented on. #14108
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.
- Venutius on March 14, 2018 at 2:14 pm in reply to: MPP Media Comment notification – include lin to the item being commented on. #13830
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.