I have already installed coppermine and I have both mambo and SMF bridged. I want to bridge coppermine with my mambo and smf site.
What do I have to do?
I found the smf.inc.php file.
Quote// Set this to the location of your Settings file:
$path = '../smf';
// 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');
I'm not sure how to modify this file properly.