Hello,
"isAnon" worked for me in older Plone, now en Plone 4.3 which is the right way to do it?
<div metal:define-macro="captcha"
tal:condition="not:isAnon"
Thanks for answers,
Bieli
Hello,
"isAnon" worked for me in older Plone, now en Plone 4.3 which is the right way to do it?
<div metal:define-macro="captcha"
tal:condition="not:isAnon"
Thanks for answers,
Bieli
Please, have a look on this page:
https://docs.plone.org/4/en/manage/upgrading/version_specific_migration/p3x_to_p40_upgrade/updating_addons.html#no-more-global-definitions-in-templates
Hi Michael,
thanks for you help. I changed te template to:
tal:define="isAnon context/@@plone_portal_state/anonymous"
Regards,
Bieli