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:
- Make sure to create the user under /home/users/mac/geometrixx
- Create a cq:Page at /content/mac/geometrixx/home/users/<user_name>/boards
- Add the following properties to the jcr:content node of the cq:Page
- cq:template - /libs/mac/templates/boardspage
- sling:resourceType – mac/components/boardspage
- 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.