Hi,
I am looking for some support to see if this is a possible set up.
As part of each users profile, we have a tab called Wall which displays all posts related to that user - whether thats a blog post uploaded, a post to a group or an attachment added to a group etc - The wall feed is specific to the user, and only displays content relevant to that user.
I would like to replicate the Profile Wall feed on the homepage, so each user sees their wall when logging in. I have looked at the mod_cbactivity module, and I can see I can almost recreate the wall using this module - with one difference, it shows all content, and is not specific to the user. (I am currently configuring this module with the following string "profile.%.connection,activity.%.comment,blog.%,groupjive.group.%"
Is there anyway to configure the Activity Feed (mod_cbactivity) so that it just shows a users Wall Posts and notifications only, and not every notification or group post?
If it isn't possible with the Activity Feed (mod_cbactivity) module, is there a way to achieve this using any other method.