![]() |
Admin 5/22/2022 |
Instead of setting a landing page you can simply redirect the user to the required page: |
P
|
ppradhan@live.com author 5/22/2022 |
@admin, |
![]() |
fhumanes 5/22/2022 |
Hello @ppradhan@live.com, I think your solution approach is wrong and that is why you have a problem to integrate it into phprunner. Not normal is that you have a single menu and this is configured according to the connected user (through their belonging groups). Make as many menus as groups and with the common possibilities of these, I understand that it is a bad definition of the problem. If you indicate the reason that leads you to create this solution, we may help you. Greetings, |
![]() |
mbintex 5/23/2022 |
Dynamic landing pages are fairly easy - I have them in all my applications. In the events for Welcome page (Before process) just do a redirect for your needs and conditions like this: if (MobileDetected()) |
P
|
ppradhan@live.com author 5/24/2022 |
thank you @mbintex5, I tried the way you mentioned but with no luck. Please find below my code and advice. After Successful Login: Welcome Page: Before Process: with regards |