Topic: Edit Header.php to integrate PunBB in site layout
To integrate PunBB into my site I need to be able to replace elements of the header with my own layout elements, but header.php is an impenetrable bunch of php code and any edit I try to make causes fatal errors.
How can I add my own code (html, javascript, php includes) to the <head> part?
How can I insert my own layout right after the <body> tag? (That looks particularly impossible. The body tag and everything that follows is all merged together in the same bunch of code)
I'm actually really annoyed by this. I thought PunBB was supposed to be lightweight, unobtrusive and easy to integrate, but the header seems designed to shut everything else out.