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
You can modify the links in the bridge file to point to the correct locations.
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.
The memberlist link points to admin.php -
'editusers' => '/admin.php',
You can change it to '/index.php?act=Members' if you prefer.
Okay, so that IS the memberlist link. The wording had me confused.
EDIT: Okay, so I got that all fixed up now.