Now, we can filter threads by the default MyBB thread
prefix using
XThreads.
Then, we need to edit our
forumdisplay_thread template:
Find:
Replace with:
With the modification above, we can filter threads by thread prefix (click the thread prefix).
Additional Info:
The filter format should be like this:
Example:
We want to display threads which has thread prefix id = 2 only. So, the filter format should be like this:
And, we can use an array for this too. The format should be like this:
Example:
We want to display threads which has thread prefix id = 1, threads which has thread prefix id = 2 and threads which has thread prefix id = 3. The filter format should be like this:
With this concept, as an optional, we can place the thread prefix filter in our forumdisplay_threadlist template manually.
Example: