Login or Register

RSS IconRecent posts in this topic

avatar
shane on Jun 8. 2007. 9:18 pm
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.
avatar
shane on Jun 8. 2007. 10:14 pm
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.


avatar
marker on Jun 12. 2007. 2:25 pm
I also changed the same on line 34...(in addition to 104)...and it's working great.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic