Search found 226 matches

by istvanb
30 Sep 2010, 12:20
Forum: Help
Topic: Need help with determinig the role of the user
Replies: 15
Views: 8928

Re: Need help with determinig the role of the user

I am fine with that, and always commit my changes into the config_inc.php only.

BTW can you check out http://www.mantisbt.org/forums/viewtopi ... =3&t=12090 if there is a more elegant solution?
by istvanb
30 Sep 2010, 09:21
Forum: Help
Topic: Need help with determinig the role of the user
Replies: 15
Views: 8928

Re: Need help with determinig the role of the user

Hi, check your config_inc.php and config_defaults_inc.php for the following: $g_default_new_account_access_level , replace this line with $g_default_new_account_access_level = REPORTER; config_inc.php overrides the config_defaults_inc.php so its ok if you insert it to there only! let me know if it h...
by istvanb
29 Sep 2010, 21:13
Forum: Help
Topic: email notification when people start monitoring an issue
Replies: 1
Views: 2010

Re: email notification when people start monitoring an issue

I dont think there is any "official" solution like setting a variable from ON to OFF or so, but if you 1, open your email_api.php 2, search for "function email_monitor_added( $p_bug_id, $p_user_id )" 3, comment line email_generic( $p_bug_id, 'monitor', 'email_notification_title_f...
by istvanb
29 Sep 2010, 20:50
Forum: Help
Topic: How to set up SMTP for Mantis on XAMPP
Replies: 1
Views: 2082

Re: How to set up SMTP for Mantis on XAMPP

As far as I am concerned XAMPP needs no special setup in order to be able to send emails. You can set up a quick testmail app in php (see link below)

http://www.mantisbt.org/forums/viewtopi ... ail#p32239
by istvanb
23 Sep 2010, 21:30
Forum: Help
Topic: How to assign project?
Replies: 6
Views: 6142

Re: How to assign project?

Ok! Category for to specify the nature of your problem a little bit deeper. Let say you have to use a specific software, but you dont know how to use it since there is no documentation so you file an issue against the SOFTWARE project and select the DOCUMENTATION category (and then fill out all the ...
by istvanb
23 Sep 2010, 07:47
Forum: Help
Topic: Roadmap and Change Log, how to activate it?
Replies: 9
Views: 12099

Re: Roadmap and Change Log, how to activate it?

When you move an issue to the resolved phase and the "fixed in" version equals the current version then the issue will show up in the changelog.
by istvanb
22 Sep 2010, 20:15
Forum: Help
Topic: How to assign project?
Replies: 6
Views: 6142

Re: How to assign project?

Ok. I am not sure if I understand your question, so I may tell you things you already know. I guess you misunderstand the concept of a project. When somebody files an issue then this issue always filed against a project. Example projects: SOFTWARE HARDWARE Now, lets assume you have a bad keyboard so...
by istvanb
17 Sep 2010, 21:25
Forum: Help
Topic: plugin help
Replies: 3
Views: 2609

Re: plugin help

I am not sure what the plugin should work, but as far as I understand you definitely have to go kinda deep into the mantis functions + the mantis database structure to develop your own plugin code for that! You can find some docs about the plugin devlopment on the mantisbt page. Good luck, and publi...
by istvanb
17 Sep 2010, 15:59
Forum: Help
Topic: plugin help
Replies: 3
Views: 2609

Re: plugin help

I can help you in setting up the custom field: 1, Log in as an Admin 2, click to the Manage menu 3, click to the Manage custom fields 4, Enter a name for the custom field (eg.: "Ticket number") 5, Click the new custom field button 6, Now your custom field is created and you can configure i...
by istvanb
16 Sep 2010, 10:47
Forum: Help
Topic: Display all roadmap revs
Replies: 2
Views: 1901

Re: Display all roadmap revs

Exactly... I didnt assign any issues against them thats why some of the revs didnt appear! Thanks for the info!
by istvanb
16 Sep 2010, 08:20
Forum: Help
Topic: Display all roadmap revs
Replies: 2
Views: 1901

Display all roadmap revs

I have a project with 5 unreleased versions, but when I click to the roadmap page it displays 3. How can I make all of them visible?
by istvanb
16 Sep 2010, 08:05
Forum: Help
Topic: Customize Visible Page Fields
Replies: 3
Views: 3247

Re: Customize Visible Page Fields

I think you are looking for the $g_bug_view_page_fields property.

1, Open your config_defaults_inc.php
2, Copy this property to the clipboard (the whole array with all elements)
3, Copy it to your config_inc.php
4, Modify it in your config_inc.php
by istvanb
15 Sep 2010, 20:34
Forum: Help
Topic: Mantis freezing
Replies: 6
Views: 4185

Re: Mantis freezing

I dont argue with that at all, especially since I am not an expert. I just tried to give a quick fix if possible.
by istvanb
15 Sep 2010, 20:29
Forum: Help
Topic: Custom Status Issue (Special Characters in Status Name)
Replies: 2
Views: 3611

Re: Custom Status Issue (Special Characters in Status Name)

Hi, the solution is a little bit tricky, I hope I can explain it: 1, Assign the VISIBLE names to the workflow phases (this is what your users will see): $s_status_enum_string = '10:Submitted, 20:Assigned, 30:In work (blablablabla), 40:Done'; 2, Assign an internal alias to these workflow phases (wont...
by istvanb
15 Sep 2010, 20:05
Forum: Help
Topic: Mantis freezing
Replies: 6
Views: 4185

Re: Mantis freezing

Hi!

Not sure about your problem, but I had something the same and this issue helped me: http://www.mantisbt.org/bugs/view.php?id=11535

(simply comment the CRYPT and give it a try again)

let us know,
i-