Just installed it on 2.2.0 and it works great
There is a slight change in mod/index.php
Quote:
on line 145 below
<a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=find"> View </a> |
add
<a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=find"> Edit Acess Masks </a>
|
will be
Change
PHP Code:
makenavoption("View","user.php?action=find");
to
PHP Code:
makenavoption("View","user.php?action=find","|");
makenavoption("Edit Access Masks","user.php?action=find");