By Captain Tango on Sunday, 20 July 2014
Replies 5
Likes 0
Views 1.1K
Votes 0
Is there any way that we can override the privacy settings on badges so that the stream item for them is ALWAYS public regardless of users privacy settings?
Hello,

I am really sorry for the delay of this reply as it is a weekend for us here. I am really sorry but unfortunately that is not possible currently The entire privacy structure has to respect the user's privacy and it's not possible to customize that now.
·
Sunday, 20 July 2014 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok... could you by chance point me in the direction of the correct files to edit to make it post badges always from the admin account instead of the user who earned the badge then?
·
Sunday, 20 July 2014 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

There's actually a couple of file's that are responsible because views are calling the models to retrieve the data from the database but you can't directly modify the model file because that will just mess everything up since it's shared on the back end as well.

The view file is located in /components/com_easysocial/views/badges/view.html.php

The model file is located in /administrator/components/com_easysocial/models/badges.php
·
Sunday, 20 July 2014 22:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I am starting to notice a much bigger issue with the privacy settings. Admins should be able to see everything on the site, and currently they can not. If someone makes a friends only post, and the admin is not on their friends list it does not show up. There is a long list of reasons why an admin should be exempt from privacy rules.
·
Sunday, 20 July 2014 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I am really sorry for the delay of this reply. Regarding your issue, I've fixed internally and attached is the updated file to address this issue. Download the php file 'stream.php' and copy the file to folder 'JOOMLA/administrator/components/com_easysocial/models/' and overwrite the existing stream.php file. Remember to backup the original file first before you overwrite with this modified version.

The fix will be added into next release of EasySocial as well

Hope this help and have a nice day
Sam
·
Wednesday, 23 July 2014 10:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post