Can help me somebody
Thanks
Search found 15 matches
- 04 Apr 2013, 07:04
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
- 08 Mar 2013, 08:25
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
Hello
Can somebody help me, I don't understand the syntax of pluigns
Thanks
Can somebody help me, I don't understand the syntax of pluigns
Thanks
- 25 Feb 2013, 06:56
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
Can somebody the syntax to create a mantis plugins? I read the guides but I don't understand
Thanks everybody
Thanks everybody
- 20 Feb 2013, 07:23
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
Could anyone help me ? as I can not write this code to be a plugin, do not really understand the structure of the plugins, I tried copying one but I don't achieve
Thanks
Thanks
- 14 Feb 2013, 13:38
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
Hello atrol,
A lot of thanks, I watched the files and my customization works great!
But I need to build that like a plugin but I don't know what I have to do
Thanks
A lot of thanks, I watched the files and my customization works great!
But I need to build that like a plugin but I don't know what I have to do
Thanks
- 11 Feb 2013, 07:54
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
Hello atrol,
When I said "new mantis" im refering to the 1.2.11 mantis version, I only added that part in the original code that creates a new column in the bug view pages that shows the total time of all the issues, that calculate and create the new column in tha view, I tried to create a plugin ...
When I said "new mantis" im refering to the 1.2.11 mantis version, I only added that part in the original code that creates a new column in the bug view pages that shows the total time of all the issues, that calculate and create the new column in tha view, I tried to create a plugin ...
- 08 Feb 2013, 07:15
- Forum: Help
- Topic: Manage all columns
- Replies: 3
- Views: 5183
Re: Manage all columns
Hello,
I habe a little bit same problem, but my problem is that I made a new column that shows the total time of the issues on the issues view page, that customization works in all the 1.1.x versions of mantis but in the news 1.2.x don't work, because it can be? It has changed the structure of the ...
I habe a little bit same problem, but my problem is that I made a new column that shows the total time of the issues on the issues view page, that customization works in all the 1.1.x versions of mantis but in the news 1.2.x don't work, because it can be? It has changed the structure of the ...
- 06 Feb 2013, 09:10
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
This code does is give me the page view_all_bug_page.php the hours are accumulated in issues
Please if anyone could help I would be grateful
Please if anyone could help I would be grateful
- 06 Feb 2013, 09:00
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
I changed some code based on other configuration files:
- columns_api.php:
function print_column_bugnotes_tracking( $p_bug, $p_columns_target = COLUMNS_TARGET_VIEW_PAGE ) {
global $t_filter;
$total_time_per_bug = bug_get_bugnote_tracking( $p_bug->id );
if (empty($total_time_per_bug)){ $total ...
- columns_api.php:
function print_column_bugnotes_tracking( $p_bug, $p_columns_target = COLUMNS_TARGET_VIEW_PAGE ) {
global $t_filter;
$total_time_per_bug = bug_get_bugnote_tracking( $p_bug->id );
if (empty($total_time_per_bug)){ $total ...
- 06 Feb 2013, 07:15
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Re: Column created in 1.1.x don't work in 1.2.x
Nobody?
Please someone can help me?
Thanks
Please someone can help me?
Thanks
- 04 Feb 2013, 15:50
- Forum: EmailReporting
- Topic: How to use email reporting plugin
- Replies: 7
- Views: 13870
Re: How to use email reporting plugin
I use Stable 0.8.4
I read the guide but don't have information
Thanks for the help
I read the guide but don't have information
Thanks for the help
- 04 Feb 2013, 15:42
- Forum: Customizations
- Topic: Column created in 1.1.x don't work in 1.2.x
- Replies: 11
- Views: 13493
Column created in 1.1.x don't work in 1.2.x
Hello, I builded a column in the view_all_bug_page.php that shows the total time per bug, thast works great in every version of 1.1.x but in 1.2.x not, this is the code of my column working on 1.1.x but I don't know why in the new mantis don't work, please help me
In config_inc.php:
$g_view ...
In config_inc.php:
$g_view ...
- 24 Jan 2013, 12:10
- Forum: EmailReporting
- Topic: How to use email reporting plugin
- Replies: 7
- Views: 13870
How to use email reporting plugin
Hello,
I habe installed MAntisbt 1.2.11 on myt Ubuntu 12.04 x64 Server and I installed correctly the plugin, I use one free account of gmail to send the notifications to users, my problem is that I don't know what I habe to do to this plugin works, I read about scripts or something like that but I ...
I habe installed MAntisbt 1.2.11 on myt Ubuntu 12.04 x64 Server and I installed correctly the plugin, I use one free account of gmail to send the notifications to users, my problem is that I don't know what I habe to do to this plugin works, I read about scripts or something like that but I ...
- 08 Nov 2012, 07:34
- Forum: Customizations
- Topic: Add new column on the view all bug page
- Replies: 1
- Views: 5712
Add new column on the view all bug page
Hello
I have some code to generate one column created on the mantis 1.1.1, this code generate a column that provide the calcule of the total time on the columns, but on my new mantis with the same configuration didn't work, as changed the configuration of the tables? What ca I do?
Please help ...
I have some code to generate one column created on the mantis 1.1.1, this code generate a column that provide the calcule of the total time on the columns, but on my new mantis with the same configuration didn't work, as changed the configuration of the tables? What ca I do?
Please help ...
- 06 Nov 2012, 09:12
- Forum: Help
- Topic: How to display the total hours in the columns?
- Replies: 0
- Views: 2447
How to display the total hours in the columns?
I want to view the total time on the columns of the incidences, how I can do that?
Thanks for help
Thanks for help