Jake B.
Well-known member
As you can see in the screenshot, those outdated templates are in UI.X (not the child style). As I have said, I've never edited UI.X as per the guidance.
We'll look into this.
1.0.4 just upgraded last night. Disabled it first uploaded the files second, then upgraded the addon then enabled. Same as I always do. Can you try or someone try posting in a sticky thread? Normal threads work fine.
It works fine for me on our test boards. But it looks like for some reason the fields weren't created properly. Try running these queries:
ALTER TABLE `xf_forum` ADD `uix_last_sticky_action` INT(10) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `xf_user_option` CHANGE `uix_collapse_stuck_threads` `uix_collapse_stuck_threads` INT(10) UNSIGNED NOT NULL DEFAULT '0';

