Search found 7 matches

by Ian W
03 Oct 2007, 08:59
Forum: Help
Topic: Expanding / Collapsing subprojects?
Replies: 0
Views: 2108

Expanding / Collapsing subprojects?

Hi,

Is it possible to make mantis show subprojects in an expandable menu i.e

click a + sign next to the main project and it drops down all the sub projects linked with it?

We have a lot of projects with subprojects and the page is getting rather long !

Thanks

Ian
by Ian W
01 Oct 2007, 15:25
Forum: Customizations
Topic: Subproject drop down menus??
Replies: 0
Views: 3601

Subproject drop down menus??

Hi,

Is it possible to make a mod to mantis that will allow the subprojects to be stored in an expandable menu i.e

click a + sign next to the main project and it drops down all the sub projects linked with it?

Thanks

Ian
by Ian W
24 Sep 2007, 13:15
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 13219

I meant the email stops working.

Thanks for tip about it being case sensitive, I changed that and its all working now :D

Thanks
by Ian W
24 Sep 2007, 11:54
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 13219

I've got it working (kind of)

I can get Mantis to send mails now but once I include the line

$g_enable_email_notification = on;

in my config_inc.php then it stops working :(

Have you ever seen that happen before?
by Ian W
20 Sep 2007, 15:14
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 13219

I've checked my Exchange, seems to be ok and should work.

From the machine that is running Mantis I can telnet to the Exhange server on port 25 and get a reply.

Can't see why the PHPMailer script is being rejected though ?
by Ian W
20 Sep 2007, 13:52
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 13219

I think you may be right, I am now getting the following error
SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to myserver:25 (No connection could be made because the target machine actively refused it.)
Going to check the settings of my Exchange Server and try again :?
by Ian W
19 Sep 2007, 14:16
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 13219

PHPMailer with Exchange

I've just setup Mantis on my Apache server, im trying to get the phpmailer function working with my exchange server but im not getting any good results, i've got the following lines in my config_inc.php file;


$g_administrator_email = 'myemail@myserver.co.uk;
$g_webmaster_email = 'admin@myserver ...