SMF 1.03 / CPG1.XX integration SMF 1.03 / CPG1.XX integration
 

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

SMF 1.03 / CPG1.XX integration

Started by D-C, July 18, 2005, 10:30:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

D-C

Hi all.  I have been trying to integrate SFS 1.03 and cpg133, and I was unsuccessful following these instructions: http://coppermine.sourceforge.net/manual.php#integrating

As a result, I have stumbled upon numerous threads here regarding a few problems with the bridge such as problems with logging out.  Since I am starting out, what would the best version of coppermine be to use?  The new beta, or stick with 1.33?  Are there updated bridge files?  Ack!   I certainly have a lot to figure out here, so I guess I'm just trying to find the best place to start- and frankly some of the developer's talk is a bit over my head.

any suggestions?  thanks!

Joachim Müller

use the most recent stable cpg1.3.3, not the beta!
When looking for bridge support, take a look at When requesting bridge support.. first. The only thing that doesn't work properly when coppermine is being bridged with SMF is the logout link from coppermine's navigation. Just get rid of it by commenting it out in your theme once you have successfully bridged, as there's no need to display a logout link everywhere.

halloway

Quote from: GauGau on July 19, 2005, 09:16:24 AM
use the most recent stable cpg1.3.3, not the beta!
When looking for bridge support, take a look at When requesting bridge support.. first. The only thing that doesn't work properly when coppermine is being bridged with SMF is the logout link from coppermine's navigation. Just get rid of it by commenting it out in your theme once you have successfully bridged, as there's no need to display a logout link everywhere.

Well, according to Nibbler, the SMF bridge is only supported for the SMF 1.0 and SMF 1.1

I have SMF 1.03 and Coppermine 1.3.3 and cannot sync group permissions and upload pics. As of now, I cannot open up Coppermine for my forum members.
See http://forum.coppermine-gallery.net/index.php?topic=19986.0 for further info.

Joachim Müller

Wrong quote: Nibbler said that the cpg1.3.3 bridge file only works with SMF1.0.x, but not with SMF1.1.x
I already posted a link to the sticky thread on this board that should tell you what to do when requesting bridge support.

benjaminkeith

This worked for me:

open theme.php

Look for:  '{LOGOUT_TGT}' => "logout.php?referer=$REFERER",

Change to: '{LOGOUT_TGT}' => "..",

(Assuming your gallery is 'up' a directory like mine is)