public function onAfterDispatch()
{
if (JFactory::getUser()->authorise('jfbconnect.channels.post', 'com_jfbconnect'))
{ public function onAfterDispatch()
{
if (false)
{thanks. waiting version 6.1. really don't like go on ftp for every read file.alzander wrote: The social toolbar only shows to Super Admins that are logged in, and not any other users. In the 6.1 release, there will be an option to completely hide the bar.
Until the 6.1 release, to completely disable, please edit the /components/com_jfbconnect/libraries/toolbar.php file.
Around line 17, you'll see:Update that by changing the if statement to 'false' like below:public function onAfterDispatch() { if (JFactory::getUser()->authorise('jfbconnect.channels.post', 'com_jfbconnect')) {Do the same for the onAfterReturn function at line 44.public function onAfterDispatch() { if (false) {
I hope that helps, but if you have any other questions, just let me know.
Thanks,
Alex
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
