How to restrict a component by page name without using Design mode. I have a component that has to be allowed only when a root page is named as 'na'. Is there any way to do this in CQ?
HI , At present, I use the url path to the Image to download the image using HttpWebRequest/webclient in c# , asp.netIf the image size is large, it takes a lot of time to download the image, and for images with low size, the download time is less.Is there any way to download large images with in a s...
Hi,We have a scenario, where we have to provide author the ability to upload multiple files using dialog. Initially we were using xtype:html5smartfile , when only single file upload was required. But now as the requirement is there to add multiple files , can you please suggest any good approach for...
We recently made a copy of our production publish instance to create a new development instance. As per http://forums.adobe.com/message/5387365, the publish instance is showing the sidekick and edit features. We are still at CQ 5.4We have verified that the:Sling Settings run mode is publishIf we p...
Ok JCR experts, there's something I need to know:I registered a JCR listener to catch NODE_MOVED and NODE_REMOVED events. This is working well. The method we need to override when implementing the EventListener interface, onEvent, receives an EventIterator. So sometimes, events are bundled togeth...
Hi I have a widget with the datetime form on it but it only takes the timezone of the server therefore always giving me not the time I need.What can I do in order to get the client's timezone information?
Not sure if this is the right place to post this, but I'm in need of a CQ5 developer. The company I work for has been developing a plug-in that has been quite successful with our clients, but we need additional development and support...it's pretty open ended. Our current developer doesn't have th...
Hello Adobe Team,I am Adobe CQ5 Admin.I just want to know the certifications in Adobe CQ5 from Admin Perspective not a developer.Regarding that i have few questions.1.What are the papers/certifications in for CQ5 admin?2.Any prometric centers in India?3.What is the fees and where can i get the compl...
HiI search on google and i find the following command which said it can modify permission of a user (http://www.wemblog.com/2012/03/how-to-do-user-management-using-post.html)curl -u admin:admin -FprincipalId=testuser -Fprivilege@jcr:all=granted http://localhost:4502/content.modifyAce.htmlWhen I exec...