deliverance

Unable to use Diazo (plone.app.theming) on Centos

人盡茶涼 提交于 2019-12-01 21:06:49
问题 I made a webportal on my mac using plone4.1 and Diazo. Now, I'm trying to deploy it on my server (CentOs) where there is yet another site with plone4.0.5 + collectivexdv. When I run the site (in a brand new buildout) with my diazotheme I obtain this lines via shell (instance fg): 2011-09-27 09:32:10 ERROR plone.transformchain Unexpected error whilst trying to apply transform chain Traceback (most recent call last): File "/home/plone/.buildout/eggs/plone.transformchain-1.0-py2.6.egg/plone

Unable to use Diazo (plone.app.theming) on Centos

点点圈 提交于 2019-12-01 19:35:55
I made a webportal on my mac using plone4.1 and Diazo. Now, I'm trying to deploy it on my server (CentOs) where there is yet another site with plone4.0.5 + collectivexdv. When I run the site (in a brand new buildout) with my diazotheme I obtain this lines via shell (instance fg): 2011-09-27 09:32:10 ERROR plone.transformchain Unexpected error whilst trying to apply transform chain Traceback (most recent call last): File "/home/plone/.buildout/eggs/plone.transformchain-1.0-py2.6.egg/plone/transformchain/transformer.py", line 42, in __call__ newResult = handler.transformIterable(result, encoding

Adding an class to body element with XDV

六眼飞鱼酱① 提交于 2019-12-01 06:51:52
问题 I want to style some forms in Plone3+collective.xdv but I don't want all forms to get the special style. So I'd like to add a special styled-form class name to the class attribute of the body element just when displaying certain templates: contact-info sendto_form PFG forms So I thought that I could manage to perform this with XDV in order not to modify those templates. By using the if-content directives in XDV rules I can check if those templates are being displayed: css:if-content="body