Search found 11 matches

by sam20e
11 Aug 2010, 03:09
Forum: Help
Topic: Closed Issues
Replies: 2
Views: 2187

Re: Closed Issues

for me the default value for Hide Status filter is 'closed (And Above)' how can i make it as 'any' or 'none' by default? when ever i re-login the filters getting re-set. is there is anyway to keep Hide Status 'none' by default forever, without changing UI value everytime?

Thanks for the hlp
by sam20e
10 Aug 2010, 16:38
Forum: Help
Topic: footer content
Replies: 8
Views: 13705

Re: footer content

this worked perfectly :

$g_bottom_include_page = '%absolute_path%footer.php';

footer.php is my file name :)

thanks
by sam20e
10 Aug 2010, 16:17
Forum: Help
Topic: footer content
Replies: 8
Views: 13705

Re: footer content

My bad, i know SQL/HTML very well. i didn't know the function. i'll follow your instruction .. thanks again
by sam20e
10 Aug 2010, 14:58
Forum: Help
Topic: footer content
Replies: 8
Views: 13705

Re: footer content

after adding that line only im getting this error :

Possible Whitespace/Error in Configuration File - Aborting. Output so far follows:
string(1) " "

Can you get me the code if i'm to add this line to my footer : 'Powered by Mantis & Maintained by Our Company Name'
by sam20e
10 Aug 2010, 14:47
Forum: Help
Topic: footer content
Replies: 8
Views: 13705

Re: footer content

when i add this line im getting this error : Possible Whitespace/Error in Configuration File - Aborting. Output so far follows:
string(1) " "


This is my config_inc.php page content :

<?php

$g_hostname = 'localhost';

$g_db_type = 'mysql';

$g_database_name = ''***************';';

$g_db ...
by sam20e
10 Aug 2010, 14:42
Forum: Help
Topic: plugin manager
Replies: 3
Views: 2786

Re: plugin manager

i want to install the plugin which allows me to customize view all bugs page. in that page can i get the authors name also? i mean the person who reported that post?
by sam20e
10 Aug 2010, 14:38
Forum: Customizations
Topic: table color
Replies: 1
Views: 3199

table color

pls check this image :

Image

Where can i change the color of this area?

Thank you
by sam20e
10 Aug 2010, 14:34
Forum: Help
Topic: Secure Session
Replies: 3
Views: 3223

Re: Secure Session

Thanks alot. :)
by sam20e
10 Aug 2010, 13:49
Forum: Help
Topic: Secure Session
Replies: 3
Views: 3223

Secure Session

In the login page, how can i remove this Secure Session option? I dont need that radio option. is there is anyway to remove this?

Thanks
by sam20e
10 Aug 2010, 13:46
Forum: Help
Topic: footer content
Replies: 8
Views: 13705

footer content

Is it possible for me to add another line of our site url under Copyright © 2000 - 2010 MantisBT Group? i mean can i add any content to the footer? also i want the copyright text Copyright © 2000 - 2010 MantisBT Group to be aligned to the center. where can i modify them?

Thanks
by sam20e
10 Aug 2010, 13:37
Forum: Help
Topic: Closed Issues
Replies: 2
Views: 2187

Closed Issues

Hi

By default Closed issues are not visible in view_all_bug_page.php (View Issues page) i want closed issues also listed. any code modifications?

Thanks in advance