I've just updated my Coppermine gallery from version 1.3.3 to 1.3.4, and after following the steps listed at http://coppermine-gallery.net/demo/cpg13x/docs/index.htm#upgrade , I've found that the Coppermine gallery on my domain is no longer bridged with the SMF forum there. I remembered to make the necessary changes to the new bridge file before uploading it; the part of the bridge I've changed is as follows:
// Set this to the location of your Settings file:
$path = '../polaris';
// Comment this out if you want to default user's group to 'Registered'
// rather than using Post Count based groups.
define('USE_POST_GROUPS', 1);
// Set the names of implied groups here
define('CM_ADMIN_GROUP_NAME', 'Administrators');
define('CM_MEMBERS_GROUP_NAME', 'Registered');
define('CM_GUEST_GROUP_NAME', 'Anonymous');
define('CM_BANNED_GROUP_NAME', 'Banned');
define('CM_GMOD_GROUP_NAME', 'Global Moderators');
My domain's Coppermine gallery is located at http://www.snakebird.net/gallery/ , and it's bridged with an SMF forum at http://www.snakebird.net/polaris/ . I've created a test account with the username "Test" and the password "gallerytest", but this will probably apply only to the forum until I can make it bridge with gallery again.
Does anyone know how to re-enable bridging with the update?
EDIT: To clarify my question, are there additional changes I'll need to make in the bridge file? The rest of the code is below a line that says "Nothing to edit below this line", but I seem to recall that there were additional changes I needed to make below it when I first activated the bridge.
Another edit: I just remembered I need to alter init.inc.php also, and after doing that it seems to work. Are these the only files I'll need to alter when updating? (Other than updating the database by running update.php?)
The bridge and init.inc.php are all you have to edit.