Snog
Well-known member
I'm working on a mod that requires the thread_list_item template to be changed in a specific forum.
The only way I can think of to accomplish this, is by extending the XenForo_ControllerPublic_Forum class, checking forumId in my class and then switching the whole forum_view template to a new template.
This works fine, but it seems as though that's over complicating what should be a simple process of just changing the thread_list_item template.
Does anyone have any suggestions or ideas?
The only way I can think of to accomplish this, is by extending the XenForo_ControllerPublic_Forum class, checking forumId in my class and then switching the whole forum_view template to a new template.
This works fine, but it seems as though that's over complicating what should be a simple process of just changing the thread_list_item template.
Does anyone have any suggestions or ideas?