By AppWeb on Saturday, 18 January 2014
Posted in General Issues
Likes 0
Views 1.4K
Votes 0
Hi There!

Just a quick question, by any chance is there a way to disable ES's Social Features like Wall/Stream posting? I know I can disable picture upload per Profile. My reason for asking is we have a client that is not ready for Social features yet we need to use the extensible Profile of ES.

Thanks!
Hello,

Hm, unfortunately it's not possible to turn this feature off
·
Saturday, 18 January 2014 13:53
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks for your reply Mark.

Technically if I modify ES theme and carefully hide the Social features, I should be able to do it, right?

I can find the API in the code but I'll ask anyhow, it's just easier What's ES API for validating what Joomla User Group is the current user is or ES Profile?

Thanks!
·
Monday, 20 January 2014 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You can try:

Foundry::user( $id )->getUserGroups();

Foundry::user( $id )->getProfile();

The first one will you return the usergroups that is assigned to the user while the second will return you the profile object that is assigned to the user.
·
Monday, 20 January 2014 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome! Thanks Jason, I'll try it out.
·
Tuesday, 21 January 2014 07:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You're welcome.
·
Tuesday, 21 January 2014 09:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jason , Mark has provided a fix here for group
http://stackideas.com/forums/disable-stream-posting-in-groups

Do you know If it could be possible with Profile Type as I would need to disallow post on stream for all my users that have this default profile type.

Thank you
Jux
·
Saturday, 09 January 2016 06:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Not possible currently, sorry.
·
Saturday, 09 January 2016 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post