Hey there,
found this code inside /media/com_easysocial/apps/user/events/events.php
Is there a problem with displaying the event creation inside the stream anywhere module I am not aware of?
found this code inside /media/com_easysocial/apps/user/events/events.php
// If the anywhereId exists, means this came from Anywhere module
// We need to exclude event form from it.
if (!is_null($story->anywhereId)) {
return;
}
Is there a problem with displaying the event creation inside the stream anywhere module I am not aware of?