avionicom Posted September 25, 2013 Share Posted September 25, 2013 Is it possible to show a different BO Home page for different employees? Actually, if I disable the "Home Page" view in Administration-> Permissions, then the employee will have a message "Forbidden access" if he goes to the Home Page... this is not very good.... Thank you for your answers Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 hello you can do it, just modify admin template files use something like: {if $employee->id==1} show something for employee with id 1 {/if} and if you want to hide something, then use: {if $employee->id!=1} hide something for employee with id 1 {/if} 2 Link to comment Share on other sites More sharing options...
avionicom Posted September 25, 2013 Author Share Posted September 25, 2013 Ok Vekia, thank you very much. This way I can tick the Home also for other employee and put conditional intructions to hide some things. Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 that's right. you can do it anywhere you want, not only on homepage it's great tool in my opinion especially when you have got several employees im going to mark this topic as solved best regards Link to comment Share on other sites More sharing options...
avionicom Posted September 25, 2013 Author Share Posted September 25, 2013 Yes, I agree with you: it is a powerful tool! Link to comment Share on other sites More sharing options...
Recommended Posts