about "create Board" | Adobe Higher Education
Skip to main content
Level 2
October 16, 2015
Beantwortet

about "create Board"

  • October 16, 2015
  • 4 Antworten
  • 1406 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von rpapani

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.

4 Antworten

smacdonald2008
Level 10
October 16, 2015

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

Thxs

rpapaniAdobe EmployeeAntwort
Adobe Employee
October 16, 2015

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.

jmlg12Autor
Level 2
October 16, 2015

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

smacdonald2008
Level 10
October 16, 2015

I am investigating this use case.