Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You set Owner to 17 so it's working exactly as you've configured it.If I enter profile.17.birthday, it congrats user 17 on his birthday, which is the wrong user.
The asset and the owner of the activity entry are 2 separate things. For example Owner of 18 and Asset of profile.17 means the user 18 posted on the profile of 17.So I've removed the owner, so it is the current user, that makes the right name appear, but then the activity is posted to the users stream, and not user 17's stream, which would be the right place, as it is user 17 posting the congrats for the user?
Asset is mandatory. Without it CB Activity has no idea where to display the activity.If I enter nothing in the Asset, nothing is posted.
If I enter profile.[USER_ID].birthday, nothing is posted.
If I enter profile.USER_ID.birthday, things are posted, but the activity shows exactly that, and it's not substituted.
Suggestions welcomed. The parameters that were available before are still available now. Type, Subtype, Parent, and Item are all just a part of Asset now. It would structure the asset as type.parent.subtype.item. Beyond that it still functions exactly the same. The parameter descriptions have also be significantly improved with asset examples even provided directly in the description.This is very confusing, and getting very complex compared to previously versions.
Asset is a descriptor. It describes the source. In your case profile.17 is describing the source of the activity being profile of user 17. This means you can use a more specific asset for a more specific descriptor like profile.17.birthday describes it's the birthday of profile of user 17. This also determines what stream the activity will display on.So am I to understand that the 'asset' is a field to make the post identifiable, to avoid double posts? Or does it have a deeper meaning?
Set asset to profile.17 and leave Owner as empty. This however is a profile activity. This means it will show on profile.17 AND the Owners profile. If you don't want that behavior you should use a more customized asset like "birthdays" then have a steam that outputs the "birthdays" asset.So the remaining problem is that activities are posted to the users and not to user 17's stream to have the right name appear.
How do I accomplish to have the activity on user 17's stream, but with the users name?
Please Log in or Create an account to join the conversation.