This topic is locked
[SOLVED]

 Landing page vs menu.php

6/5/2019 1:29:08 PM
PHPRunner General questions
rdsanford author

Hello,
I'e mapped my project's landing page to a dashboard internal to the project. This works fine at login. When I click on the project name/logo I'm redirected to the configured landing page which is what I want.
When I logout of the application and immediately log back in, I am taken to menu.php which is not what I want...I'm expecting to be redirected to the landing page. Also when clicking on the home icon on the breadcrumb menu, I'm

redirected to menu.php.
How can replace any redirection to menu.php with the configured landing page at all times?
Thank you in advance!

admin 6/5/2019

Not 100% sure what is happening there but I can suggest using AfterSuccessfulLogin event and redirect the user to the required page.
https://xlinesoft.com/phprunner/docs/after_successful_login.htm

https://xlinesoft.com/phprunner/docs/redirect_to_another_page.htm
Still not sure how it is possible for the project logo to point to two different pages at the same time.

lefty 6/9/2019



Not 100% sure what is happening there but I can suggest using AfterSuccessfulLogin event and redirect the user to the required page.
https://xlinesoft.co...ssful_login.htm

https://xlinesoft.co...nother_page.htm
Still not sure how it is possible for the project logo to point to two different pages at the same time.


Yes Sergey , Landing page is not showing up on Menu Editor for some reason . It should show menu and Welcome page. I noticed this in the last 3 builds. I noticed with any project that is opened in 10.1 with an older project say 9.8. I used to see

two menus the welcome page menu and the menu. I guess it's just as easy to start a new menu and point it to the welcome page , but I have not been able to do that either. Although when I login to my output in 10.1 it goes to the landing / welcome page anyway so I guess it is okay that way.