Redirect After Login Redirect After Login
 

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

Redirect After Login

Started by RGSPro, February 14, 2005, 09:18:13 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RGSPro

I just set up my gallery and when you login from the gallery, after it takes you to the login page in invision board, it redirects the page to:  http://www.dimwitty.com/forums/index.php?http://www.dimwitty.com/gallery/ instead of going to just http://www.dimwitty.com/gallery/.  Does anyone know how to fix this?

Also, is it possible for an Admin to have a personal gallery?  Its set up in the options, but I can't find a place to set up a personal album for an admin.  How is this done?

Joachim Müller

we have a "one question per thread" policy you agreed to respect when signing up for your account on this board.
When having troubles with bridging/integration, you should post the modified part of your bridge file (replacing passwords with asterisks) along with a test user account (non-admin), and you should post on the proper sub-board. Moving this thread accordingly to the bridging sub-board, your second question will be ignored - you should post it as separate thread (after having read the docs and searched the boards!).

Joachim

RGSPro

Test Account:

Name:  test
password: test

here is my modified invision doc:

// database configuration
define('IB_DB_NAME', 'rgspro_dimwitty'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'rgspro_rsteiner'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '*********'); // The password to use to connect to the database

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forums/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ------------------------------------------------------------------------- //
// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', ''); // The prefix used for board cookies

// Prefix and names for the database tables
define('IB_TABLE_PREFIX', 'dw_'); // The prefix used for the DB tables
define('IB_USER_TABLE', 'members'); // The members table
define('IB_SESSION_TABLE', 'sessions'); // The sessions table
define('IB_GROUP_TABLE', 'groups'); // The groups table

// Group definitions (default values used by the board)
define('IB_VALIDATING_GROUP', 1);
define('IB_GUEST_GROUP', 2);
define('IB_MEMBERS_GROUP', 3);
define('IB_ADMIN_GROUP', 4);
define('IB_BANNED_GROUP', 5);