This object is in archive! 

how to disable permanently "share" template in response-view?

Archived Jens H. 11 years ago

i found in source "response.phtml"


  1. //line 95
  2. <?php if (key_exists('shareEnabled', $this) && $this->shareEnabled):?>

is it possible to set false? :)

Best Answer
photo

Yes, you can put false there, but you better override this template in your theme and set false, so it won't overwritten with update

Replies (3)

photo
1

Yes, you can put false there, but you better override this template in your theme and set false, so it won't overwritten with update

photo
1

perfectly, how i can inherit the default template and only custom my use cases. all default functionality stay equal with default template?

photo
2

You can read more details on overriding templates and layouts in customize interface section

Replies have been locked on this page!