ISSUE SUMMARY:
Not sure if this is just not available, or something wrong with my settings.
but...
User1 created event.
User2 wants to say something like "wish i could come".
user2 cannot make any comments anywhere....
User2 can like and that's it :(
prntscr.com/9htjtu
STEPS TO REPLICATE:
1 Create event with user1
2 Try to comment with user2
3
4
5
RESULT
Cant add comments
EXPECTED RESULT
Want to be able to add comments regardless to going/not going
BROWSER Any
Hi Ofer,
this is default behavior, you cant comment on created new event stream, this behavior is same with created new group.
You can post to the event wall if you wanna make a comment on event.
thank you!
Dimas,
I understand this is a default behavior.
All I am saying is that it makes no sense for the users.
1. There is no event wall where user (and friend) can just post remarks. See image
prntscr.com/9i0j3i
2. Even if there was...why make the user go another page to do something they feel (rightly in my mind) they should be able to do right there? why not add a remarks line immediately next tot the like and share which will be post into the event wall?
Users don't like go there and click here to do something...they want things simple.
Even if what you are saying was working, having all these extra clicks will not make things easy for users.
So please, so me where is the event wall, cause I cannot see one.
thanks,
Ofer
Hi Ofer,
Ok I will give you little hack for this, but please you put this on override folder.
- open this file components/com_community/templates/jomsocial/layouts/stream.php
- add this code after line 62 :
if($act->app=='events'){
$allowLike = true;
$allowComment = true;
}
Hi Ofer,
Sorry, I mean
components/com_community/templates/jomsocial/layouts/stream/footer.php
cheers!
#1 Thanks!! That is what I meant.
#2 i still cannot figure out where these note are showing.
I had 2 different users enter notes (the SS attached show one, but later i added from another user).
Then, when anyone clicks on the event, these notes/remarks/comments are not listed.
So where do they show?
Hi Ofer,
Indeed that is default behavior, because its different... that stream "added a new event" is not be listed on event detail.
thank you
Why???
makes no sense.... once someone makes a remark about an event, the remark becomes part of the event information..
If you are going on a camping trip and someone says "the best spot for your tent is under the yellow tree", isn't that important information for those going to the event?
I don't get it...
Ofer
Hi Ofer,
Ok, I provide another solution
- open this file components/com_community/templates/jomsocial/events/single.php, find this :
$showStream = ($isEventGuest || $isMine || $isAdmin || $isCommunityAdmin || $handler->manageable());
$showStream = true;
if ((!COwnerHelper::isCommunityAdmin() && !$event->isMember($my->id) && $config->get('lockeventwalls'))) {
$objResponse->addScriptCall("alert('permission denied');");
return $objResponse->sendResponse();
}