Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
ERROR! Closing tag "temlpate" has no matching opening tag (line: 8 char: 193).


Could you help me fix the fix? I'm not getting it, I'm using a different model model.

(Poderiam me ajudar a corrigir a correção? Não estou conseguindo, estou usando um modelo modelo diferente.)
Hi,

If you have copy/pasted the actual error you are getting, then going by it, it'd appear you misspelt 'template' -
please make sure the opening tag is <cms:template> and the closing tag is </cms:template> (and not <cms:temlpate>)

If you still have difficulty troubleshooting the issue, please attach your template and I'll be happy to take a look at it.
OK, thank you very much for correcting the detail.
I corrected it and the error disappeared.
But when pasting the complete tag below, nothing happened in the administration panel, it didn't show the editable fields as shown on the website.
==================================
OK, muito obrigado pela correção do detalhe.
Eu corrigi e o erro desapareceu.
Mas ao colar a tag completa abaixo, nada aconteceu no painel de administração, não mostrou os campo editáveis conforme exemplo no site.


<cms:template title='Blog'>
<cms:editable name='blog_content' type='richtext' />

<cms:editable name='blog_image'
crop='1'
width='610'
heigth='150'
type='image'
/>

</cms:template>

Attachments

You need to visit blog.php as super-admin for the changes to take effect.

To easily do that, please take a look at the screenshot you posted above -
there is a "View" button at the bottom of screen; you need to click that.

Come back to the admin panel and refresh it and you should see the changes.

Hope this help
4 posts Page 1 of 1