Search found 5 matches

by keimpe
12 Sep 2022, 12:07
Forum: General Plugin Discussion
Topic: Account depending view
Replies: 1
Views: 12590

Account depending view

For MantisHub: We want to add third parties such as suppliers, contractors but also departments of our own company to a project, but only give them access to their own issues. One supplier or department can have more mantis accounts for example project manager and few engineers. To do this we want t...
by keimpe
21 Feb 2011, 21:30
Forum: Customizations
Topic: set_bug_sticky_threshold does not work
Replies: 3
Views: 3371

Re: set_bug_sticky_threshold does not work

V1.2.4
scheme 184

Yes, thanks, ON and MANAGER are indead the default settings.
But still users lower than manager can stick/unstick an issue.
by keimpe
21 Feb 2011, 17:46
Forum: Customizations
Topic: set_bug_sticky_threshold does not work
Replies: 3
Views: 3371

set_bug_sticky_threshold does not work

When I make the next settings in config_inc.php, the threshold is still not set to MANAGER. Still everyone can stick/unstick a issue.
How is this possible?

$g_show_sticky_issues = ON;
$g_set_bug_sticky_threshold = MANAGER;
by keimpe
18 Feb 2011, 23:17
Forum: General Discussion
Topic: Conditional login page
Replies: 2
Views: 3124

Re: Conditional login page

Hi cas, Thanks, but I don't know a lot about php. I grabed some lines from main_page.php and put them together. But when I put in the lines I get a lot of errors, mainly from the _api's. How does it work? Why can the require_once be called from the main_page.php but not from the login_page.php? Can ...
by keimpe
16 Feb 2011, 23:29
Forum: General Discussion
Topic: Conditional login page
Replies: 2
Views: 3124

Conditional login page

How do I make a conditional default page? I want to make the following function: When a user logsin and there is new news the next page is main_page.php When a user logsin and there is news he has already read the next page is my_view_page.php What code do I have to add? maybe the user also goes to ...