Firefox PHP

Joomla and Phorum integration

Posted by scottmason 
Re: Joomla and Phorum integration
May 31, 2007 11:37AM
did you install the phorum-component using the files in
<phorum-dir>\mods\embed_phorum\connectors\mambo\com_phorum.src

the glue-script is included there and doesn't need to be installed separately.
Also, which joomla-version are you installing it at?


Thomas Seifert
Re: Joomla and Phorum integration
May 31, 2007 11:38AM
Like I said in the previous post: no, this is just general documentation on how the module works. For the Joomla connection, the component is the glue script. There is no more documentation to follow currently to get things working than what has been discussed in these forums.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Joomla and Phorum integration
May 31, 2007 12:11PM
Hi Maurice,

thanks for all your advice. yeah i installed the

phorum-dir>\mods\embed_phorum\connectors\mambo\com_phorum.src using the .zip file via the joomla component installer

i am running Joomla Version 1.0.12

Scott
Re: Joomla and Phorum integration
May 31, 2007 12:14PM
as a quick fix for the output before content problem you can do this (I guess maurice will release an updated version of the embed_module later):

edit <phorum-dir>/mods/embed_phorum/run_phorum.php

find the line in the function phorum_process_page
while(ob_get_level() > 0) ob_end_clean();

change it to
if(ob_get_level() > 0) ob_end_clean();


Thomas Seifert
Re: Joomla and Phorum integration
May 31, 2007 12:17PM
oh and there are two lines with that in the function, only change the first one.


Thomas Seifert
Re: Joomla and Phorum integration
May 31, 2007 12:27PM
Yes,

it worked. Thanks so much

good fix
Re: Joomla and Phorum integration
May 31, 2007 01:15PM
It's also incorporated in the module. Download can be done at the embedding thread.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Joomla and Phorum integration
May 31, 2007 01:27PM
seems like i was using an old version of the module
Re: Joomla and Phorum integration
May 31, 2007 02:12PM
No, a pretty new one actually ;-)


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Joomla and Phorum integration
May 31, 2007 03:13PM
Hi Maurice

Is that the only change in the module, that line of code?

is it worth replacing the entire module for the new one?
Sorry, only registered users may post in this forum.

Click here to login