By mohan.ankur on
Hi All,
How can I disable a block which has adsense ad to show when I have logged in as admin?
Any body know how to do it?
Thanks
Ankur
Hi All,
How can I disable a block which has adsense ad to show when I have logged in as admin?
Any body know how to do it?
Thanks
Ankur
Comments
PHP check
In the custom block configuration, use PHP to check whether you're an admin.
If by "admin" you mean user 1, that's easy, because $user->uid is easy to check.
If you have a custom admin role, then you need to check $user->roles, which is an array.
If you are using the Adsense module rather than a custom block, check the config settings for that module, as it may have its own way of dealing with this issue.