Hello at all. Sorry for my bad english!!
I want to get from db one userfield of article creator, and put them into the end of article in CMS.
I have try to put this code in vbcms_content_article_page :
PHP Code:
<vb:if condition="$post['fieldx']"><dt>Descrizione</dt> <dd>{vb:raw post.fieldx}</dd></vb:if>
but i received a bad request from server.
I think missing some variable in the content.php file...
Can anyone help me please?
Thank's, Thomas.