03-02-2017, 03:40 PM
You could handle that one of 2 ways...either you could edit navigation.php (which could get written with updates), or the better way to do it would be to copy the default account page over to usersc/account.php, change the init to ../users/init.php at the top of that page. Then just below that, write a script to redirect people to the right place based on permissions just like you did for the other thing. In this situation, it would try to send them to the account.php but they would immediately be redirected. They won't even notice.