I have the following issue when trying to bridge coppermine and PHPBB:
No Admin Mode Button
Coppermine install: http://swinglesonline.com/copper/
Forum install: http://swinglesonline.com/forum/
Coppermine version: cpg1.4.2
Forum version: phpBB 2.0.17
Test user account: Unavailable due to forum integration with site userdatabase
BridgeManager settings:
Forum URL: http://swinglesonline.com/forum/
Relative path to your BBS's config file: ../config.php/
Use post-based groups?: 0
Interestingly, when I click login, the script successfully takes me to the forum login screen to log in as admin, then redirects me to the coppermine scriptand gives me the option to logoff as admin it specifically says " Logout [admin] " so it appears to recognize me as admin, however I do not see an admin mode to enter so I'm unable to sync groups.
I feel like I'm missing something simple. But I'm bamboozled any suggestions would be appreciated.
Thanks.
Check with the latest version of the bridge code from here (http://forum.coppermine-gallery.net/index.php?topic=24357.msg112047#msg112047).
Also
Relative path to your BBS's config file: ../config.php/
Is wrong, should be
../forum/
Thank you very much. That solved it.