Search found 8 matches

by marcolino7
26 Feb 2018, 21:42
Forum: Help
Topic: Mantis 2.11.1 on Chrome, always open a new page
Replies: 1
Views: 1724

Mantis 2.11.1 on Chrome, always open a new page

Hi,
I just install and run Mantis 2.11.1 and I use it in chrome. If I click on a link in mantis, link is not opened, if i click again after few second, chrome open a new page.
It do not happen on other browsers.
Anyone are advice of this issue?

Many Thanks

Marco
by marcolino7
13 Dec 2008, 02:52
Forum: Help
Topic: [1.1.2]Open new Bug on "Not Released" Version
Replies: 0
Views: 1318

[1.1.2]Open new Bug on "Not Released" Version

HI all,
my question is if possible to force Mantis to open a new bug onto a non released version.

Many Thanks in Advance
by marcolino7
13 Dec 2008, 02:50
Forum: Help
Topic: Open new Bug on "Not Released" Version
Replies: 2
Views: 2026

Open new Bug on "Not Released" Version

Hi All,
is possible to force Mantis to permit me to open a Bug onto not Released version?

Many Thanks
by marcolino7
29 Aug 2008, 14:34
Forum: Help
Topic: Custom Field in Roadmap Page
Replies: 10
Views: 9553

Re: Custom Field in Roadmap Page

Thanks to all.
I customized Roadmap in according with my requirments.
Many thanks a lot to all.
by marcolino7
29 Aug 2008, 12:35
Forum: Help
Topic: Custom Field in Roadmap Page
Replies: 10
Views: 9553

Re: Custom Field in Roadmap Page

I can't find custom_function_override_roadmap_print_issue in custom function API, but i solved with this code:


# --------------------
# Prints one entry in the roadmap.
function custom_function_default_roadmap_print_issue( $p_issue_id, $p_issue_level = 0 ) {
$t_bug = bug_get( $p_issue_id ...
by marcolino7
29 Aug 2008, 11:49
Forum: Help
Topic: Custom Field in Roadmap Page
Replies: 10
Views: 9553

Re: Custom Field in Roadmap Page

hi,
thanks for your suggestion.
Do you have an example on how implement it?

Many Thanks in advance
by marcolino7
28 Aug 2008, 10:55
Forum: Help
Topic: Custom Field in Roadmap Page
Replies: 10
Views: 9553

Custom Field in Roadmap Page

Hi all,
I have mantis 1.1.2 and I would like to add a Custom Field created for the project in Roadmap page.
Is possible to do this? With Parameters? Modifying codes?

Please help.

If this feature is not implemeted yet, is possible to add in future release?

Many thanks
by marcolino7
14 Jun 2008, 12:29
Forum: Customizations
Topic: Multiple Home Pages
Replies: 13
Views: 14352

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:
$g_default_home_page = 'main_page.php';

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 ...