Author Topic: Remove reply all button in Larry themes  (Read 5698 times)

Offline duy_dang2110

  • Jr. Member
  • **
  • Posts: 16
Remove reply all button in Larry themes
« on: December 21, 2015, 03:03:08 AM »
Hi all ,  I have found many files in this path  /var/www/roundcubemail-1.0.1/skins/larry/templates/ but don't know what file I have to work with to remove Reply All button . Could you give me some advice , thank you .

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Remove reply all button in Larry themes
« Reply #1 on: December 21, 2015, 05:53:17 AM »
have a look in this file skins/larry/includes/mailtoolbar.html. you might consider extending the larry skin though and making your own rather than editing the file, that way it should survive updates better. you can find more info about that http://trac.roundcube.net/wiki/Doc_Skins#Extendingskins

There is also the `disabled_actions` config option which would be the best way to go but it this case, because of the drop down menu on the reply all button it does not work (it hides the action but not the drop down)
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline duy_dang2110

  • Jr. Member
  • **
  • Posts: 16
Re: Remove reply all button in Larry themes
« Reply #2 on: December 21, 2015, 10:07:24 PM »
Yeah , it worked . Thank you so much John :D