Search found 9 matches

by firasnajjar
05 Aug 2008, 16:52
Forum: Help
Topic: Help with custom buttons
Replies: 3
Views: 3354

Re: Help with custom buttons

Because I have to add a button; that's what I did: (I hope this helps whoever needs help).

I need a button to link Mantis to another application so... (I found 2 solutions to *my* problem). This code is probably a mess but it works for me :mrgreen:

First solution:

1- Added new page that only ...
by firasnajjar
01 Aug 2008, 12:42
Forum: Help
Topic: Help with custom buttons
Replies: 3
Views: 3354

Re: Help with custom buttons

Thank you for your reply. I tried the manual but it has nothing about "custom buttons".
Thanks again
by firasnajjar
31 Jul 2008, 17:23
Forum: Help
Topic: Mantis not working
Replies: 3
Views: 4654

Re: Mantis not working

Compare the values in config_inc.php to the ones in config_inc.php.sample; this might help.
by firasnajjar
31 Jul 2008, 17:15
Forum: Help
Topic: Mantis takes too long when creating a bug
Replies: 3
Views: 3224

Re: Mantis takes too long when creating a bug

This could be a problem with your email, if it is not setup correctly Mantis will submit the issue and keep trying connect to the email server.
I had the same problem before.
Hope this helps.
by firasnajjar
31 Jul 2008, 17:09
Forum: Help
Topic: E-mails Not Being Sent and No Uploads
Replies: 2
Views: 2394

Re: E-mails Not Being Sent and No Uploads

This might sound silly but did you check the [ Manage ] => [ Manage Configuration ] => [ Email Notifications ]?
by firasnajjar
31 Jul 2008, 16:59
Forum: Help
Topic: Installation Issue
Replies: 1
Views: 3279

Re: Installation Issue

Did you read the installation file and what needs to be done?

There is one folder that must be deleted.
A file must be created if it does not exist with certain data in it.
A file must be updated.

These are the things I can remember about the installation.

Hope this helps
by firasnajjar
31 Jul 2008, 16:52
Forum: Help
Topic: no email notifications in spite of positiv email-test
Replies: 3
Views: 3007

Re: no email notifications in spite of positiv email-test

Did you change the values of: $g_administrator_email, $g_webmaster_email, $g_return_path_email, $g_smtp_host (or whatever you're using) in config_defaults_inc.php and and config_inc.php.sample

Also the value of: $From in calss.phpmailer.php
by firasnajjar
31 Jul 2008, 16:39
Forum: Help
Topic: Help with custom buttons
Replies: 3
Views: 3354

Help with custom buttons

I am trying to add a custom button but I couldn't figure it out; I know about custom_function_default_print_bug_view_page_custom_buttons, but couldn't find anything about how to use it; I looked everywhere to the best of my knowledge.

Is there any code to be added inside: custom_function_default ...