BB integration - how to pass lang var ? BB integration - how to pass lang var ?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

BB integration - how to pass lang var ?

Started by Titooy, November 04, 2003, 09:46:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Titooy

What should I do in order to use the lang variable from the BB user profile as the language of CPG ?

DJMaze

Maybe a include("../phpBB/lang/language.php") or something would do the trick for you.
Then edit theme.php to use the phpBB language variables.
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

Titooy

The lang var is in the database in the same table as other user datas

Joachim Müller

this requires a separate hack. Anyone wants to do this? Shouldn't be to hard to accomplish, looking up the setting in the database of phpBB and adding passing it along to coppermine.

GauGau