Forum Discussion
ChiaraS
8 years agoLithium Alumni (Retired)
Hi,
you could try to replace the quilt in the Page Initialization, adding something like this (untested):
<#if page.name == "ViewProfilePage"> <#if page.context.user.id == user.id> ${http.response.replaceQuilt("ViewProfilePage","ViewProfilePage.User")} </#if> </#if>
and creating a custom page ViewProfilePage.User with the different layout...
Related Content
- 4 years ago
- 10 years ago