Jump to content

[SOLVED] Display Different BO Home Pages for employees


Recommended Posts

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

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}
  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...