Disable Client Messaging Area

My business already has a ticketing based email system for support/contact enquirers. Is there any way of disabling the client messaging area in quickfile, otherwise things might start to get messy.

With a power user subscription you could do this using some CSS rules to hide the messaging links:

.tblMailAlert, #hypaccountEmail {
  display:none;
}

You can customise the CSS using the advanced customisation tools. You can also add your own custom link to the horizontal menu to point to your ticketing system.

Thanks for your fast reply. I have to say I am very impressed with quickfile and would like to say thank-you for creating this service, never seen nothing so user-friendly.

2 Likes

This topic was automatically closed after 3 days. New replies are no longer allowed.