Page 1 of 1

custom content blocks not showing in admin

Posted: Fri Sep 07, 2012 9:08 am
by otsakir
Hello,

I am trying to use custom content blocks from CGContentUtils module. So, i created a block named 'intro'. The smarty code generated for it was:

Code: Select all

	{content_module module='CGContentUtils' block='intro_content' name='intro_content' label='Intro'}
I copied the code above in a Layout Template and i assigned this template to a content page. The problem is that i can't see the 'Intro' field when editing the page.

I am using cmsms 1.11.1 (Baltra) and CGContentUtils 1.3.2.

I 've also tried the same thing in an older installation and it seems to work.

Any ideas ?

Re: custom content blocks not showing in admin

Posted: Sat Sep 08, 2012 7:40 am
by Dr.CSS
Why use a module instead of just...

{content block='intro_content' label='Intro'}

Re: custom content blocks not showing in admin

Posted: Sat Sep 08, 2012 8:21 am
by otsakir
It was already installed as a dependency for other modules. I also had some problems with "oneline" parameter of the core function so i gave it a shot.

thanks anyway

P.S. do you think i should look into the issue further and post it to the bug tracker?

Re: custom content blocks not showing in admin

Posted: Sat Sep 08, 2012 10:18 pm
by Dr.CSS
You could post a BR in the forge for this module, as long as it has a good reproducible explanation of all the steps you took and you are sure you are using it correctly...