Multiple Home Pages
Moderators: Developer, Contributor
Multiple Home Pages
Hey All,
Just installed today and man what an awesome piece of software.
Hey I want to have my anonymous users go to the main_page.php when they log in, and the registered folks go to my_view_page.php when they log in.
Ive tried a bunch of different combinations, thinking they should work but I'm not having any luck so far.
Can someone point me in the right direction.
Thanks.
Josh
Just installed today and man what an awesome piece of software.
Hey I want to have my anonymous users go to the main_page.php when they log in, and the registered folks go to my_view_page.php when they log in.
Ive tried a bunch of different combinations, thinking they should work but I'm not having any luck so far.
Can someone point me in the right direction.
Thanks.
Josh
What is your Mantis version?
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Ok, go in the Manage page then Manage configuration. At the end of the page you can set a configuration variable for a specific user/project. The configuration variable name is default_home_page.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
It works for me (but you need to browse the page http://.../manits/ and already be logged).
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
It is not possible to go to the "good" page after a login, this is a bug. You can report it in the bugtracker, I'll publish a patch to solve this issue in the bug.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
The "good" page is the one you configured (for you it is my_view_page.php and for guests it is main_page.php).
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Ok - bug posted and monitored.
Thanks.
BTW any chance you can help me with this:
http://www.mantisbt.org/forums//viewtopic.php?t=3907
Appreciate it
Josh
Thanks.
BTW any chance you can help me with this:
http://www.mantisbt.org/forums//viewtopic.php?t=3907
Appreciate it

Josh
I added a patch.josh.beck wrote:Ok - bug posted and monitored.
I don't know what is the manual module.Thanks.
BTW any chance you can help me with this:
http://www.mantisbt.org/forums//viewtopic.php?t=3907
Appreciate it
Josh
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
-
- Posts: 8
- Joined: 14 Jun 2008, 12:24
Re: Multiple Home Pages
Hi,
I'm using version 1.1.1 and seem that I have a same problem.
This is my settings:
in config_default_inc.php i have this parameter:
so all user will be redirect to 'main_page.php' after login.
I want that my user will be redirect to view_all_bug_page.php' so i created a configuration repoort parameter:
but after login also my user will be redirect to 'main_page.php' .
Whats wrong?
Thanks
I'm using version 1.1.1 and seem that I have a same problem.
This is my settings:
in config_default_inc.php i have this parameter:
Code: Select all
$g_default_home_page = 'main_page.php';
I want that my user will be redirect to view_all_bug_page.php' so i created a configuration repoort parameter:
Code: Select all
marcolino7
All Project
default_home_page
string
'view_all_bug_page.php'
Whats wrong?
Thanks