coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: Gephri on January 02, 2007, 07:18:13 PM

Title: integrating with phpbb dirty words
Post by: Gephri on January 02, 2007, 07:18:13 PM
Has anyone been able to have Coppermine read the phpbb sql file for dirty words - rather than the dirty words hard coded into the Coppermine language files?
I'd like to set this up because the Admins and Mods can easily add to the phpbb dirty word file - but adding the words to the Coppermine language file has to be manually done by the Admin.
thanks for feedback / coding.
Title: Re: integrating with phpbb dirty words
Post by: Nibbler on January 02, 2007, 10:07:20 PM
I don't have a phpbb handy, but it should fairly simple. The bridge already has a db connection, so just collect the data with an SQL query run on the bridge's connection somewhere in init.inc.php just after the language is loaded.

Title: Re: integrating with phpbb dirty words
Post by: Gephri on January 03, 2007, 02:47:48 AM
thanks Nibbler - but this one is over my head.
If anyone has a way to link the two, I could use the help.
Thanks