Recent Threads
Creates a page /misc.php?action=myrecentthreads that shows threads that the user has posted in and in which the user is mentioned that have unread replies.
Change Log for Recent Threads
Version 1.2 dev Build #3
Exactly the same as Version 1.1, except that I put the recent_threads.php file inside the plugin/ folder this time instead of accidentally putting it directly inside of the inc/ folder.
Version 1.1 dev Build #2
Fixed xss vulnerability by adding
$thread['subject'] = htmlspecialchars_uni($thread['subject']);
This vulnerability was discovered by user 0xB9: https://community.mybb.com/user-120436.html
Build #1 dev
The first build has no changes.