Advanced search  

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

Pages: [1]   Go Down

Author Topic: hi all newbie here with a few questions  (Read 7764 times)

0 Members and 1 Guest are viewing this topic.

ccwjames

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
hi all newbie here with a few questions
« on: November 26, 2005, 01:50:42 pm »

ok i bridged my 2.1.1 ipb board with coppermine and i have a few things i need help with.

when i go to log out of coppermine i get my ipb boards error page
if i click on usres or memberslist, it take me to my acp login, which of course i dont want..

anyhelp?

board is www.crawleycruise.com
coppermine is in www.crawleycruise.com/Photos
Logged

Nibbler

  • Guest
Re: hi all newbie here with a few questions
« Reply #1 on: November 26, 2005, 04:11:15 pm »

Adjust the links in the bridge file (bridge/invisionboard20.inc.php)

Code: [Select]
// Pages to redirect to
$this->page = array(
'register' => '/index.php?act=Reg&CODE=00',
'editusers' => '/admin.php',
'edituserprofile' => '/index.php?showuser='
);

Code: [Select]
function login_page()
{
$this->redirect("/index.php?act=Login&CODE=00");
}

function logout_page()
{
$this->redirect("/index.php?act=Login&CODE=03");
}

Please report back what the correct links are so it can be fixed for all. Thanks.
Logged

ccwjames

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: hi all newbie here with a few questions
« Reply #2 on: November 28, 2005, 05:55:01 pm »

what do u mean about edittin gthem mate? is the link for uses for the members on my ipb?
Logged

Nibbler

  • Guest
Re: hi all newbie here with a few questions
« Reply #3 on: November 28, 2005, 05:58:24 pm »

I don't understand that sentence atall. You need to adjust the links so they point to where you want them to go and avoid error messages.
Logged

ccwjames

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: hi all newbie here with a few questions
« Reply #4 on: November 29, 2005, 06:54:08 pm »

link to where? my ipb members list?

ie,

site /memberslist.php?
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.