[XenMax] - Prefix Filter

[XenMax] - Prefix Filter 2.1.8

No permission to download
Hi, is anyone else having an issue where clicking a prefix takes you to an unexpected location? For instance when I click on a prefix it's linking to:

[SiteName]/index.php?forums/hockey.9/?prefix_id=59

But then it redirects to:

[SiteName]/index.php?articles/&forums/hockey.9

Has anyone else had this happen? Any idea what causes it, or how to approach a fix for this?
 
Hi, is anyone else having an issue where clicking a prefix takes you to an unexpected location? For instance when I click on a prefix it's linking to:

[SiteName]/index.php?forums/hockey.9/?prefix_id=59

But then it redirects to:

[SiteName]/index.php?articles/&forums/hockey.9

Has anyone else had this happen? Any idea what causes it, or how to approach a fix for this?

Not sure how to fix it, but it seems to be because of the question mark where an ampersand should be. At least, if I manually put the ampersand, like below, it seems to filter as intended.

[SiteName]/index.php?forums/hockey.9/?prefix_id=59
[SiteName]/index.php?forums/hockey.9/&prefix_id=59
 
I can't reproduce this problem. I'm using 2.1.8 and everything seems to be filtering fine. The links don't redirect to an address with an ampersand - and if I try to use one I get a page not found error.

EDIT: Have you tried using full friendly URLs?
 
I can't reproduce this problem. I'm using 2.1.8 and everything seems to be filtering fine. The links don't redirect to an address with an ampersand - and if I try to use one I get a page not found error.

EDIT: Have you tried using full friendly URLs?

That does it. Enabling Full Friendly URLs fixed it immediately. :)
 
As was reported previously, there is a underline that occurs when hovering over "All Prefix". It appears to the right of it.

This still needs to be fixed, at least for Chrome, Firefox, and Edge.

This is caused by the location of the </a> tag.

This line needs to change:
Code:
<span class="label label--red">All Prefix</span>
</a>

To:
Code:
<span class="label label--red">All Prefix</span></a>
 
Looks like he hasn't been around for a few weeks, and I saw at least one earlier post where he mentioned some health problems. So maybe don't expect any further updates any time soon, if ever.... :unsure:
 
Nice addon, is it possible to easy separate few groups of prefixes? To move second group to new line or hide specified group of prefixes?
 
Last edited:
I'd switch, but the ones I've seen are either paid add-ons or require much more manual edits.. This one still works so...
 
Back
Top Bottom