Search found 59 matches
- Feb 18, 2019 10:16 pm
- Forum: General Discussion
- Topic: Cookies crypt
- Replies: 3
- Views: 77
Re: Cookies crypt
Have you tried it yet?
- Feb 15, 2019 9:18 pm
- Forum: General Discussion
- Topic: Cookies crypt
- Replies: 3
- Views: 77
Cookies crypt
Hi. I make changes Mantis PHP code for i want crypting cookies for users (browser). Any idea how i can crypted Cookies for users? And decrypting if will be back from browser for Mantis. Where is best place in PHP scripts for adding this feature? I find gpc_api.php funtions gpc_get_cookie, etc. And i...
- Feb 15, 2019 2:59 pm
- Forum: Help
- Topic: Disable or hide Clone and Add Comments tickets
- Replies: 1
- Views: 103
Re: Disable or hide Clone and Add Comments tickets
My solution is: changes columns_api.php (1097): $g_checkboxes_exist = true; echo '<div class="checkbox no-padding no-margin"><label>'; printf( '<input type="checkbox" name="bug_arr[]" value="%d" class="ace" />', $p_bug->id ); echo '<span class="lbl"></span>'; echo '</label></div>'; to: if ( custom_f...
- Feb 15, 2019 11:11 am
- Forum: Help
- Topic: Disable or hide Clone and Add Comments tickets
- Replies: 1
- Views: 103
Disable or hide Clone and Add Comments tickets
Hi all. I have problem. If i logged as anonymous (reporter) user then show on view_all_bug_page.php select checkbox for tickets where i can operations Clone (to another project) and Add comment/s. How i can disabled this functions for "reporter" or "Anonymous" in view_all_bug_page.php? I located pla...
- Feb 06, 2019 6:09 pm
- Forum: Help
- Topic: URLs - sometimes relative, sometimes fully qualified / absolute
- Replies: 2
- Views: 127
- Feb 05, 2019 5:19 am
- Forum: Help
- Topic: adm_config_report, bug_report_page and custom fields
- Replies: 1
- Views: 125
Re: adm_config_report, bug_report_page and custom fields
Devs. Do you can add plane to fixed in next version Mantis please?
- Feb 04, 2019 4:36 pm
- Forum: Help
- Topic: adm_config_report, bug_report_page and custom fields
- Replies: 1
- Views: 125
adm_config_report, bug_report_page and custom fields
Hi all. How i add corrected format for show custom field on bug_report_page from adm_config_report? I have custom field named as "test" (without define "Link custom field to projects"). And on adm_config_report have defined as: bug_report_page_fields complex array ( 0 => 'attachments', 1 => 'priorit...
- Feb 03, 2019 10:31 am
- Forum: Help
- Topic: adm_config_report, anonymous and custom fields
- Replies: 10
- Views: 266
Re: adm_config_report, anonymous and custom fields
I tested now. After set to unprotected no solved this problem. (for any arrays (no custom fields only)). Problem have anonymous account after this: $g_allow_anonymous_login = ON; $g_anonymous_account = 'anonymous'; to config_inc.php only. And any other account if set in config_inc.php as anonymously.
- Feb 03, 2019 7:22 am
- Forum: Help
- Topic: adm_config_report, anonymous and custom fields
- Replies: 10
- Views: 266
Re: adm_config_report, anonymous and custom fields
Do you can present one (maybe bigest) place from all? Other places I will try to find and edit myself.
- Feb 03, 2019 6:29 am
- Forum: Help
- Topic: adm_config_report, anonymous and custom fields
- Replies: 10
- Views: 266
Re: adm_config_report, anonymous and custom fields
I want stayed protecting account settings.
Or if i set to unprotected then stay restrict changing password, user info, etc. Where is apply defining anonymous user from config file?
I can not testing now but after maybe one hour.
Or if i set to unprotected then stay restrict changing password, user info, etc. Where is apply defining anonymous user from config file?
I can not testing now but after maybe one hour.
- Feb 03, 2019 6:06 am
- Forum: Help
- Topic: adm_config_report, anonymous and custom fields
- Replies: 10
- Views: 266
Re: adm_config_report, anonymous and custom fields
Mmm... Do you can help my for change php code to excluding (enabling this feature) for protected account/s?
Where is area (in scripts) for this defined?
Where is area (in scripts) for this defined?
- Feb 03, 2019 4:12 am
- Forum: Help
- Topic: adm_config_report, anonymous and custom fields
- Replies: 10
- Views: 266
Re: adm_config_report, anonymous and custom fields
But adm_config_report.php in inputs section have selector for settings by user.
- Feb 03, 2019 4:07 am
- Forum: General Discussion
- Topic: Tapatalk support
- Replies: 1
- Views: 127
Tapatalk support
Hi admins. Do you can add to this forum support for Tapatalk? Or you plannig for add?
Thanx
Thanx
- Feb 03, 2019 4:00 am
- Forum: Help
- Topic: adm_config_report, anonymous and custom fields
- Replies: 10
- Views: 266
adm_config_report, anonymous and custom fields
Hi all. I have problem. How i can define for anonymous user only show one custom field for all project? I testing and using adm_config_report.php, bug_report_page_fields as complex but i dont know how configuring. Thanx And i find in custom fileds bug with atrol user. https://www.mantisbt.org/bugs/v...
- Feb 02, 2019 1:56 pm
- Forum: Help
- Topic: Pruning User Accounts
- Replies: 3
- Views: 379
Re: Pruning User Accounts
Where or how i can change week time to zero? For Prunning now after click on button, and no after week for never logged in accounts.
I must change manage_user_prune.php (58):
to
only?
I must change manage_user_prune.php (58):
Code: Select all
$t_days_old = (int)7 * SECONDS_PER_DAY;
Code: Select all
$t_days_old = (int)0 * SECONDS_PER_DAY;