Hello,
where can i get the id's of each members who are member of a group???Please let me the file and functions from where i can get this??
You can use following code to get each members from the group.
$model = ES::model('Groups');
$users = $model->getMembers($group->id, $options);
In the reply section
JoomlaFolder\media\com_easysocial\apps\group\discussions\controllers\reply.php
i am passing
$options[ 'targets' ] = $discussion->getParticipants( array( $discussion->id ) );
instead of
$options[ 'targets' ] = $discussion->getParticipants( array( $reply->created_by ) );
still i am getting only the 2 user...1. who has owner of post and2. who has created the reply
that's why these 2 are getting the emails notifications only, while i want to send notification to all members of that particular grop. Please let me know the solution for it...
Thanks.
I believe I already did explained how the system work, try check again with my above
reply and do some comparison with those group members submit question and reply code, if you didn't pass in the 'target' option, so it will just notify to all group member.
By the way, I am really sorry but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as outlined in
http://stackideas.com/support
Having said that, if you require us to perform the customization for you, you can always request for a quote from us at
https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.