Search found 638 matches

by Kirill
05 Apr 2009, 18:08
Forum: Help
Topic: Is it possible to block creating new accounts?
Replies: 1
Views: 1151

Re: Is it possible to block creating new accounts?

What about

Code: Select all

$g_allow_signup			= OFF;
in config_inc.php?
by Kirill
05 Apr 2009, 15:46
Forum: Help
Topic: How to set default Private and Public Options
Replies: 2
Views: 4152

Re: How to set default Private and Public Options

/** * Default Bug View Status (VS_PUBLIC or VS_PRIVATE) * @global int $g_default_bug_view_status */ $g_default_bug_view_status = VS_PUBLIC; in your config_inc.php you must set this line. $g_default_bug_view_status = VS_PRIVATE; And check you options on page http://yourdomain/mastisbtinstallation/ad...
by Kirill
24 Mar 2009, 08:23
Forum: Help
Topic: View Issues problem
Replies: 3
Views: 1926

Re: View Issues problem

Upper server timeout?
by Kirill
20 Mar 2009, 07:29
Forum: Help
Topic: View Issues problem
Replies: 3
Views: 1926

Re: View Issues problem

You server have timeout. And they don't send all of data
by Kirill
20 Mar 2009, 07:28
Forum: Help
Topic: How to php send email.
Replies: 1
Views: 1272

Re: How to php send email.

MantisBT use PhpMailer
by Kirill
20 Mar 2009, 07:26
Forum: Help
Topic: Graphs : Red crosses for reporters and developers
Replies: 1
Views: 1291

Re: Graphs : Red crosses for reporters and developers

Code: Select all

    /**
     * threshold for viewing summary
     * @global int $g_view_summary_threshold
     */    
    $g_view_summary_threshold    = MANAGER;
 
add in config_inc.php

Code: Select all

$g_view_summary_threshold    = DEVELOPER; 
by Kirill
16 Mar 2009, 15:38
Forum: Help
Topic: Reset password link has localhost
Replies: 1
Views: 1531

Re: Reset password link has localhost

You must configure variables like $t_host and other and you get what you want :P
by Kirill
16 Mar 2009, 15:37
Forum: Help
Topic: Cannot configure smtp server
Replies: 2
Views: 2010

Re: Cannot configure smtp server

You must run in cron sending email. See wiki for this $g_email_send_using_cronjob = ON;

Or $g_email_send_using_cronjob = OFF; to send imediatly
by Kirill
13 Mar 2009, 12:29
Forum: Help
Topic: Adding comments to 'Note' field results in blank window.
Replies: 3
Views: 1617

Re: Adding comments to 'Note' field results in blank window.

1. Try upgrade to last stable.
2. What lang of db? and what lang of your mantis and your note?
by Kirill
13 Mar 2009, 12:24
Forum: Help
Topic: Status Bar on My View/View Issues pages
Replies: 1
Views: 1210

Re: Status Bar on My View/View Issues pages

Can you post screenshots?
by Kirill
13 Mar 2009, 12:18
Forum: General Discussion
Topic: Mantis Permissions change
Replies: 1
Views: 3341

Re: Mantis Permissions change

You way wrong.
You must change declaration in file config_inc.php. Value wich you can change you may see in config_default_inc.php.
You can see option on page adm_config_report.php (in web)
by Kirill
05 Mar 2009, 09:41
Forum: Help
Topic: MantisBT russian support
Replies: 0
Views: 1412

MantisBT russian support

I want present russian jabber community for MantisBT support. [url=xmpp://mantisbt@conference.jabber.ru]JID:mantisbt@conference.jabber.ru[/url] For russian speaker users: Я хочу представить джаббер конференцию, где пользователи MantisBT могут получить помощь по настройке и эксплуатации. [url=xmpp://...
by Kirill
27 Feb 2009, 19:15
Forum: Help
Topic: problem using mantis 1.2.0a3?
Replies: 4
Views: 2691

Re: problem using mantis 1.2.0a3?

Dear Members, I have installed mantis 1.2.0a3 development version, and I tried to install import plugin using 'Manage plugins' option and installed successfully and updated and while trying to import bugs to project, im facing some issues like: Error: APPLICATION WARNING #300: String "manage_i...
by Kirill
27 Feb 2009, 19:04
Forum: Help
Topic: Loading users
Replies: 3
Views: 1860

Re: Loading users

or users create login self ;-)