Page 1 of 1

PermLinks - permanent links for filter

Posted: 24 Jun 2025, 10:38
by ThomasF
Hello,

I have found out so far that there should be a function for perma-links - but I could find/see it at the filter 'view issue'-page but also don't know how to activate if necessary (I have seen that there is $g_create_permalink_threshold for configuration but I don't know how to use/activate it the right way (in 'config_inc.php'?))

Some one so kind and take be by the hand to guide me though?

Many thanks and greetings
Thomas

Re: PermLinks - permanent links for filter

Posted: 25 Jun 2025, 19:21
by atrol
ThomasF wrote: 24 Jun 2025, 10:38but I don't know how to use/activate it the right way (in 'config_inc.php'?))
config_inc.php is the right way.

Re: PermLinks - permanent links for filter

Posted: 26 Jun 2025, 13:42
by ThomasF
Hello atrol,

many thanks for your reply.

as my account has the status "adminstrator" i added

Code: Select all

$g_create_permalink_threshold = ADMINISTRATOR;
to 'config_inc.php'.
(then the permalink should be visibly for me, at least ...)

(after restarting web-server) setting should work and cause permalink to show up.
But where should i find the permalink? I guess on 'view issue'-page, shouldn't it?

I could not find anything related to permalink, even not by searching on the page using browser search function.
what is the exact text of it?

thx & ng Thomas

Re: PermLinks - permanent links for filter

Posted: 26 Jun 2025, 17:07
by atrol
It's on the "View Issues" page, section "Filters", on the top right when opening the burger menu.
permalinks.png
permalinks.png (11.63 KiB) Viewed 320 times

Re: PermLinks - permanent links for filter

Posted: 27 Jun 2025, 05:15
by ThomasF
Hello Atrol,

thanks a lot. Now its clear for me.

While searching for the link-icon I do not have recognized that this button is splitted into two, I allways just clicked on the arrow.
And i didn't stumble across it by accident either. silly me :-(

thanks a lot for the help.

thx & ng - Thomas