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
Solved! Go to Solution.
Views
Replies
Total Likes
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:
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.
Views
Replies
Total Likes
Can you please provide more details on what you are trying to.
Thxs
Views
Replies
Total Likes
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:
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.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
I am investigating this use case.
Views
Replies
Total Likes
Views
Likes
Replies