Hi All,I have a simple use case, where i need to display moderated comments that my visitors post on articles. My site is running in AEM v 6.1I understand that this functionality is available with the Communities add on. We currently do not have the communities add on and is something that will come...
I have a Transformer rewrite some URKs based heavily on the Helpx article, but mine looks at all elements and all attributes and rewrites urls like /content/uc/news/articles/2016/06/n200000.html to /content/uc/news/articles/n200000.html It works as expected on the rewrite part, but isn't hitting all...
Is there a method to use the Granite UI's validation service to actually stop a form from being submitted?For example: I want to validate a field named tabAnchor against a regex. I produce the following javascript, leveraging the Granite API. (function($, Granite) { "use strict"; var unitPattern = /...
Hi,I am making changes to the English pages programatically and live copy will copy those changes to Spanish. I would like to know when the live copy is completed copying the changes to Spanish. So I can make changes on top of them in Spanish. Is there anyway to get the live copy synchronization sta...
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Post: Hi All, In my sightly code I have two page properties which I am successfully getting from my Java WCMUse cla...
Hi All,We are currently migrating to AEM 6.1. In our current implementation we have a store locator functionality which we need to migrate to AEM. In the current implementation each store details, including lat and lng are stored in a separate database that will be decommissionedThe store data will ...
I want to create an overlay version of OOTB AEM – Table component (/libs/foundation/components/table) for my project. Is there a reference I can use on how to overlay the version in the slightly code and not in JSP. Thanks
Hi All,In my dialog.xml, we have the below : <multi jcr:primaryType="cq:Widget" fieldLabel="Page Path" name="./relatedPath" xtype="multifield"> <fieldConfig j...