Changing the first page to bug_page instead of my_view

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
El_Greg
Posts: 47
Joined: 27 Apr 2006, 07:20
Location: FRANCE

Changing the first page to bug_page instead of my_view

Post 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
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post 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.
El_Greg
Posts: 47
Joined: 27 Apr 2006, 07:20
Location: FRANCE

Post by El_Greg »

Hi,

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

Bye,

Greg
Post Reply