-
Matthew Holt posted an update in the group Creating & Extending: 13 years, 11 months ago
I’m looking to manage read and unread messages. Is there anyone out there with thoughts about using “user meta” to manage this type of data. Are there any other thoughts on this topic.
Is the volume of data just to much? Would a lookup table be more appropriate? Any suggestion or experiences would be appreciated.
If anyone would like work on a…[Read more]
-
Matthew Holt posted an update in the group Creating & Extending: 13 years, 11 months ago
Has anyone tried implementing a “read/unread” filter / tagging system for the activity stream?
-
Matthew Holt joined the group Creating & Extending 13 years, 11 months ago
-
Matthew Holt posted on the forum topic Using bp_activity_add() to update an activity in the group How-To and Troubleshooting: 14 years, 1 month ago
I have tried attempting this from a couple different pages. Originally from post-form.php and also from the main activity loop with no luck. It doesn’t appear that I’m doing anything special?
-
Matthew Holt posted on the forum topic Using bp_activity_add() to update an activity in the group How-To and Troubleshooting: 14 years, 1 month ago
I actually did that as well and had the same result :(.
$activity_id = bp_activity_add( array( 'id' => 468, 'content' => 'something new and blue' ));
You would think one of these would work.
-
Matthew Holt posted on the forum topic Using bp_activity_add() to update an activity in the group How-To and Troubleshooting: 14 years, 1 month ago
Odd, no luck. Data is not changed, and nothing is returned in $activity_id. Any thoughts?
@nuprn1 are you saying that I need to capture all the activity data and pass it back to the bp_activity_add() in order for the update to be executed?
-
Matthew Holt started the forum topic Using bp_activity_add() to update an activity in the group How-To and Troubleshooting: 14 years, 1 month ago
When using bp_activity_add() to update an activity, I am having a bit of a challenge. I have tried two approaches: 1. create an array of the elements needed to update, with a known activity id and pass them to bp_activity_add() eg.
$activity=array('id'=>533,'hide_sitewide' => true,'content'=>'test 1', 'action'=>'test test');…
[Read more] -
Matthew Holt posted on the forum topic Filter of Function / Theme or Plugin in the group How-To and Troubleshooting: 14 years, 2 months ago
This was exactly what I was looking for @boonebgorges. That approach is perfect. As for a “stacked output,” we stacked the output activity as opposed to keeping it inline eg.
default =
posted and update in the group
stacked=
User:
Group:Thank you again.
-
Matthew Holt started the forum topic Filter of Function / Theme or Plugin in the group How-To and Troubleshooting: 14 years, 2 months ago
I am new to BuddyPress WordPress development and believe there is a solution to the workaround I have created and am looking for insight. I have altered the format of the activity output through the core bp plugin in bp-activity/bp-activity-template.php at the function bp_activity_action(). All that was done is a reformatting of the activity from […]
-
Matthew Holt posted an update in the group How-To and Troubleshooting: 14 years, 2 months ago
I am new to BuddyPress and WordPress development and I feel as if I’m doing something fundamentally wrong.
I would like to change the output of the bp_activity_action(). I have written a function that will do this by applying a function that stacks the activity action output within the bp_activity_action() function.
I feel this is not the…[Read more]
-
Matthew Holt joined the group How-To and Troubleshooting 14 years, 3 months ago
-
Matthew Holt posted an update 14 years, 3 months ago
@lhbuttolph Lee, nice pic
-
Matthew Holt started the forum topic Posting via email in the group Miscellaneous: 14 years, 3 months ago
Not sure if this is a feature or not so I was looking for some information.
Can you post an activity, forum entry or to a group via email?
-
Matthew Holt joined the group Miscellaneous 14 years, 3 months ago
-
Matthew Holt posted an update 14 years, 3 months ago
Revisiting a post by @Xspringe, are there any thoughts about adding attachments to activity posts?
@webdevmatt
Not recently active