cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Invite Link on Share

rajeshdk
Champ in-the-making
Champ in-the-making
Please have you any of you done removing invite link customization on share site members dashlet page?
any pointers to the files needs to be customized/ steps to customize would be greatly appreciated.

thanks
Rajesh
1 REPLY 1

dsr471
Champ on-the-rise
Champ on-the-rise
Which Version you are using?

If you are using 4.2

you need to comment the below code in the colleagues.get.html.ftl

<#– INVITE –>
                     <@markup id="managerToolbar-inviteLink">
                        <span class="first-child">
                           <a href="invite" class="theme-color-1">
                              <img src="${url.context}/res/components/images/user-16.png" style="vertical-align: text-bottom" width="16" />
                           ${msg("link.invite")}</a>
                        </span>
                     </@markup>