MyBB Community Forums

Full Version: [F] Post icons in thread subscriptions [R] [C-Michael83]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If a thread has a post icon, it won't show on the thread subscription page, despite there being a column for them.

Forum:

[attachment=12313]

Subscriptions page:

[attachment=12314]

Version 1.4.4 and latest SVN.
Definitely reproducible.
Don't know why I never noticed before, I'm always reloading my subscribed threads Rolleyes
To fix, in usercp.php, find:
// Now we can build our subscription list

Add before:
$icon_cache = $cache->read("posticons");
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group