How to find out url arguments or how to extend url?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
eko-weinig
Posts: 2
Joined: 02 Jul 2009, 07:03

How to find out url arguments or how to extend url?

Post by eko-weinig »

Hello everybody.

We use mantis for many different issues and a wiki to manage all other content which does not belong to mantis.

I would like to create links in our wiki to direct forward the user to the right section in mantis incl. correct category.

If I open Mantis, call up "view_all_bug_page.php" and filter for categories and others things my URL still shows
"http://localhost/mantis/view_all_bug_page.php".
That URL I cannot use because it does not bring me to my category.

Links on page "summary_page.php" show different URLs
e.g. "view_all_set.php?type=1&temporary=y&show_category=ADS-TEC+PPC5112&show_status=90&hide_status="

How to get this arguments?

Or how to tell mantis to use long URLs in browser address bar?

Hope you understand my questions :P

Best regards,
Mark
Buga
Posts: 74
Joined: 31 Mar 2008, 12:10

Re: How to find out url arguments or how to extend url?

Post by Buga »

there is a function called Create Permalink

This functions creates an url with all parameter inclduing the filter
eko-weinig
Posts: 2
Joined: 02 Jul 2009, 07:03

Re: How to find out url arguments or how to extend url?

Post by eko-weinig »

Aaah, now I see it.

Thx.

Mark
Post Reply