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 Collapse/Expand from module setting by SQL

Return to previous page

  • 4/7/2015
  • 1708 Views

Comments

1708 Views

Tip: Remove Collapse/Expand from module setting by SQL

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 
If you want to set "Collapse/Expand" for all module to "None", 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 Visibility = 2
WHERE {databaseOwner}{objectQualifier}TabModules.IconFile IS NULL
AND {databaseOwner}{objectQualifier}TabModules.Visibility != 2

Please note that this statement will remove all collapse/expand options from all modules.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out