By Nubuwat on Wednesday, 04 November 2015
Posted in Technical Issues
Likes 0
Views 1.2K
Votes 0
I want to disable Addthis and Sharethis in easy blog
You can turn off from backend > Easyblog > Settings > layout > post options tab > Show Bookmark - NO

Hope this help.
·
Wednesday, 04 November 2015 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alex,
I have the same question when it comes to a user viewing a photo on the site - 'How do you turn off their ability to 'sharethis' using that 'share' button..

I've looked everywhere and can't find where to 'edit' that list of places either
·
Sunday, 30 October 2016 21:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Edward,

It seems that there are no setting to edit "share" listing, but you do some modifications on this file ..\administrator\components\com_easysocial\includes\sharing\sharing.php by changing the positions of the button in array below

class SocialSharing extends EasySocial
{
//For example
static $availableVendors = array(
'email',
'twitter',
'google',
'facebook',
'live',
'linkedin',
'myspace',
'vk',
'stumbleupon',
'digg',
'tumblr',
'evernote',
'reddit',
'delicious'
);


P/S: In the future, please start a new ticket for any new questions rather than posting on your existing thread as it would be more difficult for us to manage in the future.
·
Monday, 31 October 2016 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the reply, and help - Basically, you're telling me to 'hack' the code that runs the software.. I do hope your side of the fence will 'FIGURE' out a User 'control' that doesn't require your customers to HACK Code to achieve stuff like this..

As for 'Opening a Ticket'..- I've done that, and you folks have been GREAT in helping whenever I do.. HOWEVER...

Nobody else ever sees the RESULTS of your help.. So, the Question gets asked, again, and again, and again.. in these cases.. and you're always telling folks to 'SEARCH THE FORUMS' before Asking questions.. If the ANSWER isn't in the FORUMS.. how can anyone find the solution unless it was ASKED there, and ANSWERED there in the first place..

As for this 'Share This' problem - there should be a simple.. 'user control' to Turn that OFF ... no?

Thanks again,
·
Monday, 31 October 2016 18:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

As for this 'Share This' problem - there should be a simple.. 'user control' to Turn that OFF ... no?

Sorry for confusion earlier. I thought you need to re-order the social sharing list. If you wanted to disabled them, you can disable "Enable Social Sharing" at Backend>Components>EasyBlog>Settings>Sharing> as shown http://prntscr.com/d16t3v
·
Monday, 31 October 2016 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks again for the reply.. but 'again' there is a confusion, in that the screen I sent you isn't from 'EASYBLOG' its on the 'EASYSOCIAL' app... and I don't want to 'DISABLE' All Social Sharing... I want to LIMIT who can SHARE pictures back to FACEBOOK or whatever.. .

Is there an ACL control for that? is there a way to DENY access on a user basis to that Button I pointed to in the drawing..

And again, If I get an answer to "MY" question on this by using the 'Ticket System'... .how does that help the next customer who encounters the same event?

Thanks again... I really enjoy using all four of the apps... but there are times when all the 'functions' are just too... difficult to figure out..

Again, I want to LIMIT 'who' can SHARE.. .photo graphs from EASYSOCIAL... back to those sharable items..
·
Monday, 31 October 2016 20:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Edward,

There is unfortunately no ACL to control which users can use which sharing features. To be honest, this is a pretty overkill feature that probably only 0.1% of EasySocial users like yourself are seeking for.

To be fair to you as well, you can always submit your feature requests at https://stackideas.com/voices/easysocial and let customers vote for the next feature set to be included in EasySocial.

Your best bet right now is to hack the core files in the file that Warith provided earlier.
·
Monday, 31 October 2016 22:24
·
0 Likes
·
0 Votes
·
0 Comments
·

There is unfortunately no ACL to control which users can use which sharing features. To be honest, this is a pretty overkill feature that probably only 0.1% of EasySocial users like yourself are seeking for.


Oh well, it's not often I'm told that I fall into a .1% (One tenth of one percent?!) and called, "A User" and not a 'Customer'..
And strange that there's no CONTROL over the site preventing someone from 'socially' sharing the material on the site.

I'm NOT going to submit a suggestion for a feature that I'm told is only .. . ONE TENTH OF ONE PERCENT ever asked for by.. your ... 'USERS'...

Thanks for the Conversation...
·
Monday, 31 October 2016 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
If that offended you in any way, I do apologize as I was in fact referring to "customer" when I meant "user". Should you choose to not submit it in our feature requests page, then it is entirely up to you.

Thanks for understanding.
·
Tuesday, 01 November 2016 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post