Page 1 of 1

Changing the first page to bug_page instead of my_view

Posted: 27 Apr 2006, 08:40
by El_Greg
Hi,

After the login, is there a way to direct my users to the "view_all_bug_page" page instead of "my_view_page"?
The first page I want to open is the bug list but not the dashboard.

Thanks in advance for your help,

Regards,

Greg

Posted: 27 Apr 2006, 12:11
by Narcissus
Hi Greg,

Adding:
$g_default_home_page = 'view_all_bug_page.php';

to your config_inc.php file should fix that.

Hope that helps,
Lincoln.

Posted: 27 Apr 2006, 12:19
by El_Greg
Hi,

Many thanks for this post... it works perfectly!

Bye,

Greg