By Henri on Friday, 02 November 2018
Posted in General
Replies 4
Likes 0
Views 445
Votes 0
Hello

In the attached file, you can see a User profile page of one of our member.
In the menu, I see Group and Events links and I click on these links, a Group and an Event page dedicated to the user is diaplayed.

1. What are the purpose of that?

2. If needed, can I remove these 2 links for ALL users profiles pages?

3. From this user profile page, how can I see all the Blog content this user has published?

TIA
Henri
Hey there,

1. What are the purpose of that?


The purpose is to let users know that they are able to access Groups and Event feature in EasySocial.

2. If needed, can I remove these 2 links for ALL users profiles pages?


Yup, you can remove it but if you remove it, this means that users are unable to access Groups and Event feature in EasySocial.

Because in order to remove it, you need to disable Group and Event which are at Backend > EasySocial > Settings > Groups > General > disable 'Enable Groups' and Backend > EasySocial > Settings > Events > General > disable 'Enable Events'.

3. From this user profile page, how can I see all the Blog content this user has published?


If I understand your question correctly, do you mean that when a user creates a blog post, you want EasySocial to post a post about 'New Blog Post has been created' in the Stream automatically and also can be seen in the user profile page?

If yes, you can go to Backend > EasySocial > Applications > Applications > look for '[b]Blog' app > Stream Settings > enable 'Show New Post Creation In Stream'[/b] in order to do that.

Before you do that, you need to ensure that you had installed Blog App before you do the setting that I suggested.

You can download the Blog app from here if you haven't.

Take note that you need to install it at Backend > EasySocial > Applications > Install.
·
Friday, 02 November 2018 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Following your screenshot, I could hide the applications I don't want to display ... except the application 'announcements' for users.

It still displays as you can see in the attached file but I can not see it in the Backend > EasySocial > Applications >
·
Sunday, 04 November 2018 08:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually that one application is call 'broadcast', but this app is core app so unable to disable it from application page.

I've help you applied this following CSS into your site backend > Easysocial > theme > custom css , it shouldn't show this app on the story panel area now.

body #es.view-profile .es-story-panel-buttons [data-story-plugin-name="broadcast"] {
display: none;
}
·
Sunday, 04 November 2018 11:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post