From: Andrew G. <aga...@re...> - 2014-10-25 02:06:19
|
The easiest fix all is to not have it be the first page for anybody. Just have the top link. Users that want to see it click it. It also has security built in that prevents each section from showing to people that don't have the proper permissions. Sent from my BlackBerry 10 smartphone Original Message From: Arwan Sent: Friday, October 24, 2014 8:46 PM To: web...@li... Reply To: webERP Developers Subject: Re: [WebERP-developers] Desactivation of Dashboard Hi, I would also be interested in replacing the code to activate/deactivate the dashboard with code that would display the dashboard only for specific users. E.g if ($FirstLogin AND !$SupplierLogin AND !$CustomerLogin) * AND (www_users.userid = 'johndoe')* { header('Location: ' . $PathPrefix .'Dashboard.php'); } Arwan Nairobi, Kenya ----- WebTech Resources Nairobi Kenya +254 724659244 Email :in...@we... WEB :weberp.co.ke -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Desactivation-of-Dashboard-tp4657740p4657743.html Sent from the web-ERP-developers mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |