Expand my Community achievements bar.

SOLVED

about "create Board"

Avatar

Level 2

I'm trying to use AEM only for DAM now...

So I wan't to share comments on assets (eg graphic files) with the built-in feature "share card", but I need to select a "board", and I don't know how to setup this "Board".

Any idea to do this ? without launching a "campaign" (the only clue I get about creating a board...)?

Many Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi Jean Michel Le Goff,

I assume you are using AEM - 5.6.1.

Boards is a concept of MAC, so this works only for the users who are mac tenants. OOTB, we provide geometrixx as the tenant. And Kelly.creative@geometrixx.info as the user under this tenant (/home/users/mac/geometrixx/Kelly.create@geometrixx.info). If we want to enable boards functionality for any other user:

  1. Make sure to create the user under /home/users/mac/geometrixx
  2. Create a cq:Page at /content/mac/geometrixx/home/users/<user_name>/boards
    1. Add the following properties to the jcr:content node of the cq:Page
      1. cq:template - /libs/mac/templates/boardspage
      2. sling:resourceType – mac/components/boardspage
      3. jcr:title – Marketing Cloud Boards

BTW, Boards functionality works OOTB for kelly.creative@geometrixx.info.

As an alternative to (ii), you can simply overlay /libs/mac/components/shareframe/boardsmenu.jsp in /apps

With #L38,

{code}

Page boardsPage = boardManager.getBoardsPage(resourceResolver, userId, true);

{code}

 

Hope that helps.

View solution in original post

4 Replies

Avatar

Level 10

Can you please provide more details on what you are trying to. 

Thxs

Avatar

Correct answer by
Level 1

Hi Jean Michel Le Goff,

I assume you are using AEM - 5.6.1.

Boards is a concept of MAC, so this works only for the users who are mac tenants. OOTB, we provide geometrixx as the tenant. And Kelly.creative@geometrixx.info as the user under this tenant (/home/users/mac/geometrixx/Kelly.create@geometrixx.info). If we want to enable boards functionality for any other user:

  1. Make sure to create the user under /home/users/mac/geometrixx
  2. Create a cq:Page at /content/mac/geometrixx/home/users/<user_name>/boards
    1. Add the following properties to the jcr:content node of the cq:Page
      1. cq:template - /libs/mac/templates/boardspage
      2. sling:resourceType – mac/components/boardspage
      3. jcr:title – Marketing Cloud Boards

BTW, Boards functionality works OOTB for kelly.creative@geometrixx.info.

As an alternative to (ii), you can simply overlay /libs/mac/components/shareframe/boardsmenu.jsp in /apps

With #L38,

{code}

Page boardsPage = boardManager.getBoardsPage(resourceResolver, userId, true);

{code}

 

Hope that helps.

Avatar

Level 2

When I select an asset in the DAM, and I want to share it I get a window which allows you to annotate the asset, and select people as recipient... from a "board" (panorama in french).

My problem is how do I create that "board"

as attachment I post a screen capture

Avatar

Level 10

I am investigating this use case.