Changing the login landing page
Page: 1
I wanted to change the landing page after login from the overview/dashboard to overview/my projects. I noticed that this was asked a few times in the forum but I did not find the answer.
OK, now I think I got it working (lets see what happens):
In application/controllers/AccessController.class.php
change (on line 104 on my editor):
$this->redirectTo('dashboard');
to
$this->redirectTo('dashboard', 'my_projects');
What i think this does is if there is no string specified in the url that it will default to my projects. I have done a quick test and all seems to be working. I will continue to test and see if it continues to work.
In application/controllers/AccessController.class.php
change (on line 104 on my editor):
$this->redirectTo('dashboard');
to
$this->redirectTo('dashboard', 'my_projects');
What i think this does is if there is no string specified in the url that it will default to my projects. I have done a quick test and all seems to be working. I will continue to test and see if it continues to work.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



