Bye bye to all those horrible file edits

so in short its for making it possible to hook your cms or other web application into phpBB and maybe vice versaThe hook system allows applicaton and mod developers to hook into phpBB's or their own functions
Correct. It’s not going to be that useful for MODs. -- maybe a HUGE MOD, but otherwise, it’s mainly for the webapps and your own site.Rotsblok wrote:so in short its for making it possible to hook your cms or other web application into phpBB and maybe vice versaThe hook system allows applicaton and mod developers to hook into phpBB's or their own functions
It allows you to modify functions in phpBB3 without actually touching them. -- you can register a hook in a separate file and change the output of the phpBB3 function that is hookable.Gsgsd wrote:What is really the hook system ?