|
Add filtering by thread prefix in forumdisplay_thread page - Printable Version +- MyBB Group (https://mybb.group) +-- Forum: Beside You (https://mybb.group/Forum-Beside-You) +--- Forum: Guidebook (https://mybb.group/Forum-Guidebook) +--- Thread: Add filtering by thread prefix in forumdisplay_thread page (/Thread-Add-filtering-by-thread-prefix-in-forumdisplay-thread-page) |
Add filtering by thread prefix in forumdisplay_thread page - Eldenroot - 19-04-2019 This is a simple tutorial how to add a support for easier filtering of threads by their thread prefix. After this change prefixes will be changed to URL links. When you click to them, threads with the selected prefix will be displayed. 1) In ACP open and edit "forumdisplay_thread" template and find this line of code: replace it by this line of code: 2) Save and reload (Ctrl+F5) your page to see the result! 3) Click on any thread prefix and check the output RE: Add filtering by thread prefix in forumdisplay_thread page - srjrol - 11-03-2021 Thanks for this great little hack, much easier than using the dropdown to select a prefix! The filtering appears to be limited to the forum the threads are currently being viewed from. It would be wonderful if this could extend beyond the threads within that forum but I guess that's more of a search instead of a filter. This could allow prefix links work from places like the homepage or portal. |