Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/13/23
    I have had this problem numerous times, where the parsys drag-icon doesn't show when a component is empty (i.e when you just created it). My code returns existing items (from the previous component version - backwards compatibility) and otherwise you have the option to add new ones via parsys.A team...

    Views

    549

    Likes

    0

    Replies

    1
  • 4/13/23
    I would like to include Layout container inside a component to allow other components to be added dynamically within the component. How can I achieve this when the component also has its own dialog and the internal components also need to be editable. This was pretty easy to do outside SPA but unabl...

    Views

    902

    Likes

    0

    Replies

    2
  • 4/13/23
    Is it possible for ui.content package to be redeployed during pipeline run without changing the version or deleting old package. 1. I run pipeline to deploy my application (both immutable and mutable packages) to dev enviroment2. I make some changes in ui.content and ui.apps 3. I run pipeline again ...

    Views

    655

    Like

    1

    Replies

    3
  • 4/13/23
    I have requirement to get author name who has created the page. I am able to get fetch pageProperties.jcr:createdBy but its giving me author user Id. I want the actual name of the author(full name). How we can achieve this.

    Views

    595

    Likes

    0

    Replies

    3
  • 4/13/23
    Hi all, I am currently using AEM 6.5 version.I already deleted the page and also made sure that the page node also deleted in CRXDE. However, I still can see the page content in the publisher and dispatcher as well while the author is already shown 404.In addition, I accidentally used the admin auth...

    Views

    2.2K

    Like

    1

    Replies

    14
  • 4/13/23
    I am new to AEM and I have created a Community website using the Communities functionality in AEM. Now I need to customise some of the styles, but I am not able to find the CSS files associated with it. Main things I need to change is the header navigation colour and some font sizes. Is there any op...

    Views

    607

    Likes

    0

    Replies

    4
  • 4/13/23
    Hi All, We have a requirement we need to search for results with percentage in content for example (97% off or 97%). We are using ootb queryBuilder full text API for this.But we are getting results which have 97(without %)also in the page.What needs to be done to exclude such results from showing up...

    Views

    620

    Likes

    0

    Replies

    5
  • 4/13/23
    Hi everyone,I am a specific requirement where I need to overlay OOTB page component and remove the project level clientlibs (clientlib-site, clientlib-base) from it. Can someone suggest the way to disable it on the overlayed page component. Thanks

    Views

    527

    Likes

    0

    Replies

    3
  • 4/12/23
    Trying to integrate alm with aem One of the prerequisite is to install the below package in cloud service . https://github.com/adobe/adobe-learning-manager-reference-site/releases/tag/1.0.0 How this can be acheived

    Views

    1.5K

    Likes

    0

    Replies

    11
  • 4/12/23
    Hello,I want to search the nodes on 2 different paths. For example -> /content/AA and /content/BB. The below query works fine SELECT p.* FROM [cq:PageContent] AS p WHERE ( ISDESCENDANTNODE(p,[/content/AA]) OR ISDESCENDANTNODE(p,[/content/BB]) ) AND ( CONTAINS(p.[cq:tags], ‘”testAA”) ) but throws the...

    Views

    630

    Likes

    0

    Replies

    3