Hello,
I have integrated CPG 1.3.2 with phpBB2 and I have made similar themes for each.
Now I would like to create a second pair of themes for my gallery and forum. I want it set up so that when users choose a theme from their profile (phpBB profile), CPG would automatically switch to the matching theme.
Is this possible?
Thanks in advance.
Yeah, if you can code it. You'd need a section in init.inc.php to connect to the phpbb table and extract the theme the user is using, and then set that as the user's theme in coppermine.
Has nobody ever done something like this and released their code?
Not to my knowledge. Have you checked the phpbb forums? Maybe another phpbb user has done something like that.