cancel
Showing results for 
Search instead for 
Did you mean: 

Remove right hand side panel from alfresco 4.2 share

aditya_chaudhar
Champ on-the-rise
Champ on-the-rise
Hi Forum ,

Last week i achieved kerbersos before that i play with webscripts now my Alfresco application base is ready, Now i move towards Share custamization.

I want to remove righ thand panel in share .
Panel which has : document action , Tags share,Properties , Permissions,workflows version history , publishing history

Also i want to remove download button .

Can you please assist me how i can achivee this ??

I have tried to remove few of components using below post.
https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/how-...


Please help me on below
1)how i can remove right hand side panel from share.??
2) how to remove downlaod button from share view.?

Please assist me it will help me to understand custamization flow and know alfresco's share customization.
3 REPLIES 3

s_palyukh
Star Contributor
Star Contributor

Hi S.palyukh ,
Thanks for your valuable suggestion now i am able to hide / add / remove components from default share site.

But whenever i change it affects for all documents in share.
Is there any way i can only customize selected share document view??/

Like an aspect or rule to any specific folder so that only selected documents can be modified.

Please help me to resolve this and to understand Alfresco Share better.

s_palyukh
Star Contributor
Star Contributor
You need to find appropriate evaluator for your requirements (or write custom) and after that use it in module components.


<module>
  <id>Module  (Conditionally Hide Site Members)</id>
    <components>
       <component>
          <region-id>component-1-1</region-id>
          <source-id>site/{site}/dashboard</source-id>
          <scope>page</scope>
          <sub-components>
             <sub-component id="default">
                <evaluations>
                  <evaluation id="HideIfTestSite">
                    <evaluators>
                       <evaluator type="Appropriate Evaluator" ></evaluator>
                     </evaluators>
                      <render>false</render>
                  </evaluation>
                 </evaluations>
               </sub-component>
           </sub-components>
        </component>
    </components>
</module>
        


More details by the following link http://docs.alfresco.com/5.0/tasks/dev-extensions-share-tutorials-subcomponent-evals.html