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; ?>
<?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
Fullscreen1<?php $dictionary['<Custom Module>']['activity_enabled']=true;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<?php $dictionary['<Custom Module>']['activity_enabled']=true;