[PHP] core.viewforum_get_forum_data

These requests for events in core phpBB have been merged into 3.1/Ascraeus and will be available with the next release.
Post Reply
User avatar
rfdy
Registered User
Posts: 45
Joined: Wed Apr 16, 2014 2:28 pm

[PHP] core.viewforum_get_forum_data

Post by rfdy »

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.

User avatar
rxu
Registered User
Posts: 164
Joined: Tue Apr 04, 2006 4:28 pm
Contact:

Re: [PHP] core.viewforum_get_forum_data

Post by rxu »

Image

User avatar
rfdy
Registered User
Posts: 45
Joined: Wed Apr 16, 2014 2:28 pm

Re: [PHP] core.viewforum_get_forum_data

Post by rfdy »

Your patch looks exactly like what we need.

Thanks!

Post Reply