Joomla and Phorum integration
Posted by scottmason
|
Re: Joomla and Phorum integration May 31, 2007 11:37AM |
Admin Registered: 23 years ago Posts: 9,240 |
|
May 31, 2007 11:38AM |
Admin Registered: 21 years ago Posts: 8,532 |
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
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Joomla and Phorum integration May 31, 2007 12:11PM |
Registered: 18 years ago Posts: 19 |
|
Re: Joomla and Phorum integration May 31, 2007 12:14PM |
Admin Registered: 23 years ago Posts: 9,240 |
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
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 |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: Joomla and Phorum integration May 31, 2007 12:27PM |
Registered: 18 years ago Posts: 19 |
|
May 31, 2007 01:15PM |
Admin Registered: 21 years ago Posts: 8,532 |
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
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Joomla and Phorum integration May 31, 2007 01:27PM |
Registered: 18 years ago Posts: 19 |
|
May 31, 2007 02:12PM |
Admin Registered: 21 years ago Posts: 8,532 |
No, a pretty new one actually ;-)
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Joomla and Phorum integration May 31, 2007 03:13PM |
Registered: 18 years ago Posts: 19 |
Sorry, only registered users may post in this forum.

