Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Gallery photo integrate to smf forum  (Read 15393 times)

0 Members and 1 Guest are viewing this topic.

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com
Gallery photo integrate to smf forum
« 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 :)
« Last Edit: July 09, 2006, 01:38:22 pm by Stramm »
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com
Re: Gallery photo integrate to smf forum
« Reply #2 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
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Gallery photo integrate to smf forum
« Reply #3 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;
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Gallery photo integrate to smf forum
« Reply #4 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

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com
Re: Gallery photo integrate to smf forum
« Reply #5 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
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Gallery photo integrate to smf forum
« Reply #6 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

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Gallery photo integrate to smf forum
« Reply #7 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
Logged
‍I don't answer to PM with support question
Please post your issue to related board

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com
Re: Gallery photo integrate to smf forum
« Reply #8 on: July 09, 2006, 01:28:36 pm »

Hello,

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


Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Gallery photo integrate to smf forum
« Reply #9 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'
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.