By Me on Wednesday, 20 June 2018
Posted in General
Likes 0
Views 505
Votes 0
Hi,

I would like to remove the automatic user search when you are writing a new message in conversations.

I tried with a registered account to create a new message and when you write a few letters, it propose all users of site so you can contact everyone.

This is really important on my site that user can't contact everyone just by clicking like this.

Thank you for your help.

regards,
Nadine
Hi there,

I believe you have enabled this settings http://take.ms/KJeBV and that why all related results will shown on your end. Maybe you can disable them and see how it goes.
·
Wednesday, 20 June 2018 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
Thank you for your answer.

I have enable this because i need them to be able to contact non friends but only throught Jreviews listings.

I know this is paradoxal but it is important they contact each other only after sharing ads but not like this randomly.

Is there another way to remove that feature please?
Me
·
Wednesday, 20 June 2018 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

May i know that you wanted to completely remove them? if yes, you can remove codes below at this path .../components/com_easysocial/themes/wireframe/conversations/compose/default.php

[gist type="php"]
<div class="o-form-group" data-composer-recipients>
<label class="o-control-label"><?php echo JText::_('COM_EASYSOCIAL_CONVERSATIONS_RECIPIENTS'); ?>:</label>
<div class="o-control-input">
<div class="textboxlist controls disabled">
<input type="text" autocomplete="off" disabled class="participants textboxlist-textField" data-textboxlist-textField placeholder="<?php echo $this->config->get('friends.enabled') ? JText::_('COM_EASYSOCIAL_CONVERSATIONS_START_TYPING') : JText::_('COM_EASYSOCIAL_CONVERSATIONS_START_TYPING_NON_FRIEND');?>" data-textboxlist-textField />
</div>
</div>
</div>
[/gist]

Please advice.
·
Wednesday, 20 June 2018 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the code.
I used it and it remove totally the field of "sending to" in the form.

So now it is impossible to send a message to anyone by clicking on "new message"

It is ok but not ideal.

Would it be possible to have only friends in the user list proposition?
So you can use the "new message" and have a list of your friend...

or

Would it be possible to have no proposition and have to write the entire name of the user you want to contact?

regards,
Nadine
Me
·
Wednesday, 20 June 2018 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Would it be possible to have only friends in the user list proposition?
So you can use the "new message" and have a list of your friend.

Currently, the only way to achieve this is by disabling those settings i referred to you on my previous reply.

Would it be possible to have no proposition and have to write the entire name of the user you want to contact?

It is possible, but you need to do some modifications on the cores files currently.

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.

Thanks for your understanding.
·
Thursday, 21 June 2018 10:25
·
0 Likes
·
0 Votes
·
0 Comments
·
OK, i understand.
Thank you for your answer.
Me
·
Thursday, 21 June 2018 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thanks for your understanding

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Thursday, 21 June 2018 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post