cancel
Showing results for 
Search instead for 
Did you mean: 

Remove View in browser and download button

sanketgosavi
Champ in-the-making
Champ in-the-making
Hi,


I want to Remove View in browser and download action button which is shown when document searching is done at site level.


Thanks
4 REPLIES 4

Not applicable
Hi sanketgosavi,

do you want to remove the mentioned buttons on the right side of the document-details page? In this case you could add this snippet to you share-config-custom.xml
<blockcode>
    <config evaluator="string-compare" condition="DocLibActions">
        <actions>
            <action id="document-view-content">       
                <evaluator>evaluator.doclib.action.disableAction</evaluator>
            </action>
            <action id="document-download">       
                <evaluator>evaluator.doclib.action.disableAction</evaluator>
            </action>           
        </actions>
    </config>

</blockcode>

Kind regards Chris

sanketgosavi
Champ in-the-making
Champ in-the-making
Hi Chris,

I want to remove those buttons over the document image in search result.


Thanks !

geraldpasion
Champ in-the-making
Champ in-the-making
hi. i need help with this too. tried adding it in the said file. nothing happens. i have 5.0c version. thanks!

alrony
Champ in-the-making
Champ in-the-making
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.