Hello, have you ever tried to include plogger3 into phpBB 2.*? I mean using phpBB users management and framwork of webpage displaying... Are there any issues to know before start?
So, I have done it. It is quite straightforward but some changes has to be done to run without any problems: - rename one function from plog-fungction because of name conflict with phpBB framework. - solve handling output from integrate-functions of Plogger because phpBB is template based system and there is necessary to manage output trought template system of phpBB. Solved by ob_handler...