-
dedurus joined the group BuddyPress Comments Collapse Expand 13 years, 4 months ago
-
dedurus posted on the forum topic Gettinng id of the activity status in the group Creating & Extending: 13 years, 5 months ago
Seems that I found the solution to access individual activity ID, although not sure if this is a proper way to access it since I’m using “global $activities_template”. Here’s the code: `global $activities_template; //get single activity ID for loop in entry.php $act_ID = $activities_template->activity->id; // get activity $activity_get =…[Read more]
-
dedurus posted on the forum topic Gettinng id of the activity status in the group Creating & Extending: 13 years, 5 months ago
@r-a-y thanks for reply (i’m little late with mine). The problem is that I cannot determine the activity ID. In entry.php, i tried with bp_activity_id() function to wrap it in a query, but all I get is ID of the activity printed in the browser. How can I determine the activity ID in entry.php ? For […]
-
dedurus joined the group Buddypress Auto Group Join 13 years, 5 months ago
-
dedurus started the forum topic Gettinng id of the activity status in the group Creating & Extending: 13 years, 5 months ago
Hi I’m trying to fetch the content data from wp_db_activity table in order to escape from HTML tags that are wrapped around the content. I need this since I want to implement an audio player for links to mp3 files. The
bp_activity_content_body()
gives me results like<a href="http://link_to_mp3_file">http://link_to_mp3_file</a>
while I need only…[Read more] -
dedurus joined the group Creating & Extending 13 years, 5 months ago
-
dedurus joined the group BuddyPress Media 13 years, 5 months ago
-
dedurus joined the group How-To and Troubleshooting 13 years, 5 months ago
@dedurus
Not recently active