MyBB Community Forums

Full Version: Filter Thread by Prefix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1.8 come with prefix filter in footer, but I need prefix filter like on 1.6 with xThreads where we can filter thread list by prefix by click the prefix in the list.

To get similiar features, we need to edit forumdisplay_thread

Find:
{$thread['threadprefix']}

Replace with:

<a href="{$mybb->settings['bburl']}/forumdisplay.php?fid={$mybb->input['fid']}&prefix={$thread['prefix']}">{$thread['threadprefix']}</a>

Any suggestion is welcomed!
How can I do this for all forum? Not only for one forum.