coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: mennou on March 01, 2005, 03:21:00 AM

Title: Re: SMF Bridge problems
Post by: mennou on March 01, 2005, 03:21:00 AM
smf.inc.php

// Set this to the location of your Settings file:
$path = '/home/mixspot/public_html/community';

// 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 don't know what's wrong  , my  gallery  refused to work with smf board 1.02
can anyone review this code tell me what do i have to change or not?

[edit GauGau]
Split from thread http://forum.coppermine-gallery.net/index.php?topic=5727.0 and shortened code section to relevant part
[/edit]
Title: Re: SMF Bridge problems
Post by: Joachim Müller on March 01, 2005, 07:11:41 AM
you posted on the bugs board - it is meant to report bugs in the code of coppermine, it is not meant to be used to request support. I split your posting from the thread (which was marked as "invalid" anyway) and moved it to the support board. In the future, read the description of the board you want to post in and then choose the appropriate board.
Instead of pasting the complete code of your bridge file into your posting (which I edited out), you better had posted a link to your site and a test user account (non-admin) >:( !

Joachim
Title: coppermine
Post by: mennou on March 01, 2005, 04:48:14 PM
i was trying to connect my gallery with the sfm board  everything i do  ... it still not working
here's the code on the smf.inc.php
// Set this to the location of your Settings file:
$path = '/home/mixspot/public_html/community';

// 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');
what should  i do once i add the $path = '/home/mixspot/public_html/community';
on the smf.inc.php
my gallery is  www.mixspot.com/gallery
site www.mixspot.com
Title: Re: coppermine
Post by: kegobeer on March 01, 2005, 05:44:58 PM
$path = '../community'
Title: Re: coppermine
Post by: Joachim Müller on March 02, 2005, 08:07:57 AM
you have cpg1.3.2, so why did you post this in the cpg1.2 support board? Moving accordingly, and merging with the other thread where you posted the same question (which I had to cut from an unrelated thread on the bugs board you were replying to). Don't double-post, and stop being a trouble-maker. Use some common sense, and respect board rules.

Joachim