Search found 7 matches

by ryan
03 Mar 2009, 01:02
Forum: Help
Topic: How to make the code only affect one project?
Replies: 0
Views: 1532

How to make the code only affect one project?

Hi all:
Is there a way to make the code only affect one project?
by ryan
03 Mar 2009, 00:59
Forum: Help
Topic: Is there a way to separate projects?
Replies: 0
Views: 1588

Is there a way to separate projects?

Hi all:
My company have used Mantis to track bug for about 3years.
Sometimes i have to change some code to meet our projects,and here comes the problem:
My modification of mantis code affects all the projects,so is there a way to separate the projects?To make the code only affects one project ...
by ryan
28 Apr 2008, 03:27
Forum: Customizations
Topic: Add a new property of users?
Replies: 1
Views: 3235

Add a new property of users?

Hi all:
Here i need a new property of users,so i changed manage_user_create,manage_edit,manage_update...and so on.
But the point is:
How can i add a new property to mantis_user_table?
I need your help,thanks.
Best regards,
by ryan
06 Mar 2008, 09:09
Forum: Help
Topic: Beginner
Replies: 3
Views: 2844

Re: Beginner

You'd better embody your problem to get more suggestions.
by ryan
01 Feb 2008, 01:54
Forum: Help
Topic: Can tester delete attachment?
Replies: 3
Views: 4365

Can tester delete attachment?

hi,
Can tester delete attachment? How to fix it?

another question:

If i give tester the right to delete a issue,then the developer will get the right too.
How to make the tester get the right only?
by ryan
23 Jan 2008, 04:02
Forum: Help
Topic: how to delete required fields
Replies: 4
Views: 4559

Re: how to delete required fields

Look for bug_report_page.php and bug_report_advanced_page.php in \Apache\Apache2\htdocs\mantis,
then you will find <span class="required">*</span> in part which you interested.
The field becomes non-required after you delete it.
by ryan
07 Jan 2008, 09:20
Forum: Help
Topic: I got a problem with mantis on sending mail automatic!
Replies: 1
Views: 2757

I got a problem with mantis on sending mail automatic!

hi:
I am in trouble, please help me!

OS:windows SP2
Running environment:Apache+PHP+mysql
mantis version:1.1.0a1

I did the configuration in this way:
1.Find "smtp" in c:\php-5.0.3\php.ini ,change the SMTP=XXX.XXX.COM#(my mail)
2.Then find sendmail_from in php.ini , change sendmail=XXX.XXX.COM#(my ...