System for embedding Phorum in other applications (early preview)
Posted by Maurice Makaay
May 04, 2010 08:50PM |
Registered: 21 years ago Posts: 123 |
Quote
Maurice Makaay
Sorry, but there is no version for 5.2. I had it ready at one point in the past, but an unfortunate hard disk accident wiped the new code from the face of the earth. Since then I've been busy in other development tasks (both work and Phorum). I will redo the 5.2 version of the module, but I'm afraid that I cannot provide a time frame on this.
Oh no, that's unfortunate.
I'm working on 5.2 integration with my site right now.
I already have integration with external_authentication module working, so registration, authentication etc is already complete and handled by my custom CMS.
My first idea was to have a phorum plugin that uses PHP output buffering (ob_start/ob_end_clean) to capture all Phorum output, and then fill in the content-div in my site template with the output (after stripping any header/footer/page HTML from the Phorum template)
Does that sound like it might work?
- Skye
___
Skye Nott
Corvus Digital
May 04, 2010 09:44PM |
Registered: 21 years ago Posts: 123 |
Looks like this should work!
I'll work on it tomorrow and let you know if it works =)
Skye
___
Skye Nott
Corvus Digital
* [hook] * end_output * * [description] * This hook can be used for performing post output tasks. * One of the things that you could use this for, is for * reading in buffered output using <phpfunc>ob_get_contents</phpfunc> * in case you started buffering using <phpfunc>ob_start</phpfunc> * from the <hook>start_output</hook> hook.
I'll work on it tomorrow and let you know if it works =)
Skye
___
Skye Nott
Corvus Digital
Sorry, only registered users may post in this forum.