Hopefully this is the proper place for this. I'm hoping someone can help me with what I need to add to my custom component so that it processes this directive:
{chronocontact}Formname{/chronocontact}
I would like to embed a chronoForm in the html output of my view.
Any help would be appreciated.
Thanks,
Curtis
{chronocontact}Formname{/chronocontact}
I would like to embed a chronoForm in the html output of my view.
Any help would be appreciated.
Thanks,
Curtis
Hi Curtis,
Your component needs to support Joomla! Plug-ins. I think you'll find some help in the Joomla! docs.
Bob
Your component needs to support Joomla! Plug-ins. I think you'll find some help in the Joomla! docs.
Bob
Bob,
Thanks for the response. I have tried that and followed the instructions on the Joomla website. I am registering the trigger onPrepareContent...is that the right one for this plugin? I'm gonna start digging a little deaper, but from what I understand, it could be listening for:
onPrepareContent
onAfterDisplayTitle
onBeforeDisplayContent
onAfterDisplayContent
If you have any more info on what the plugin is looking for, that would help.
Regards,
Curtis
Thanks for the response. I have tried that and followed the instructions on the Joomla website. I am registering the trigger onPrepareContent...is that the right one for this plugin? I'm gonna start digging a little deaper, but from what I understand, it could be listening for:
onPrepareContent
onAfterDisplayTitle
onBeforeDisplayContent
onAfterDisplayContent
If you have any more info on what the plugin is looking for, that would help.
Regards,
Curtis
This topic is locked and no more replies can be posted.