By Sabih on Sunday, 23 July 2017
Posted in General Issues
Likes 0
Views 434
Votes 0
Hey there,

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?
EDITED: I deleted the content of this post
·
Sunday, 23 July 2017 21:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sabih,

Based on what i see the code, it seems like that is fine if display the event on the anywhere module, but I will consult with our developer regarding this as well.
·
Monday, 24 July 2017 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
I already consult with our developer regarding this, it should be fine if display event on the module page.

The reason why we excluded event appear on the anywhere stream module is because this module purposely to let people post a simple stream item in particular page instead of creation something like event/polls/broadcast.

After i tested more about this, it seems like we shouldn't allow blog/discuss display on anywhere stream module as well.
·
Monday, 24 July 2017 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex, at least there are no technical reason so I go for it.
·
Monday, 24 July 2017 14:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 24 July 2017 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post