forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: tandiono on July 08, 2006, 11:48:40 pm

Title: Gallery photo integrate to smf forum
Post by: tandiono on July 08, 2006, 11:48:40 pm
Hello,

Is there anyway to enable the Gallery photo to SMF forum?

which look like something like this : http://www.snork13.net/forum/


any help will be greatly appreciate :)
Title: Re: Gallery photo integrate to smf forum
Post by: Joachim Müller on July 09, 2006, 12:40:30 am
RTFM before posting questions: http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating_bridge_start and http://forum.coppermine-gallery.net/index.php?topic=25877.0
Title: Re: Gallery photo integrate to smf forum
Post by: tandiono on July 09, 2006, 12:10:44 pm
Hello, my gallery and the forum has already been integrated, it's just that i want to show the cpm photo to smf forum..


and i've another question which I get a database error report whenever i click on the cpm photo :

http://www.friendsterforum.com/gallery/displayimage.php?album=lastup&cat=0&pos=0


Please kindly help me on this issue.. Debug Info has been enable. Please help me
Title: Re: Gallery photo integrate to smf forum
Post by: Sami on July 09, 2006, 12:24:10 pm
ONE per thread , please
- read this for CpmFetch:
http://forum.coppermine-gallery.net/index.php?topic=19528.0
- you have broken tabale as the error said you should manualy create it by phpmyadmin
go to your cpg database and execute this query:
Code: [Select]
DROP TABLE IF EXISTS `cpg_comments`;
CREATE TABLE  `cpg_comments` (
  `pid` mediumint(10) NOT NULL default '0',
  `msg_id` mediumint(10) NOT NULL auto_increment,
  `msg_author` varchar(25) NOT NULL default '',
  `msg_body` text NOT NULL,
  `msg_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `msg_raw_ip` tinytext,
  `msg_hdr_ip` tinytext,
  `author_md5_id` varchar(32) NOT NULL default '',
  `author_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`msg_id`),
  KEY `com_pic_id` (`pid`)
) TYPE=MyISAM;
Title: Re: Gallery photo integrate to smf forum
Post by: Stramm on July 09, 2006, 12:33:44 pm
don't run that query... if you already have comments that'll delete them all. I've posted the solution in the modpack thread.

Again, don't start multiple threads. Keep different issues in the relevant threads and ask only one question per thread
Title: Re: Gallery photo integrate to smf forum
Post by: tandiono on July 09, 2006, 01:08:34 pm
don't run that query... if you already have comments that'll delete them all. I've posted the solution in the modpack thread.

Again, don't start multiple threads. Keep different issues in the relevant threads and ask only one question per thread


Hello, i thought i was refer back to here :

http://forum.coppermine-gallery.net/index.php?topic=33645.msg157055#msg157055

maybe i misunderstanding. my english is not very good. Please correct me on what i should do. Thanks
Title: Re: Gallery photo integrate to smf forum
Post by: Stramm on July 09, 2006, 01:12:38 pm
you had two issues... the one wasn't related to the modpack (bridging problem) and that one made it impossible for me to check your other problem with displayimage.php. Now that the bridge works (for that I sent you back to the bridging thread you opened) I can check and answer the other problem you have
Title: Re: Gallery photo integrate to smf forum
Post by: Sami on July 09, 2006, 01:22:21 pm
@stramm : sorry for my false answer but I think that you siad it's not related to modpack!!!
http://forum.coppermine-gallery.net/index.php?topic=28367.msg157027#msg157027
Title: Re: Gallery photo integrate to smf forum
Post by: tandiono on July 09, 2006, 01:28:36 pm
Hello,

Thanks everyone. The click on photo issue database error has already been fix.. :)


Title: Re: Gallery photo integrate to smf forum
Post by: Stramm on July 09, 2006, 01:38:10 pm
@stramm : sorry for my false answer but I think that you siad it's not related to modpack!!!
http://forum.coppermine-gallery.net/index.php?topic=28367.msg157027#msg157027

yes, cause tandiono had 2 problems, started two new threads and posted into the modpack thread. When I answered the first time the bridge didn't work at all. And that wasn't modpack related. Therefore tandiono has been told to stick to the bridge related thread till the bridging problem has been resolved.
This and some language confusion from both sides made these threads difficult to read.

But finally all worked out well and so we can mark this thread as 'solved'