50,54d49 < if ($tiki_p_view_trackers != 'y') { < $smarty->assign('msg', tra("You dont have permission to use this feature")); < $smarty->display("error.tpl"); < die; < } 204a200,205 > > //kevinB: if user doesn't have permission to view entries, go to confirmation page > if($tiki_p_view_tracker_items != 'y') { > $smarty->assign('msg',tra("Your entry has been stored.")); > $smarty->display("styles/$style_base/noerror.tpl"); > die; 206a208 > } 210a213,216 > //kevinB: suppress display of current items if permission is not set > if($tiki_p_view_tracker_items == 'y') > { > 265a272,273 > } >