Currently, we're using https://drupal.org/project/front but seems to be WRONG way according with project requirements.
As time a single user can have several ROLES, we need to configure different different Home Page according with different different THEMES.
So, we have themes like:
Guest [anonymous]
City [member role]
Vendor [vendor role]
Basement [basement role]
..
Currently, if the user have 1, 2 or 3 roles, s/he can use one by one, not all of them in same time.
Of course that Drupal aggregate the complete picture of every user
for i.e. if you have 2 Roles, both of them are active but you can use one by one.
The project it's based on different different Roles assigned with different different Themes.
Moving forward, every theme should have the Individual Home Page.
It's quite logical that is not possible to associate the Hope Page per user role (because the user can have multiple active roles assigned in Drupal).
Template file can be a good option to handle these requirements.
Front module should be uninstalled after proper configuration according with above description.
-- Need the function to be added in templete.php file or in htaccess.
Home page based on the theme
Currently, we're using https://drupal.org/project/front but seems to be WRONG way according with project requirements. As time a single user can have several ROLES, we need to configure different different Home Page according with different different THEMES.
So, we have themes like: Guest [anonymous] City [member role] Vendor [vendor role] Basement [basement role] ..
Currently, if the user have 1, 2 or 3 roles, s/he can use one by one, not all of them in same time. Of course that Drupal aggregate the complete picture of every user for i.e. if you have 2 Roles, both of them are active but you can use one by one.
The project it's based on different different Roles assigned with different different Themes. Moving forward, every theme should have the Individual Home Page. It's quite logical that is not possible to associate the Hope Page per user role (because the user can have multiple active roles assigned in Drupal).
Template file can be a good option to handle these requirements. Front module should be uninstalled after proper configuration according with above description.
-- Need the function to be added in templete.php file or in htaccess.