Expand my Community achievements bar.

aponnusa
aponnusa
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,You might have to extend the component /libs/social/group/components/hbs/communitygroups/communitygroupIf you look at the HBS file - /libs/social/group/components/hbs/communitygroups/communitygroup/communitygroup.hbs, you will find <img class="scf-group-image" src="{{imageURL}}"></img>Unfortunate...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hi,Those calls look ok to me. Is anything broken for you ?These calls happens from the include statements of HBS files. If you look at comment.hbs (at /libs/social/commons/components/hbs/comments/comment) you will notice a line like {{include this template="toolbar"}}This snippet is what is triggeri...

    Type

    Questions

    Views

    1.1K

    Likes

    2

    Replies

    0
  • Hi,Please customize the POM files you find in https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension . You can use the reference POMs to build your projects using Maven. (These POMs could be a bit outdated, but they should be a good starting point)Thanks

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi ShubhamThe issue your mentioned about user1 and user2 will be a major bug if reproducible. I tried it locally and couldnt reproduce it. Can you check if user2 is not an admin or has other privileges. The other possibility is the ACLs could have been accidentally relaxed causing this issue. Can yo...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • This looks right to me. Did the code work after your components were in active state ?My next question would be, when you say your component is not working ? can you say what is not working ? (As in, any exception in logs if the components are active)In the page, where you have your custom component...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Hi Monika,Are you using a new resourceType or using social/activitystreams/components/hbs/activitystreams. If you are using social/activitystreams/components/hbs/activitystreams, then we might have to assign priority so that your custom component gets the preference. Add this code in your Factory@Ov...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Hi Monika,Have you tried playing with /content/community-components/en/activitystreams.html . It provides you an example of the OOTB Activity Streams component independent of a community site.Also you page should load the clientlibs cq.social.hbs.activitystreams Thanks

    Type

    Questions

    Views

    950

    Likes

    0

    Replies

    0
  • Hi Alistair,I just wanted to update my side of the investigation.I started a 6.1 instance, then installed SP2. After that I reinstalled com.adobe.granite.ui.clientlibs.content-1.0.4.zip (<instance>/crx/packmgr/index.jsp#/etc/packages/adobe/granite/com.adobe.granite.ui.clientlibs.content-1.0.4.zip) a...

    Type

    Questions

    Views

    5.2K

    Likes

    0

    Replies

    0
  • Actually FP5 (Communities) doesnt create or use the service user called clientlibs-service. Also we dont explicitly trigger rebuilding of clientlibs.For me when I installed SP2 after FP5, I was seeing the issue again. But after I reinstalled FP5 (clicked install on socialcommunities pkg again), the ...

    Type

    Questions

    Views

    5.2K

    Likes

    0

    Replies

    0
  • Greg,You will have to change this file - https://github.com/Adobe-Marketing-Cloud/aem-communities-todomvc-sample/blob/master/bundles/aem-communities-todomvc/src/main/java/com/adobe/aem/social/todomvc/impl/TodoListImpl.java#L68You might have to perform a search in getAllItems method. getAllItems shou...

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    0