Re: SMF Bridge problems Re: SMF Bridge problems
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Re: SMF Bridge problems

Started by mennou, March 01, 2005, 03:21:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mennou

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]

Joachim Müller

#1
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

mennou

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

kegobeer

$path = '../community'
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Joachim Müller

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