Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Tip: Remove Printer icon from the module settings by SQL

Return to previous page

  • 4/7/2015
  • 1379 Views

Comments

1379 Views

Tip: Remove Printer icon from the module settings by SQL

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 
If you want to remove the "Printer icon" for all modules, you can go to the settings of all modules and change that in the Page settings.

But there is a way to do that by SQL:
  • Log in as Host
  • Go to menu item Host -> SQL
  • Execute the following SQL statement (after ticking Run as script)

UPDATE {databaseOwner}{objectQualifier}TabModules 

SET DisplayPrint = 'False'
WHERE {databaseOwner}{objectQualifier}TabModules.IconFile IS NULL
AND {databaseOwner}{objectQualifier}TabModules.DisplayPrint!= 'False'

Please note that this statement will remove all printer icons from all modules.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out