This content has been marked as final.
Show 2 replies
-
Re: Creating custom jive object type to track him within custom activity streams
dzmitry_h Mar 8, 2013 9:45 AM (in response to dzmitry_h)Ryan King Do you have any ideas/suggestion on my question ?
-
Re: Creating custom jive object type to track him within custom activity streams
kyanring Mar 11, 2013 8:42 AM (in response to dzmitry_h)Hi Dzmitry,
You get the ability to follow a custom content type for free, in that your custom content object needs to extend JiveObject. All that really is required is making sure that the Follow option is available on the screen, using the @jive.socialActions macro in your content's sidebar.ftl, and in your EAE soy templates.
Note that in order for your content to be exposed in the EAE activity streams at all, you need your type to implement RecentActivityEnabledType.
-