Bridging Coppermine with Mambo and Simple Machine forums Bridging Coppermine with Mambo and Simple Machine forums
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Bridging Coppermine with Mambo and Simple Machine forums

Started by ctcentralinfo, May 31, 2005, 08:02:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ctcentralinfo

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.

Joachim Müller

just edit the line $path = '../smf';and make the needed changes in include/init.inc.php. Upload the changed files and check what happens. Post here again if something unexpected happens.