Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Filter Thread by Prefix

$
0
0
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:
Code:
{$thread['threadprefix']}

Replace with:

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

Any suggestion is welcomed!

Viewing all articles
Browse latest Browse all 690

Trending Articles