Allow injecting custom field logic right before the (possible inherited) permissions/settings begin.
Call time:
Editing an empty or new forum, right after the first section.
Hook input:
An PhorumInputForm object
Hook output:
Nothing
Example code:
function phorum_mod_foo_admin_editforum_section_edit_forum ($frm) { }