coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: indyeah on December 18, 2004, 06:24:06 AM

Title: Integration issues with IPB 1.2 and CPG 1.3
Post by: indyeah on December 18, 2004, 06:24:06 AM
Hi,
I've integrated my forums http://www.indyeah.net/discuss and http://www.indyeah.net/gallery Problem is login and registration page on gallery doesnt work. Also when i have to use login page from IPB then it wont re-direct back to gallery. Is there any way I can have login page on gallery? Please help
testuser=skimpy
password=harrycool
Title: Re: Integration issues with IPB 1.2 and CPG 1.3
Post by: Nibbler on December 19, 2004, 01:13:43 AM
Your redirection is broken, check your paths in the bridge file.
Title: Re: Integration issues with IPB 1.2 and CPG 1.3
Post by: indyeah on December 19, 2004, 08:05:19 AM

// The web path to your Invision Board directory
// In this example http://indyeah.net/discuss/
define('IB_WEB_PATH', 'http://indyeah.net/discuss/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ----------------------------------------------------

this is the path. isnt it right?
Title: Re: Integration issues with IPB 1.2 and CPG 1.3
Post by: Joachim Müller on December 19, 2004, 08:28:13 AM
Of course not, a path is not an URL. It has to bedefine('IB_WEB_PATH', '/discuss/');Filling in the commented out explanation as well is not a very clever thing to do, ROFL.

Joachim

Title: Re: Integration issues with IPB 1.2 and CPG 1.3
Post by: indyeah on December 19, 2004, 09:17:40 AM
ok. i've done with the links. now any suggestions on how to redirect? logging in just takes to discussions.
Title: Re: Integration issues with IPB 1.2 and CPG 1.3
Post by: Nibbler on December 19, 2004, 01:15:35 PM
Maybe IPB doesn't support redirection after login, all BBSs differ.
Title: Re: Integration issues with IPB 1.2 and CPG 1.3
Post by: Joachim Müller on December 19, 2004, 01:48:53 PM
to add to what Nibbler said: afaik IPB doesn't support redirection, so you have to add a link to your board's navigation that sends the user back to your gallery.

Joachim
Title: Re: Integration issues with IPB 1.2 and CPG 1.3
Post by: indyeah on December 19, 2004, 02:55:54 PM
thanks with that. really love the script :)