Page 1 of 1

Without {content} in template.. can't update pages?

Posted: Fri Nov 12, 2010 4:26 am
by Ruben_c
Hi!!, I made an ajax template that don't have the {content} tag, so when I want to update the content in the admin section,  nothing appear  ;D. Don't show the content neither wysiwyg,

It's a default featured or have a solution? ::)

Thanks in advance

Re: Without {content} in template.. can't update pages?

Posted: Fri Nov 12, 2010 4:35 am
by Wishbone
What are you trying to do? If you're not displaying the content, why are you trying to enter content?

Re: Without {content} in template.. can't update pages?

Posted: Fri Nov 12, 2010 7:01 am
by Ruben_c
of course that I display the content in frontend, but in the template the tag {content} it`s replaced for an ajax call, so de content is loaded dinamicly.

The problem is becouse I don`t use the {content} tag in the template, I cant update or change the page content in de admin panel.

Re: Without {content} in template.. can't update pages?

Posted: Fri Nov 12, 2010 10:25 am
by nockenfell
use

Code: Select all

{content assign="mycontent"}

Re: Without {content} in template.. can't update pages?

Posted: Fri Nov 12, 2010 5:44 pm
by Ruben_c
Thanks  nockenfell I try with your advice.