Page and content default settings

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
10/6/2009 9:34:46 AM
Gravatar
Total Posts 190

Page and content default settings

Hi All,

This has probably been asked but I can't seem to find it. Is there a way to change the default values for page settings and content feature settings? For example, I would like to change the default 'Show Title?' to be false.

Thanks,

John

10/6/2009 11:49:44 AM
Gravatar
Total Posts 18439

Re: Page and content default settings

Hi John,

If you add this to your user.config

<add key="ShowModuleTitlesByDefault" value="false" />

and then touch Web.config so it reloads the settings, then when new modules are added to a page the title will be hidden by default.

Hope it helps,

Joe

10/6/2009 11:52:32 AM
Gravatar
Total Posts 18439

Re: Page and content default settings

Its possible to change the defaults of other module settings from Administration > Advanced Tools > Feature Installation

However changes you make there will be lost whenever you visit the setup page because the defaults set by the developer in the feature installation config files will be restored.

There is not a way currently to make defaults for page settings other than roles which will be inherited from the parent page by default.

Best,

Joe

10/12/2009 9:54:13 AM
Gravatar
Total Posts 190

Re: Page and content default settings

many thanks. The title, at least, is a big one.

You must sign in to post in the forums. This thread is closed to new posts.