XF 2.0 Search link for all posts with a specified prefix

djbaxter

in memoriam 1947-2022
I have a prefix called Featured Thread.

What I want to do is create a link that will list all threads with that prefix in any node on the forum.

How do I do that?
 
Thanks.

But it works if I specify a forum/node.

This works:

Code:
https://bizwarriors.com/forum/forums/startingyourstartup.43/?prefix_id=25

This does not work:

Code:
https://bizwarriors.com/forum/forums/?prefix_id=25

It just loads the main forum index page.
 
Last edited:
Top Bottom