Search found 509 matches

by deboutv
28 Apr 2009, 06:39
Forum: Customizations
Topic: automatic assigment
Replies: 1
Views: 1903

Re: automatic assigment

For category, yes it is possible, go the project manage page and configure the assign to part in the category section.
by deboutv
14 Apr 2009, 07:00
Forum: General Discussion
Topic: (solved)Active Directory Integration and Username with dot
Replies: 3
Views: 6010

Re: Active Directory Integration and Username with dot

Add this in your config_inc.php file (and change it according to your needs): # The regular expression to use when validating new user login names # The default regular expression allows a-z, A-z, 0-9, as well as space and # underscore. If you change this, you may want to update the # ERROR_USER_NAM...
by deboutv
14 Apr 2009, 06:44
Forum: Help
Topic: Customising Page Footer
Replies: 5
Views: 10228

Re: Customising Page Footer

You need to modify the PHP code.
by deboutv
06 Apr 2009, 06:46
Forum: Help
Topic: How to set 'Category' list values?
Replies: 6
Views: 9256

Re: How to set 'Category' list values?

Manage -> Manage Projects Er, yeah. I kind of figured that much out. I'm not seeing anything like add categories. I'm using mantis 1.1.6. I see [ Manage Users ] [ Manage Projects ] [ Manage Custom Fields ] [ Manage Global Profiles ] [ Manage Configuration ] on one row. Below that, I see Projects an...
by deboutv
27 Mar 2009, 09:54
Forum: Help
Topic: How to set 'Category' list values?
Replies: 6
Views: 9256

Re: How to set 'Category' list values?

Manage -> Manage Projects
by deboutv
18 Mar 2009, 08:17
Forum: Help
Topic: links to projects
Replies: 1
Views: 1700

Re: links to projects

Yes, use project_id=id.
by deboutv
06 Mar 2009, 15:10
Forum: Help
Topic: Admin account disabled
Replies: 2
Views: 2129

Re: Admin account disabled

Change directly the value (in the mantis_user_table table) in your SQL database.
by deboutv
06 Mar 2009, 15:08
Forum: Help
Topic: Adding mandatory field checks
Replies: 4
Views: 3510

Re: Adding mandatory field checks

No you need to modify directly the PHP file.
by deboutv
04 Mar 2009, 15:55
Forum: General Discussion
Topic: Problem with issue ID increment
Replies: 2
Views: 2539

Re: Problem with issue ID increment

It's the way it is.
by deboutv
04 Mar 2009, 07:57
Forum: Help
Topic: How to set 'Category' list values?
Replies: 6
Views: 9256

Re: How to set 'Category' list values?

In the project management page.
by deboutv
04 Mar 2009, 07:50
Forum: Help
Topic: Adding mandatory field checks
Replies: 4
Views: 3510

Re: Adding mandatory field checks

Yes of course, you need to merge the two functions in only one.
by deboutv
21 Jan 2009, 08:08
Forum: General Discussion
Topic: Dummy project - hierarchy
Replies: 1
Views: 2097

Re: Dummy project - hierarchy

Change the report bug threshold level for the specific projects.
by deboutv
19 Jan 2009, 07:50
Forum: Help
Topic: Table prefix
Replies: 3
Views: 3144

Re: Table prefix

By the way it is better to have an underscore at the end of the prefix 'newprefix_'. With PHPMyAdmin, you will be able to display all the tables with the same prefix: Without '_' at the end you have this: - mantis_user_table - mantis_user_pref_table - newprefix_user_table - newprefix_user_pref_table...
by deboutv
16 Jan 2009, 07:41
Forum: Customizations
Topic: Please optimize styles for skinning
Replies: 4
Views: 8534

Re: Please optimize styles for skinning

Michael.S wrote:colspan=2 is better than 2 cols.
as you see in the screenshot with the colored header, there is a small white line between both cols.
That could be wanted ;)
by deboutv
14 Jan 2009, 08:06
Forum: Help
Topic: [help]: How i can switch main page language?
Replies: 4
Views: 3069

Re: [help]: How i can switch main page language?

Take a look in the config_default_inc.php file ;)