coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: musicman2059 on July 18, 2006, 07:52:55 PM

Title: Trouble with cpg1.4.8/IPB 2.1.7
Post by: musicman2059 on July 18, 2006, 07:52:55 PM
Something is just a tad bit off with my bridged coppermine and such.  After converting my forum to IPB from SMF, I unbridged/rebridged it to reflect the conversion and everything seemed to go well.  However, certain links that link back to the forum don't seem to work properly.

For example, the memberlist link takes me to my forum's ACP instead of the memberlist, and when I click logout (from the cpg side obviously), IPB returns a "You do not have permission to use this feature" error.

Coppermine install: http://www.ancientcave.com/image
Forum install: http://www.ancientcave.com/forum
Coppermine version: cpg1.4.8
Forum version: IPB 2.1.7
Test user account: test / test

BridgeManager settings:
Forum URL:  http://www.ancientcave.com/forum
Relative path to your BBS's config file:  ../forum/
Use post-based groups?:  1 
Title: Re: Trouble with cpg1.4.8/IPB 2.1.7
Post by: Nibbler on July 18, 2006, 08:00:00 PM
You can modify the links in the bridge file to point to the correct locations.
Title: Re: Trouble with cpg1.4.8/IPB 2.1.7
Post by: musicman2059 on July 19, 2006, 12:26:30 AM
I compared the URLs in bridge/invisionboard20.inc.php with the actual URLs IPB uses for the same functions, and they seem to be correct.  I dunno what else the problem might be though.  I'll take a better look at it later.
Title: Re: Trouble with cpg1.4.8/IPB 2.1.7
Post by: Nibbler on July 19, 2006, 12:30:25 AM
The memberlist link points to admin.php -

'editusers' => '/admin.php',

You can change it to '/index.php?act=Members' if you prefer.
Title: Re: Trouble with cpg1.4.8/IPB 2.1.7
Post by: musicman2059 on July 19, 2006, 12:31:13 AM
Okay, so that IS the memberlist link.  The wording had me confused.

EDIT: Okay, so I got that all fixed up now.