IBP MemberList problems IBP MemberList problems
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

IBP MemberList problems

Started by Dr Preacox, January 06, 2006, 04:12:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dr Preacox

Hiya, just tried brdiging CopperMine to IBP and as far as I know it works fine, now when I click Memberlist in Copermine it takes me to IPB but to the admin login, not the memberlist page, I'v checked the permissions and everyone is allowed to see the memberlists so whats happening??
My Mods:
Making Memberlist Public - VIEW
Different Way of Displaying Categories - VIEW
Coming Soon - Automated Sub Domains -MOD

Nibbler

You can edit bridge/invisionboard20.inc.php


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


Change admin.php to the correct page.

Dr Preacox

sorry to also bother you again, but when I go to login on the gallery it goes the forum to login then I have to manually make my way back to the gallereis and find out im not logged in? do the forums and Coppermine have to have the same cookie settings???? and is there a forum redirect to go back to the galleries if im logging in from there?
My Mods:
Making Memberlist Public - VIEW
Different Way of Displaying Categories - VIEW
Coming Soon - Automated Sub Domains -MOD