Opened 15 years ago
Last modified 13 years ago
#1193 new enhancement
Allow plugins to mess with $forum_options
Reported by: | josh23french | Owned by: | |
---|---|---|---|
Milestone: | Future Release (Legacy) | Priority: | normal |
Severity: | normal | Version: | |
Component: | Back-end | Keywords: | |
Cc: |
Description
A filter is needed for $forum_options in bb_forum_form().
An action hook in bb_update_forum() is also needed.
This would allow plugins to interact with the creation and updating of forums allowing other options and settings that are associated with the forums that the plugin author might want to develop to extend bbPress.
Change History (7)
#2
@
15 years ago
- Component changed from integration to Back-end
- Milestone changed from 1.0.2 to 1.0.3
#3
@
15 years ago
- Milestone changed from 1.0.3 to 1.1
- Type changed from enhancement to task
This sort of hook would allow us to solve http://trac.bbpress.org/ticket/1219 quicker.
Note: See
TracTickets for help on using
tickets.
I guess a hook in bb_new_forum() would be nice too...