Forum Replies Created
-
In reply to: Add User to Blog as Subscriber on Registration
@mrjarbenne, I’ve made some progress using @sbrajesh’s very fine BuddyPress Multi Network plugin. Now it seems that I get the effect I want as long as students register at each sub-network registration page. I have an issue with blog posts showing up in the activity stream, but that’s for another forum topic…
In reply to: Add User to Blog as Subscriber on RegistrationThanks, @mrjarbenne. That’s still a step or two too many, in my opinion. I get a lot of flustered students who get a little turned off by the registration process, and I’m trying to streamline things as much as possible. I’ll let you know if I come up with anything.
Thanks, @shanebp, that worked like a charm. The only issue I have is that it the content type is being posted with the “mini” class instead of as a normal size in the activity stream. Any thoughts on how to remove that class?
In reply to: Second Activity Reply Not WorkingResolved by enqueing js and ajax properly.
Weird. Went back and it’s fine now.
Thanks, Paul.
Mark as resolved.
In reply to: Checking if user has an update or not,I was able to preface the update if it existed with this:
‘
$latest_update = bp_get_activity_latest_update();
if ( bp_get_activity_latest_update() )
echo “and the latest update was:
$latest_update “;
else
‘In reply to: Echo Group Name?bp_group_name()
In reply to: Echo Group Name?is what I tried to post there…
In reply to: Checking if user has an update or not,I’d like to preface the update (it it’s available ) with:
‘and the latest update was:
‘Wrapping the update in italics and breaking the update from the preceeding “‘member’ was active 3 minutes ago”
I’ve tried some echos but it’s breaking for some reason unknown.
Ideas?
More notes:
Avatars and group avatars directory chmod to 777 -> no luck
.htaccess deleted, recreated by updating permalinks -> no luckIn reply to: Social Visualization ReportWill do, @djpaul. This was one of the factors for contacting you about potential work in the future. It’s a huge research interest of mine and something I’d love to be able to do at the moment in BuddyPress as a way to further prove its worth as a LMS.
In reply to: Social Visualization ReportWill do, @paulhastings0. Great stuff!
In reply to: Social Visualization ReportAlso, take a look at things like Social Collider for a user interaction mapping: http://socialcollider.net/
In reply to: Social Visualization Report@paulhastings0 this is definitely a start towards greater analytics, but the grand idea is to map connections or lack of connections and to pinpoint social activity.
I’ll put these plugins in my arsenal. Thanks!
In reply to: Social Visualization ReportAdditionally, does anyone have any experience expertly tailoring Google Analytics to map certain activities?
In reply to: Favorites improvementsI’ve been thinking about the community relationship involved with “Favorites” and known as “Like”, of course, on Facebook. @bplove I understand how Favorites are equivalent to Bookmarks, but I’d stress to @boonebgorges and other BP devs the difference (though you probably already know them, being the smart guy you are), is important.
Use in the “Like” fashion, we’re (potentially) able to group social relationship to a certain topic and then be able to pull those relationships out in a variety of ways:
-Show a cluster of most liked topics
-Connect individuals who like a certain topic together either via opt-in messaging or just graphically via avatars
-Connect these “Like” actions into the activity stream and add a filterAs of right now, BP.org doesn’t really do any of this. Yes, we can see each other’s favorites in individual profiles, but that information isn’t pushed to me in any way.
Random thoughts…
In reply to: Remove Automatic Links in Profileworked like a charm. thanks!
In reply to: Remove Automatic Links in Profile@Boone-
I threw this in the fuctions.php with no success. Has anything changed since you posted this?
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 2 );~Kyle~
In reply to: All blogs not showing up in blogs directory+1
I’ve got a client who needs private blogs (to hide from the scary google robots) but a public directory.
~Kyle~
In reply to: Show group members blogsSo, I read through all of this and tried to piece it together. I get the theory but I can’t write it to make it work.
I’m trying but I’m not really getting anywhere. If you’ve got a spare second, I’d love to see an example and dissect some of your code.
Thanks,
~Kyle~In reply to: Show group members blogsrich-
a theory is much better than what I had… crap.
I figured I’d have to hook into something but didn’t know in what order to do things. I’ll try it out later sometime and report back.
Thanks,
~Kyle~In reply to: A Webinar tool for Buddypress?If you’re speaking more about distance education and e-learning, I invite you to look at a few resources on my site:
http://thecorkboard.org/category/instructional-technology/online-learning/PJ mentions the Scholarpress plugin, which, I agree, is a bit faulty at the moment. But keep track of the Google Summer of Code project that looks to blend Scholarpress with BuddyPress and improve its features as well:
http://thecorkboard.org/gsoc-buddypress-and-sp-courseware/I think a lot of what you want to accomplish is inherently available within BuddyPress. Meetings could equate to groups. Conferences could be a specific BuddyPress site with some features on or off. I’ve found that looking at BuddyPress – and WordPress for that matter – with a different lens has expanded my perspective on what this software can really do.
~Kyle~
In reply to: Group Member Count Showing Users Already DeletedIn reply to: Group Member Count Showing Users Already Deletedrich! –
Yep that works.For everyone else, here’s what I did to refresh the member count:
1) Go to your groups members page at something like mysite.com/groups/my-group/members
2) Do a hard refreshThe member count will then be accurate.
In reply to: Group Member Count Showing Users Already DeletedBug it is! Will report.
Thanks
