I put this (osc_is_web_user_operator_in) but it does not work
The only thing that works is this:
<? Php if (osc_is_web_user_logged_in ()) {?>
<? php bo_mgr_edit_delete_links (); ?>
<?php } ?>
but only appears in logged users, while I want the opposite.