Old Content Blocks module
-
- Forum Members
- Posts: 98
- Joined: Wed Aug 01, 2012 7:46 pm
Old Content Blocks module
HI, I have used CMS made simple in the past, around the 1.10 version. I just downloaded this newer version and noticed alot has changed. I was very fond of the content blocks and url renaming options. Does this newer version have the same thing? If so where can those be found as I cant seem to locate anything similiar.
Re: Old Content Blocks module
Invest some time in this https://www.cmscanbesimple.org/blog/the ... gn-manager you will be amazed!!
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Old Content Blocks module
No, that is not a solution for content blocks in pages. Certainly not for template blocks.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 98
- Joined: Wed Aug 01, 2012 7:46 pm
Re: Old Content Blocks module
fist of all thanks for the help! However, I have to be honest, none of those examples made any sense to me, are there any other examples? Where would I originally create a content block? I am looking to create footer information and call it like an include on everypage..
Re: Old Content Blocks module
Maybe try this?
viewtopic.php?f=3&t=75430&hilit=global+content+block
viewtopic.php?f=3&t=75430&hilit=global+content+block
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
Re: Old Content Blocks module
Note that you will NOT find the Global Content Blocks as they existed in CMSMS 1.x
They have been moved to the Design Manager and of type 'Core::Generic'
If you have a look at the Simplex page template you will find somewhere near the bottom:
This is how such a Generic template is included.
Note that a template by default is not editable by an Editor. If you need a footer which is editable by an Editor there are other ways to accomplish that.
They have been moved to the Design Manager and of type 'Core::Generic'
If you have a look at the Simplex page template you will find somewhere near the bottom:
Code: Select all
{global_content|strip name='Simplex Footer'} {* generic Design Manager template *}
Note that a template by default is not editable by an Editor. If you need a footer which is editable by an Editor there are other ways to accomplish that.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Old Content Blocks module
a: Use design manager to create a generic template.... lets call it 'footer'
b: add {include file='cms_template:footer'} in your page templates.
the {global_content} does the same thing, it is just around for compatibility purposes.
b: add {include file='cms_template:footer'} in your page templates.
the {global_content} does the same thing, it is just around for compatibility purposes.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.