I need to display labels "New" and "Updated" besides the links displayed on a page on my website.For this I applied a logic of checking number of versions. If number of versions are more than 2 I displayed "updated" else i displayed "New". I am able to achieve it in the Author environment.But in Pub...
I'm using Adobe CQ 5.4 and would like to write a custom login module to authenticate across my database. However in the link http://dev.day.com/docs/en/crx/current/deploying/custom-login-modules.html, instructions are given for 5.5 only. Would like to know if there is any way that I can do this in C...
I have to set a file server as docroot in dispatcher.any, where the cached files will be stored. While doing this, I get an error in the dispatcher log file "Unable to create parent directory [\\myFileServerPath]: Invalid argument". The pages cannot be cached. If I change the /docroot value to a loc...
Hello,Has anyone tried to add a new tab on click of say a symbol (+) on a dialog making use of listeners or so? I am trying to show an Image tab on click of symbol (+) so that a tab is displayed such that users can drag and drop a image on that tab. This way (+) symbol helps creating tabs on the fly...
Hi,I'm trying to send e-mail with some information provided via <form> but I'm not really sure how to do it. I've understood that I need to create Servlet that process the form data and sends the email. I've tried to follow these instructions but it's not clear enough for CQ5/Servlet(I don't have an...
Hello All, Hope you all are doing great. I need to Export Users and Groups along with permissions from one CQ 5.4 to another CQ 5.4 author.Could you please tell me any way to achieve this? Thanks & Regards,
I need to create a RTE using the CQ.Util.Build (as an extension to what has been done in the "/foundation/social/blog/entryForm" JSP)The final editor needs to have somewhat these features :[img]rte-plugin-editor.JPG[/img] This is the complete code I sued for the richtext editor but I still don't see...
Hi Guys , I'm trying to achieve part of reverse replication process from one of my publisher instance to author instance . The goal is to reverse replicate custom form data from publisher instance to author . I'm able to achieve it by referring from here http://helpx.adobe.com/cq/kb/HowToUseReve...