There needs to be a way to alter the template data (ideally before it is assigned) for the forum details in viewforum.php .
Currently there is an event core.viewforum_get_topic_data which only allows editing of the sql, it should also send $forum_data so that an extension can change some of the template data using the forum info.
[PHP] core.viewforum_get_forum_data
Re: [PHP] core.viewforum_get_forum_data
Your patch looks exactly like what we need.
Thanks!
Thanks!