Search found 5 matches
- 05 May 2022, 14:41
- Forum: Customizations
- Topic: custom field auto incrementing number [FIXED]
- Replies: 12
- Views: 38563
Re: custom field auto incrementing number [FIXED]
The picture is not that clear. I also notice a sql statement at the top, can you provide a clear picuter?
Of course.
Here is a screenshot of the entire page, what's printed at the start of the page is printed at the start of every page.
Also, I noticed that what's printed on the page is the ...
- 04 May 2022, 14:56
- Forum: Customizations
- Topic: custom field auto incrementing number [FIXED]
- Replies: 12
- Views: 38563
Re: custom field auto incrementing number [FIXED]
So how did you call the function and what is exactly the code?
Thank you for your reply, sorry I just saw it.
All I did was add this code from 7h3ju57's reply to the config/custom_functions_inc.php file i created (after creating the custom field 'fieldname'):
function custom_function_override ...
- 28 Apr 2022, 12:17
- Forum: Customizations
- Topic: custom field auto incrementing number [FIXED]
- Replies: 12
- Views: 38563
Re: custom field auto incrementing number [FIXED]
I am trying to do more or less the same thing, I want a custom field that automatically builds and displays a link based on a value from another custom field.
As I'm very new to php and this entire situation, I started by simply trying to implement your fix and see how it goes. If implementing your ...
As I'm very new to php and this entire situation, I started by simply trying to implement your fix and see how it goes. If implementing your ...
- 28 Apr 2022, 11:08
- Forum: Customizations
- Topic: Report issue pqge problem
- Replies: 1
- Views: 16319
Re: Report issue pqge problem
When you check the administrator guide , here are the possible values for that configuration:
$g_bug_report_page_fields
An array of optional fields to show on the bug report page.
The following optional fields are allowed: additional_info, attachments , category_id, due_date, eta, handler ...
$g_bug_report_page_fields
An array of optional fields to show on the bug report page.
The following optional fields are allowed: additional_info, attachments , category_id, due_date, eta, handler ...
- 27 Apr 2022, 12:43
- Forum: Customizations
- Topic: Remove Relationships field from view/update bug pages
- Replies: 7
- Views: 25056
Re: Remove Relationships field from view/update bug pages
Just thought i would post an update to removing the clone button,
It's no longer located in core/html_api.php , instead it's in the bug_view_inc.php file.
So now you have to make these changes in the bug_view_inc.php file:
from
# CLONE button
if( $p_flags['can_clone'] ) {
echo '<div class="pull ...
It's no longer located in core/html_api.php , instead it's in the bug_view_inc.php file.
So now you have to make these changes in the bug_view_inc.php file:
from
# CLONE button
if( $p_flags['can_clone'] ) {
echo '<div class="pull ...