Current time: 01-10-2009, 03:22 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB and Coppermine 1.4
11-13-2008, 06:28 PM
Post: #1
MyBB and Coppermine 1.4
How would you bridge the two?
Visit this user's website Find all posts by this user
Quote this message in a reply
11-13-2008, 07:02 PM
Post: #2
RE: MyBB and Coppermine 1.4
There is a development thread for that.
Use the board search Wink

My current project: Zaiendo, an open community- fully featured by MyBB
My homepage | My Blog
Visit this user's website Find all posts by this user
Quote this message in a reply
11-13-2008, 08:10 PM
Post: #3
RE: MyBB and Coppermine 1.4
Yes, I am working on this. Development will continue again soon due to problems with my website's server..

There are no Oompa Loompas in my Workshop!
Learning the art of PHP...
Visit this user's website Find all posts by this user
Quote this message in a reply
11-14-2008, 07:43 AM (This post was last modified: 11-14-2008 07:43 AM by Mc Cabe.)
Post: #4
RE: MyBB and Coppermine 1.4
You can do it anyway,I've done it, just search. Coppermine comes with a bridge manager.
Find all posts by this user
Quote this message in a reply
11-20-2008, 08:08 PM
Post: #5
RE: MyBB and Coppermine 1.4
(11-13-2008 07:02 PM)LS 134 Wrote:  There is a development thread for that.
Use the board search Wink

Yeah I know I saw it and did it but it didn't work.
I changed what they said to change to get it to work and when they
logged in they wouldn't stay logged into the photoalbums. So that's why I asked the question. I think I would search first. If I wanted help as to a simple response as "Search" then I wouldn't have asked the question, I would have searched. Which thank you very much I did. On this site and yahoo and a few question sites and asked around. I was even going to pay someone to do it. No one knows how to bridge the newest coppermine.
Visit this user's website Find all posts by this user
Quote this message in a reply
11-20-2008, 09:48 PM
Post: #6
RE: MyBB and Coppermine 1.4
I guess you didn't search enough Wink
http://community.mybboard.net/thread-39567.html
Here you go Smile
That's what I meant.

My current project: Zaiendo, an open community- fully featured by MyBB
My homepage | My Blog
Visit this user's website Find all posts by this user
Quote this message in a reply
11-21-2008, 10:11 AM (This post was last modified: 11-21-2008 10:15 AM by Giangy94.)
Post: #7
RE: MyBB and Coppermine 1.4
In coppermine's administrazion there is an option for board's bridge.
The versions of the board for bridge aren't new so there are mybb 1.2, smf 1.2, etc, then the bridge you will can't connect to the database because your board's versions' 1.4.x so you must modification the inc/config,php file of mybb. with FTP Client
Visit this user's website Find all posts by this user
Quote this message in a reply
11-21-2008, 12:54 PM
Post: #8
RE: MyBB and Coppermine 1.4
When you're using the Coppermine built-in bridge for MyBB 1.4, you have to modify in Coppermine the database settings in "bridge/mybb_inc.php"

search for

PHP Code:
// Database connection settings
        
$this->db = array(
            
'name' => $config['database'],
            
'host' => $config['hostname'],
            
'user' => $config['username'],
            
'password' => $config['password'],
            
'prefix' =>$config['table_prefix']
        ); 

and replace with

PHP Code:
// Database connection settings
        
$this->db = array(
          
'name' => $config['database']['database'],
            
'host' => $config['database']['hostname'],
            
'user' => $config['database']['username'],
            
'password' => $config['database']['password'],
            
'prefix' =>$config['database']['table_prefix']
        ); 
Find all posts by this user
Quote this message in a reply
11-21-2008, 01:19 PM
Post: #9
RE: MyBB and Coppermine 1.4
Yes doylecc, i confused the file that he musts modification...sorry
Visit this user's website Find all posts by this user
Quote this message in a reply
11-27-2008, 02:26 AM (This post was last modified: 11-27-2008 02:27 AM by Thatonemom.)
Post: #10
RE: MyBB and Coppermine 1.4
Okay so when I did do that modification...it does take you to the forums to login...but when you login it redirects you like normal...but then it doesn't keep you logged in.

Only in the Photoalbums it doesn't keep you logged in.
The forums keep you logged in.

:: Danielle ::
[Image: divider.gif]
:: My Website :: My Forums ::
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: