Integrate PhpBB to Coppermine Integrate PhpBB to Coppermine
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Integrate PhpBB to Coppermine

Started by DAME, January 31, 2007, 08:06:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DAME

I'm trying to integrate following domains:

http://galery.my_board.com and http://forum.my_board.com

It's working in one condition: I have to set cookie domain in BBS to: galery.my_board.com. Is there any way to change the cookie domain in CPG?

Nibbler

That's not what you want. If you set your forum's cookie domain to .my_board.com then it will work just fine. Remember to clear the cookies after making the change.

DAME