Fixed structured_list.less not automatically added to forum_view

Jon W

Well-known member
Affected version
2.1 Beta 5
If I do a template edit to remove the quick thread from forum view and then filter by a thread prefix that has no results, I get this:
190889

With the quick thread not removed it looks more like this:
190890

This is because structured_list.less is only included if you have either quick thread included or actually have some items, even though structItem classes are used in the forum_view template.

I appreciate you have to do a template edit to get this error, but this seems like a reasonable template edit that someone might want to make and to expect them to know that they then need to include the missing CSS is asking a lot for such a simple edit.
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.0 B7/RC1).

Change log:
Call structured_list.less from forum_view instead of relying on child templates loading it.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom