Extend the User Profile Information in Communities Components
Hi All,
We are using AEM 6.2 communities Feature pack FP2. I am trying to extend some of communities components(activitystream,comments)
I was able to extend them, but both of these components retrive some of user information (avatar image, name etc).
We are storing the profile images of user at different place, so I want to change the logic of pulling the avatar image for these components.
What is the best way to do that so I just need to extend/override this logic at one place and that become available for all communities components we are using
I tried extending the "AbstractUser" class and bind it to "social/commons/components/author" resourceType in Factory, but that is not getting called.
Please suggest the best way to implement this.
Thanks