Expand my Community achievements bar.

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

  • 12/15/15
    I'm a systems guy ("devops" if you like) so I'm looking to create an "It works!" page for the developers I serve. The developers will be instructed to delete this page when they start working.I know how to set up the content path, the DAM path, and all the Apache config files but I don't know how to...

    Views

    757

    Likes

    0

    Replies

    2
  • 12/15/15
    Has anyone had the need/requirement to create a custom Article component? If so, what type of requirement necessitated a custom component, instead of using the various OOTB components, (e.g. article-list, article-summary et. al)??? 

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 12/15/15
    I am facing 403 Forbidden issue for images residing under /libs/cq/ while accessing AEM 6.1 Author through dispatcher. Thus, CQ Console icons and images are not appearing.I have used below filter in dispatcher.any file -    /filter      {      /0000        {        /glob "*"        /type "allow"    ...

    Views

    1.2K

    Likes

    0

    Replies

    6
  • 12/15/15
    Hi All,We are trying to get the list of users in cq instance to be displayed in a dropdown.In the servlet code written, we have the below :final List<String> users = new ArrayList<String>();Iterator<Authorizable> iter = userManager.findAuthorizables("jcr:primaryType", "rep:User");            while (...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 12/15/15
    Hello all ,I have created a workflow step for cropping an image. But i want it to work for all the images uploaded after my workflow is started similar to Dam update asset workflow. If i add my step to DAM update asset workflow , it will crop for the image i have started my workflow , not for all th...

    Views

    737

    Likes

    0

    Replies

    3
  • 12/15/15
    Hi,Is there any documentation on how to change the background image of the Login page on AEM 6.1?Thanks

    Views

    2.4K

    Likes

    0

    Replies

    3
  • 12/15/15
    Hi,Is it possible to set a Dropdown on Assets Metadata Schema as required?In the interface where we build the Form there is no option to set a dropdown field as required.Is there any way to do that without code?Thanks

    Views

    503

    Likes

    0

    Replies

    1
  • 12/15/15
    I am trying to add custom multifield in the scaffolding form but i am getting error in EXTJS.When i tried to find dialog by getParentByType("dialog") or getParentByType("tabpanel ) i get null and code breaks.If any one has any example for this it will be very helpful. Thanks in advance.

    Views

    2.0K

    Likes

    0

    Replies

    11
  • 12/15/15
    My page is working properly in edit mode. But when I go to preview mode blank page is coming. What could be the reason ?

    Views

    793

    Likes

    0

    Replies

    3
  • 12/15/15
    Hi,I want to show button on page if logged in user is admin or members of the administrators group in javascript.I am able to get CQ.User.getCurrentUser() but not able to check if user is admin.

    Views

    2.7K

    Like

    1

    Replies

    6