News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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