Disable System Content Templates

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
3/15/2013 2:56:14 PM
Gravatar
Total Posts 2239

Disable System Content Templates

Hey Joe,

Can we get a setting to disable the included content templates? It would be great if we could get a config setting for each included template so we can disable just the ones we don't want. If the settings were in the theme.skin, that would be even better but not sure if that's possible.

Thanks,
Joe D.

3/15/2013 3:13:22 PM
Gravatar
Total Posts 2239

Re: Disable System Content Templates

Hey Joe,

Okay, I remembered that we could set both of these keys to false and the system content templates wouldn't be displayed at all.

  • <add key="AddSystemContentTemplatesAboveSiteTemplates" value="false" />
  • <add key="AddSystemContentTemplatesBelowSiteTemplates" value="false" />

Would be great if we could get individual settings for each included template or possibly a config file where we can just remove the ones we don't want.

Thanks,
Joe D.

3/20/2013 1:15:24 PM
Gravatar
Total Posts 18439

Re: Disable System Content Templates

Hey Joe,

These settings have now been implemented in the source code repository:

IncludejQueryAccordionContentTemplate
IncludejQueryAccordionNoHeightContentTemplate
IncludejQueryTabsContentTemplate
Include2ColumnsOver1ColumnTemplate
Include3ColumnsOver1ColumnTemplate
Include4ColumnsOver1ColumnTemplate
IncludeFaqContentTemplate

​Actually the last one already existed but the others are new,

Best,

Joe

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