Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Can't add comments to event

9 years 4 months ago
  • Ofer's Avatar
    Topic Author
  • Ofer
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

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

9 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

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!

9 years 4 months ago
  • Ofer's Avatar
    Topic Author
  • Ofer
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

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

9 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

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;
    }

thank you!

9 years 4 months ago
  • Ofer's Avatar
    Topic Author
  • Ofer
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

components/com_community/templates/jomsocial/layouts/stream.php

Are you sure this is the right path? or the right file name?
I was not able to locate it.
Thanks,
Ofer

9 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Ofer,

Sorry, I mean
components/com_community/templates/jomsocial/layouts/stream/footer.php

cheers!

9 years 4 months ago
  • Ofer's Avatar
    Topic Author
  • Ofer
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

#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?

Attachments:
9 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

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

9 years 4 months ago
  • Ofer's Avatar
    Topic Author
  • Ofer
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

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

9 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

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());
replace to :
$showStream = true;

- edit this file components/com_community/controllers/system.php and remove this code :
if ((!COwnerHelper::isCommunityAdmin() && !$event->isMember($my->id) && $config->get('lockeventwalls'))) {
                            $objResponse->addScriptCall("alert('permission denied');");
                            return $objResponse->sendResponse();
                        }

this hack for showing the sharestatus on event detail

thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW