integrating with phpbb dirty words integrating with phpbb dirty words
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

integrating with phpbb dirty words

Started by Gephri, January 02, 2007, 07:18:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gephri

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.

Nibbler

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.


Gephri

thanks Nibbler - but this one is over my head.
If anyone has a way to link the two, I could use the help.
Thanks