How can I enable the activity stream for custom modules? This is meant to be a feature for Enterprise and upwards.
Cheers Andy
<?php $dictionary['<Custom Module>']['activity_enabled']=true; ?>
For anyone still faced with this issue.
Go to custom/Extension/modules/<module_name>/Ext/Vardefs/vardefs.ext.php
and add the following line of code
$dictionary['<module_name>']['activity_enabled']=true;
If you do not have this directory or file then create them.