In reviewing the Easy Social stream activity in the back-end, this provides exactly what we need to analyze user behavior.
However, it's missing 'Like' and 'Comment' activity.
Is there a way you can add 'Like' and 'Comment' activity to the Stream report in the back-end?
Similarly, the Email Activities section contains all of the information we need, but we would like it included under the 'Stream' section along with those items.
Actually the current stream activity page suppose to show the stream item only.
Perhaps you can request this feature on our forums
here so we will see if there a lot of user also request this feature, we will definitely consider add this in the future.
Also, the content truncates after a small number of characters requiring us to click 'More.'
We're currently copying and pasting this data for many days, so it's not scalable to click More on every day.
Can you allow us to export this detail or expand the More content?
Currently we do not have an option to allow user to export stream data from backend, but all the stream data is actually getting from this table `#__social_stream` , perhaps you can try export as one of the format which suggested from the PHPMYADMIN.
By the way, you can download my attached file and replace into this following file location :
JoomlaFolder/administrator/components/com_easysocial/themes/default/stream/default/default.php
This modified file is remove that "More" permalink from the stream content, so you do not need to click it every single time.