Activity Feed For Entire Site

Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
How do i call and display the entire site activity feed of everything going on. I would like to show all activity from everyone on the front page.


{jrCore_lang module="jrAction" id="1" default="Activity Stream"}
    
{jrCore_list module="jrAction" profile_id=$_profile_id order_by="_item_id desc"}


I know the above code is wrong as far as the profile id selection part. how do i select all profile id's activity streams and display them on the front page.

Also if possible is jrAction set up to seperate and display the activity to only people being followed.

Thanks
updated by @developer-networks: 12/12/13 01:50:50PM
brian
@brian
11 years ago
10,136 posts
If you want all the activity, don't include the profile_id. I'm not quite sure what you mean about only people followed (as that is going to be different for every user), but that's how the profile home page works. That is done by setting the "include_followed" option to true - i.e.

{jrCore_list module="jrAction" profile_id=$_profile_id include_followed=true order_by="_item_id numerical_desc"}

Let me know if that helps.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 11/07/13 10:08:47AM
Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
That worked great. Thank you.
brian
@brian
11 years ago
10,136 posts
b360:
That worked great. Thank you.

Awesome - glad to hear it. Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michael
@michael
11 years ago
7,692 posts
That seams like something others would want to know. Added it as a HowTo:
http://test.jamroom.net/the-jamroom-network/documentation/howto/1053/howto-display-the-entire-site-activity-feed-of-everything-going-on
updated by @michael: 11/08/13 05:30:38AM
Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
I noticed the Activity feed is not showing album or audio file uploads. How do i include that on my site activity feed.
brian
@brian
11 years ago
10,136 posts
There's nothing you should have to do - album activity was something that was just recently added by Paul, so make sure you're running the latest audio and video modules.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Developer Networks
Developer Networks
@developer-networks
11 years ago
566 posts
I apologize, I figured it out. It works when logged in as a Member. It doesent work with audio as the Admin.

Thanks.
updated by @developer-networks: 11/10/13 06:43:24AM

Tags