mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

JS Hook system #307

Open euantorano opened 6 years ago

euantorano commented 6 years ago

The front end JS should provide a hook system allowing modules/plugins to hook into JS functions and modify output without requiring edits to core JS. It should also allow the overriding of core functionality.