Create Hooks in Civicrm in Joomla 1.5
- Create folder in any directory like /Joomla/media/civicrm_hook .
- Create file civicrmHooks.php in this directory.
- Go to Administer CiviCRM > Global Settings > Directories Set the path for custom php here.
- Use the civicrm hooks with Joomla_civicrm_hookName format.Ex. function Joomla_civicrm_buildForm( ){// Write your code here.}
Comments
Post a Comment