hi there
i'm running a multisite and would like the insert chat icon to show up only for admin.
any idea how i can do that?
tia
hi there
i'm running a multisite and would like the insert chat icon to show up only for admin.
any idea how i can do that?
tia
Hi Tia,
You'd have to edit the plugin code for that and to help out a bit, if you have a look at line 359 of chat.php you'll see a conditional check for whether the current user can edit posts, along with the addition of a filter to add in the button.
You can edit that to include a check using is_admin().
Hope that helps!
-David
You must log in to post.