Search found 16 matches

by Se7en
26 Nov 2010, 08:11
Forum: General Discussion
Topic: how to remove column name in summary_page.php
Replies: 4
Views: 6900

how to remove column name in summary_page.php

Hi all,

i able to remove the value but the column name still exist?
anyone know about how to remove the name as i highlight in attachment?
where it is locate?in which file?

thank you
by Se7en
26 Nov 2010, 04:04
Forum: General Discussion
Topic: about the table in summary_page.php
Replies: 1
Views: 3041

about the table in summary_page.php

Hi all

hope someone can help me.
this is table in summary_page.php

<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo lang_get( 'by_status' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
<?php summary_print_by_enum( 'status' ) ?>
</table>

how to we ...
by Se7en
25 Nov 2010, 01:35
Forum: General Discussion
Topic: Status problem
Replies: 1
Views: 2638

Status problem

Hello everyone, i want to ask about the status in mantis.

This is the default
$s_status_enum_string = '10:new,20:restest,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';

when i try add a new status
<?php
define ( 'FIX', 100 );
define ( 'RESOLVE', 110 );
define ( 'RETEST', 120 ...
by Se7en
24 Nov 2010, 08:15
Forum: General Discussion
Topic: Summary_page.php
Replies: 2
Views: 4216

Re: Summary_page.php

thank for reply and helping.

i m not very well in that functionality in summary_page.php.

can u teach me more specific how remove the open,resolved,closed.i just want total in the left hand side view in summary page.
for example
by status -- just show total.

is it possible to do so?

thank you
by Se7en
19 Nov 2010, 04:55
Forum: General Discussion
Topic: Summary_page.php
Replies: 2
Views: 4216

Summary_page.php

Hi all,

How to remove the By status,By Severity ,By Category-open,resolved,closed in summary_page.php?

where the file is locate in mantis folder?

thank you.
by Se7en
15 Nov 2010, 08:28
Forum: Customizations
Topic: Severity
Replies: 24
Views: 99730

Severity

Hi All,

i want to rename or remove the severity drop down values.

i try to rename in three files below,
constant_inc
config_defaults_inc
strings_english

i was unable to rename the minor to other name.

how to rename or have a better way to customize thisseverity?
by Se7en
08 Oct 2010, 10:06
Forum: General Discussion
Topic: TOO MANY USERS IN SAME TIME
Replies: 8
Views: 8294

Re: TOO MANY USERS IN SAME TIME

thank to atrol again for helping me

if my server is handling too many server, it will affect my mantis?

for example,if i set to 1000 concurrent users, will it possible?

beside that, still have other solution except the IIS6 solution?
by Se7en
05 Oct 2010, 07:11
Forum: General Discussion
Topic: TOO MANY USERS IN SAME TIME
Replies: 8
Views: 8294

Re: TOO MANY USERS IN SAME TIME

IIS support 10 users only. i want to ask what should i do to make my users more than 10 or even 100

thank.
by Se7en
05 Oct 2010, 02:39
Forum: General Discussion
Topic: TOO MANY USERS IN SAME TIME
Replies: 8
Views: 8294

Re: TOO MANY USERS IN SAME TIME

thank again for helping me.
Currently is using IIS 6.
Beside that, got others solution?
by Se7en
04 Oct 2010, 08:31
Forum: General Discussion
Topic: TOO MANY USERS IN SAME TIME
Replies: 8
Views: 8294

Re: TOO MANY USERS IN SAME TIME

thank for reply my question.

If few users use the mantis ,it work nicely
But when 10 more people,we cant access it anymore.
so this is my problem.

can anyone know how to solve it?

thank you very much :D
by Se7en
01 Oct 2010, 08:23
Forum: General Discussion
Topic: TOO MANY USERS IN SAME TIME
Replies: 8
Views: 8294

TOO MANY USERS IN SAME TIME

hallo everyone,

my mantis now facing problem when i try to accessing it and it pop up the error state that "There are too many people accessing the Web site at this time."

can anyone can help me solve the problem?

thank you very much.
by Se7en
02 Jul 2010, 06:28
Forum: General Discussion
Topic: mail problem in mantis
Replies: 1
Views: 2634

mail problem in mantis

everything is fine but i left the mail configuration....

i want to ask how i going to set the mantis will able to send mail to newly users or after click the reset password....

it is relate to config_inc.php only??? or need to configure php as well?

thx....
hope can everyone can give his/her ...
by Se7en
02 Jul 2010, 03:32
Forum: General Discussion
Topic: config_inc.php
Replies: 3
Views: 8549

Re: config_inc.php

this is my mail setting in my config_inc.php

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_connection_mode = 'ssl';
$g_smtp_host = 'asd';
$g_smtp_port = 465;
$g_smtp_username = 'asd';
$g_smtp_password = asd';

$g_administrator_email = 'asd';
$g_webmaster_email = 'asd';
$g_from_name = 'Mantis ...
by Se7en
01 Jul 2010, 08:25
Forum: General Discussion
Topic: config_inc.php
Replies: 3
Views: 8549

Re: config_inc.php

thx for helping....

can i have a simple email configuration sample that at least send email when users were created......

thx thx
by Se7en
01 Jul 2010, 07:31
Forum: General Discussion
Topic: config_inc.php
Replies: 3
Views: 8549

config_inc.php

can somebody help me what exactly i need to write the email configuration in config_inc.php

what should i add since i just have

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = 'root';
?>

in my config_inc.php ...