<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
I'm implementing a bulk user operation as described in sirkitree's blog
post:<br>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<a href="http://sirkitree.net/node/23">http://sirkitree.net/node/23</a><br>
<br>
I don't see anything in the hook_node_operations() docs that addresses
permissions. I'd like to provide discrete control over whether my
operation is available, rather than having it show up in every VBO view
that happens to return users.<br>
<br>
Do I do that by having my implementation of hook_user_operations return
a null array if the current user has no permissions? Or should I
conditionally define my implementation of hook_user_operations
depending on a user_access() call? <br>
<br>
Or am I missing some other option?<br>
<br>
<br>
</body>
</html>