Search found 66 matches

by dyawlak
07 Jan 2008, 11:30
Forum: Help
Topic: HTML Code
Replies: 1
Views: 2093

HTML Code

I have set $g_show_extended_project_browser to ON

but when using the drop down it shows 'raquo;' in front of the sub-project name. I know this is a bit of HTML coding but don't understand why it is not being interpreted properly.


Any ideas


thanks



Mantis 1.1.0rc3
by dyawlak
02 Jan 2008, 16:19
Forum: Help
Topic: Custom Date Field
Replies: 1
Views: 2042

Re: Custom Date Field

Not sure if I have resolved it correctly - but it works. Edited date_api.php and changed line 82 where I added -1 076 function print_year_range_option_list( $p_year = 0, $p_start = 0, $p_end = 0) { 077 $t_current = date( "Y" ) ; 078 $t_forward_years = config_get( 'forward_year_count' ) ; 0...
by dyawlak
02 Jan 2008, 15:02
Forum: Help
Topic: Custom Date Field
Replies: 1
Views: 2042

Custom Date Field

Sorry if this has already been asked.

I have a couple of date fields, but the drop down for the year is only showing 2008+ how do I get it to show x years previous and y years ahead?

Thanks
by dyawlak
18 Dec 2007, 08:48
Forum: Help
Topic: HANDLER_ID Default to REPORTER_ID
Replies: 2
Views: 2753

Re: HANDLER_ID Default to REPORTER_ID

deboutv - many thanks worked spot on..
by dyawlak
17 Dec 2007, 16:36
Forum: Help
Topic: HANDLER_ID Default to REPORTER_ID
Replies: 2
Views: 2753

HANDLER_ID Default to REPORTER_ID

Is there any way to default the value of HANDLER_ID to equal the value of REPORTER_ID and set status to assigned when creating an issue? At the moment, my team have to submit the details and then assign to themselves (and as can be expected some are failing to do this)


Thanks in advance


Dyawlak
by dyawlak
07 Dec 2007, 16:45
Forum: Help
Topic: Sending e-mail to an address stored in custom field
Replies: 1
Views: 2185

Sending e-mail to an address stored in custom field

I'm not a PHP scripter so need some help here. I have a custom field (field_id = 21) that stores an email address per issue. I would like an email to be sent to the address when notes are changed (detailing the notes entered) or when the status is changed. Any help in the right direction appreciated.