Search found 638 matches

by Kirill
27 Feb 2009, 18:40
Forum: Customizations
Topic: How can I change the header menu?
Replies: 3
Views: 3726

Re: How can I change the header menu?

Hi Kirill, where can I find this file? I have look into the main folder and the sub folders, but did not found this one. Do you have a hint? I create this file. More about you can read in Documentation http://www.mantisbt.org/manual/manual.customizing.mantis.php or file CUSTOMIZATION in doc folder ...
by Kirill
27 Feb 2009, 18:36
Forum: Customizations
Topic: How to remove Roadmap Feature
Replies: 5
Views: 7853

Re: How to remove Roadmap Feature

geosolnc wrote:Hi,
in which file can I find this code?
In you config_inc.php. If you don't have this code, you must put this line.
by Kirill
24 Feb 2009, 07:25
Forum: Customizations
Topic: How can I change the header menu?
Replies: 3
Views: 3726

Re: How can I change the header menu?

You can redefine lang variables in custom_strings_inc.php
by Kirill
23 Feb 2009, 05:41
Forum: Help
Topic: Notion of 'Product Version'
Replies: 2
Views: 1347

Re: Notion of 'Product Version'

You must create version. And on advanced_page you can set it.
by Kirill
20 Feb 2009, 13:57
Forum: Help
Topic: 'Reminders for deadlines' using Mantis 1.1.6.?
Replies: 6
Views: 6084

Re: 'Reminders for deadlines' using Mantis 1.1.6.?

@Kiril I have done as such, but im facing some mysql error. In this if i execute the 'http://localhost/mantis/plugins/reminder/reminder_send.php' Im facing this error. In the the project_id is not been send as a parameter in the WHERE clause of the query. I have marked bold to let you know. APPLICA...
by Kirill
18 Feb 2009, 07:17
Forum: Help
Topic: 'Reminders for deadlines' using Mantis 1.1.6.?
Replies: 6
Views: 6084

Re: 'Reminders for deadlines' using Mantis 1.1.6.?

Can you please guide me how to use the Reminder plugin, I have downloaded it; However if you guide me with some steps to configure it with my current mantis 1.1.6 it would be helpful for me 1) You must install with Plugin Manager. 2) http://deboutv.free.fr/mantis/plugin.php?plugin=Reminder#part5 - ...
by Kirill
17 Feb 2009, 18:00
Forum: General Discussion
Topic: Upgrading from 1.0.3 to 1.1.6 - Any suggestions?
Replies: 2
Views: 2278

Re: Upgrading from 1.0.3 to 1.1.6 - Any suggestions?

You must test on copy of database. If all ok, you can upgrade real db. If you have errors, you can post on mantis bugtrack or forum, and we can help resolve this troubles
by Kirill
17 Feb 2009, 17:58
Forum: General Discussion
Topic: Moving attachments from db to file system
Replies: 1
Views: 1776

Re: Moving attachments from db to file system

Yes. /admin/move_db2disk.php
by Kirill
16 Feb 2009, 19:35
Forum: Help
Topic: Create a new plugin
Replies: 3
Views: 1724

Re: Create a new plugin

You must use database_api.php in core folder. Some example you can see in admin/install.php
by Kirill
14 Feb 2009, 08:13
Forum: Help
Topic: Create a new plugin
Replies: 3
Views: 1724

Re: Create a new plugin

You can see default plugin XMLImportExport. This plugin use EVENT_MENU_MANAGE, but You can change to "EVENT_MENU_MAIN".
by Kirill
08 Feb 2009, 19:17
Forum: Help
Topic: Malformed URL
Replies: 1
Views: 1173

Re: Malformed URL

See $g_path, $g_short_path and $t_path

Code: Select all

$t_path = '';
$g_path = 'http://mantis.myhost.de'
$g_short_path = $t_path . '/';
 
by Kirill
07 Feb 2009, 08:24
Forum: Help
Topic: Show Deleted User Names
Replies: 3
Views: 1882

Re: Show Deleted User Names

May be one more table.