Gabriel Leon Leyva:
I added
#if ($permissionChecker.isOmniadmin())
#dockbar()
#end
to portal_normal.vm on the theme templates so only admins could see dockbar, but how do I make that also organization users or community users could see also de dockbar??
Thanks in advance
Hi Gabriel ,
In your case i guess instead of checking who can see the doc bar , check for reverse condition who can not see docbar.
Like if Particular role can not see it then put condition accordingly

Thanks,
Sagar Vyas