Integration issues with IPB 1.2 and CPG 1.3 Integration issues with IPB 1.2 and CPG 1.3
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Integration issues with IPB 1.2 and CPG 1.3

Started by indyeah, December 18, 2004, 06:24:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

indyeah

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

Nibbler

Your redirection is broken, check your paths in the bridge file.

indyeah


// 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?

Joachim Müller

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


indyeah

ok. i've done with the links. now any suggestions on how to redirect? logging in just takes to discussions.

Nibbler

Maybe IPB doesn't support redirection after login, all BBSs differ.

Joachim Müller

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

indyeah