I'm use advanced content
{content block='content_en' assign='content_en' label='conetnt EN' default="<!-- -->"}
i'm not use {content}, only {content block=
If add in content_en module {news} work only list news, but go in news item - not work, display list items.
advanced content and modules
Re: advanced content and modules
If you are attempting to modify the default {content} block, I think you will only need the following.
{content assign='content_en' label='content EN' default="<!-- -->"}
You use block="" parameter for new blocks.
{content assign='content_en' label='content EN' default="<!-- -->"}
You use block="" parameter for new blocks.
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
Re: advanced content and modules
When you use a module it wants to know where to put the content in the page, if you set it to display 'inline' (syntax depends on the module) it will replace the module call. Otherwise it will replace the default content block, since you don't have one in your template the news item doesn't know where to go.max_rip wrote:I'm use advanced content
{content block='content_en' assign='content_en' label='conetnt EN' default="<!-- -->"}
i'm not use {content}, only {content block=
If add in content_en module {news} work only list news, but go in news item - not work, display list items.
Jeff