By Edouard Boisset on Monday, 02 July 2018
Posted in General Issues
Replies 11
Likes 0
Views 563
Votes 0
Hello,

There is a function i can't make it work.

I have created 2 users, on called "edouard" and another called "edouard2". In the NEWS FEED pages of "edouard2", I would like to create a message that should only be shared with "edouard".

The problem is that when I logged to the site with user "edouard" then I don't see the message in the NEWS FEED page.

What do I do wrong ?

Regards,
Edouard
Hi Edouard,

I am unable to access your backend(http://take.ms/8Kv4i). Can you provide the second layer access so I can login and investigate this?
·
Monday, 02 July 2018 18:50
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, I noticed that your EasySocial url structure is as follows: ....org/component/easysocial/?Itemid=

Can you try to create an EasySocial dashboard menu item so that the url structure is proper? http://take.ms/FH8KN
·
Monday, 02 July 2018 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
I have updated the original post.
Please check private information field.
·
Monday, 02 July 2018 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, I noticed that your EasySocial url structure is as follows: ....org/component/easysocial/?Itemid=

Can you try to create an EasySocial dashboard menu item so that the url structure is proper? http://take.ms/FH8KN


I have created, social component accessible from here: https://www.childsrights.org/social
·
Monday, 02 July 2018 19:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Edouard,

On ../social page, you can only see stream items created by the owner and friends. But since friends feature is disabled on your site, you can only see the user's own stream items.

To see edouard2's post, you would have to head to the edouard2's profile to view it.

Alternatively, the link to ../social/everyone would allow you to view stream items from everyone, provided the user has permission to view them.

Currently the filter is not enabled so if you want to enable it, you can do so at Settings>Users>Layout(http://take.ms/8oS7c).
·
Monday, 02 July 2018 19:37
·
0 Likes
·
0 Votes
·
0 Comments
·
OK but I still don't undertand what is the purpose of the link Share --> Custom" because it allows to select someone but then nothing happens when sharing a message...

I have just activated the function friend feature and it's working.

In share drop down list, is it possible to hide "Registered Users" and "Custom" link ?
·
Monday, 02 July 2018 20:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Edouard,

The "Custom" allows you to post updates that can only be seen by selected users or friends on your site. This allows you to have a more refined privacy control of your post.

The easiest way to hide them is to add the block of css codes below into your template's css file,

[gist]
body .privacyItem[data-value="member"],
body .privacyItem[data-value="custom"] {
display: none !important;
}
[/gist]
·
Monday, 02 July 2018 21:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post