Great mod Lynne I'm pretty sure I have it marked as installed (it's installed on my forum)
I have one issue i'm not sure if there's a really simple workaround or not, but is there any way to filter threads by more than one prefix at a time?
Example,
Code:
http://www.yourforumhere.com/forumdisplay.php/398-forum-name-here?prefixid=prefix_id_1
will show all threads with prefix id prefix_id_1
But I need a way to show threads with more than one prefix at a time.
Like if below was possible,
Code:
http://www.yourforumhere.com/forumdisplay.php/398-forum-name-here?prefixid=prefix_id_1&prefix_id_2&prefix_id_3
would show all threads with prefix id prefix_id_1, prefix_id_2, and prefix_id_3 at the same time.
Essentially I've got a forum with 50 different category options, and 6 sub-category options for each of those and I have a prefix for each one individually.
Example, I have my prefixes set up pretty much like this, each line is 1 prefix
category1 - subcategory1
category1 - subcategory2
category1 - subcategory3
category1 - subcategory4
category1 - subcategory5
category1 - subcategory6
category2 - subcategory1
category2 - subcategory2
category2 - subcategory3
category2 - subcategory4
category2 - subcategory5
category2 - subcategory6
etc etc. The above example is a total of 12 prefixes.
So in my case, it would be awesome to be able to show all threads from any of the category 1 prefixes at once.
Is this possible at all, possibly with some minor adjustments? This would be hugely beneficial.
For me personally i don't even care that the prefixes are clickable, but it provides that static URL you can use. I use it to essentially make a table of contents using all the URLs for each prefix. Essentially I want to put a link in this table of contents that goes to a page showing threads with multiple prefixes at a time.