Nobody know what's wrong
Search found 5 matches
- 01 Mar 2010, 21:10
- Forum: Help
- Topic: How can I make standard fields required
- Replies: 10
- Views: 6305
Re: How can I make standard fields required
bump
Nobody know what's wrong

Nobody know what's wrong
- 23 Feb 2010, 00:05
- Forum: Help
- Topic: How can I make standard fields required
- Replies: 10
- Views: 6305
Re: How can I make standard fields required
Thanks atrol ;)
now it's working
if( is_blank ($this->version) ) {
error_parameters( lang_get( 'product_version' ) );
trigger_error( ERROR_EMPTY_FIELD, ERROR );
}
but what's about Assing to? I was trying:
if( is_blank ($this->assign_to) ) {
error_parameters( lang_get( 'assign_to ...
now it's working
if( is_blank ($this->version) ) {
error_parameters( lang_get( 'product_version' ) );
trigger_error( ERROR_EMPTY_FIELD, ERROR );
}
but what's about Assing to? I was trying:
if( is_blank ($this->assign_to) ) {
error_parameters( lang_get( 'assign_to ...
- 21 Feb 2010, 08:06
- Forum: Help
- Topic: How can I make standard fields required
- Replies: 10
- Views: 6305
Re: How can I make standard fields required
:/ It's not work
Always after click Send button it's a alert about blank field Product version, even is chosen.
Any idea, what can I do?
Any idea, what can I do?
- 18 Feb 2010, 13:58
- Forum: Help
- Topic: How can I make standard fields required
- Replies: 10
- Views: 6305
Re: How can I make standard fields required
I was edited this file but it's not working correctly :/ I write # Make sure a category is set
if( 0 == $this->product_version ) {
error_parameters( lang_get( 'product_version' ) );
trigger_error( ERROR_EMPTY_FIELD, ERROR );
} in 287 line.
The alert, about blank field is after every Send, even ...
if( 0 == $this->product_version ) {
error_parameters( lang_get( 'product_version' ) );
trigger_error( ERROR_EMPTY_FIELD, ERROR );
} in 287 line.
The alert, about blank field is after every Send, even ...
- 17 Feb 2010, 22:31
- Forum: Help
- Topic: How can I make standard fields required
- Replies: 10
- Views: 6305
How can I make standard fields required
Hi
I have MantiBT 1.2.0rc2 and I want to make some fields as required. I was edited, bug_report_page.php and added <span class="required">*</span> but, it's just visual effect. What, I must do to make some existing fields as required?
Sorry, for my bad English :/
I have MantiBT 1.2.0rc2 and I want to make some fields as required. I was edited, bug_report_page.php and added <span class="required">*</span> but, it's just visual effect. What, I must do to make some existing fields as required?
Sorry, for my bad English :/