IPB 2.0.3 and CPM 1.3.2 integrate problem IPB 2.0.3 and CPM 1.3.2 integrate problem
 

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

IPB 2.0.3 and CPM 1.3.2 integrate problem

Started by bellamy, April 04, 2005, 09:53:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bellamy

I use the CPM131_IPB2 bridge file to do it. and it works. now the problem is my IPB forum and CPM gallery are not under the same domain. they are under same dedicate server, but not same /home/ folder. I tried to put the path of server into it, it goes to http://yoursite_gallery.com/home/forum/public_html/  instead.

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forum/');

I need it go to http://yoursite_forum.com/  from the http://yoursite_gallery.com/
how can I do it?
please help me.