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
Your redirection is broken, check your paths in the bridge file.
// 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?
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
ok. i've done with the links. now any suggestions on how to redirect? logging in just takes to discussions.
Maybe IPB doesn't support redirection after login, all BBSs differ.
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
thanks with that. really love the script :)