<?php $dictionary['<Custom Module>']['activity_enabled']=true; ?>*Here you'll need to replace <Custom Module> with the same value as step 1.
Hi everybody,
the issue that the acitivty stream is not working on the custom module but on stardard modules is cause by the closing tag ?> in the aboves code snipped.
If you remove it from the activity_enabled.php and run a QRR activity stream works perfectly on all ends
<?php $dictionary['<Custom Module>']['activity_enabled']=true;
Hi everybody,
the issue that the acitivty stream is not working on the custom module but on stardard modules is cause by the closing tag ?> in the aboves code snipped.
If you remove it from the activity_enabled.php and run a QRR activity stream works perfectly on all ends
<?php $dictionary['<Custom Module>']['activity_enabled']=true;