Hello
I have a register form and a direct menu link to it (chronoform link).
I now want to put a content item above the form - {include_content_item x} - but at the moment it is not working.
I know that there is a chronoform plugin where i could put the form into a joomla article but then some stuff of the form is not working correctly anymore (like the thank you message)...
so - i was looking around how to enable a content plugin in a component or so - but unfortunately i could not found the right code
i think it should be something like:
... but thats not working
for any tips I'm very thankful!
I have a register form and a direct menu link to it (chronoform link).
I now want to put a content item above the form - {include_content_item x} - but at the moment it is not working.
I know that there is a chronoform plugin where i could put the form into a joomla article but then some stuff of the form is not working correctly anymore (like the thank you message)...
so - i was looking around how to enable a content plugin in a component or so - but unfortunately i could not found the right code
i think it should be something like:
<?php JPluginHelper::importPlugin( 'content' );
$dispatcher =& JDispatcher::getInstance();
$results = $dispatcher->trigger( 'include_content_item', array(&$subject, $params) ); ?>
... but thats not working
for any tips I'm very thankful!