Page 9 of 9
Re: Using phpBB as your Joomla Comments Engine

Posted:
Fri Nov 13, 09 10:49am
by Mickroz
im running phpbb 3.0.6rc3 and when activating the plugin and post an article i get a blank page and after refresh it post a new topic.
Re: Using phpBB as your Joomla Comments Engine

Posted:
Sun Nov 22, 09 9:57am
by Sjulimann
Hi there. Im a little stuck on the sql table thingy. Im in phpMyAdmin, but im not really sure where/how to insert this table of yours.
`jos_phpbb_comments` ( `source` int(11) NOT NULL default '0', `topic` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Could you explain where to put what?
I've found where to create a new table, but for instance, I dont know how many fields I need etc etc...
Thanks,
Sjulimann from Norway.
Re: Using phpBB as your Joomla Comments Engine

Posted:
Sun Nov 22, 09 10:53am
by Sjulimann
Forget it, I just googled a bit and out how

Well, this comment thing is very nice indeed! Thank you!
Re: Using phpBB as your Joomla Comments Engine

Posted:
Mon Jan 11, 10 2:18pm
by emesto
Hey, this plugin would be sooo awesome if i could get it to work
Any chance of updating this for phpbb 3.0.6?
It sort of works, but gives an error which doesnt go away and constantly posts the thread every time you refresh with the error.
The error is:
- Code: Select all
Fatal error: Call to undefined function utf8_str_replace() in /home/xxxx/public_html/forum/includes/db/dbal.php on line 238
Re: Using phpBB as your Joomla Comments Engine

Posted:
Wed Jan 20, 10 11:18am
by micha1848
Hy Chris,
at first, the Plugins works fine... too fine

Ive the same Problem like others here, "Spampostings".
Means, every time the Page is refreshed, the Plugin makes a new Forenpost.
Any Idea? Or did you need special Informations?
THANX
Re: Using phpBB as your Joomla Comments Engine

Posted:
Wed Jan 20, 10 3:04pm
by micha1848
emesto wrote:....
The error is:
- Code: Select all
Fatal error: Call to undefined function utf8_str_replace() in /home/xxxx/public_html/forum/includes/db/dbal.php on line 238
Hy look a few Post back...

replace in DBAL.PHP on line 238 AND 239
utf8_str_replace
with
str_replace
and all works fine
Re: Using phpBB as your Joomla Comments Engine

Posted:
Wed Jan 20, 10 3:06pm
by micha1848
a second "Problem" i found
we use the "read more..." Button for pur Article...
Now my Question, is there a way to post the Link only under the FULL Text? Not in the "Preview"?
Thanks a lot
Re: Using phpBB as your Joomla Comments Engine

Posted:
Thu Jan 21, 10 4:43pm
by micha1848
ok, ive solved my "Spam"-Problem....
i use 2 DB, 1 for Joomla, and one for PHPBB
I create the table in the PHPBB Database, based on Chris Hint, all the DB Aktion aperars on PHPBB....
After i create the Table in Joomla DB all works fine for that.
Re: Using phpBB as your Joomla Comments Engine

Posted:
Tue Apr 20, 10 4:33pm
by Prophat
Chris - have you given any thought to add the functionality to your mod that lets you set different forums for different sections and/or categories in joomla?