Hey there,
What i provided that modification previously for that user here
https://stackideas.com/forums/how-to-allow-others-users-groups-make-a-broadcast-in-easysocial was only allow certain user profile type can able to post broadcast in his site.
If you would like to allow other user profile type user can able to post broadcast on your site, you can just comment out these line of code from this file ->
JoomlaFolder/media/com_easysocial/apps/user/broadcast/broadcast.php , but before you comment out these line of code, you have to revert back to the original code first.
// Broadcast tool only works for site admin
if (!$this->my->isSiteAdmin()) {
return;
}
You can refer on my attached screenshot below.