Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: jelv on November 10, 2009, 05:10:57 AM

Title: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: jelv on November 10, 2009, 05:10:57 AM
Is the Mambo bridge ready for SMF 2.0 RC2 public?
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: Omega X on November 13, 2009, 09:48:50 PM
I wouldn't try it. I hear that SMF changed a lot between Beta 1, RC1 and RC2.

I'm sure he'll get around to releasing a new version eventually.
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: Kill Em All on November 13, 2009, 10:26:29 PM
You can always try it, just please make sure to have back ups of everything and such, but I doubt it will work.
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: Orstio on November 14, 2009, 11:57:13 AM
Unless some changes were made to the integration hooks, there should be no problems.
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: jelv on November 22, 2009, 11:36:26 AM
Has anyone got the bridge working with RC2 Public? I've set the SMF theme to Curve as the default and I'm finding that both wrapped and unwrapped the bridge is not linking in the style sheets.
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: jelv on November 22, 2009, 12:04:00 PM
Making progress!

In addition to the other changes posted on this board to do with making $configuration global the folllowing at least gets the forums to display!

components/com_smf/smf.php
Around line 368 replace
$mainframe->addCustomHeadTag( '<link rel="stylesheet" type="text/css" href="'. $settings['theme_url']. '/style.css?fin11" />' );
with
$mainframe->addCustomHeadTag( '<link rel="stylesheet" type="text/css" href="'. $settings['theme_url']. '/css/index.css?fin11" />' );
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: marinesct on November 27, 2009, 04:00:27 AM
I downgraded back to SMF 2.0 RC1.2 so that I could at least see my SMF theme in the bridge.  With RC2, I could only see a page that loaded without it's css.  I'm having better luck now that I went back to RC1.2.
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: Omega X on December 08, 2009, 08:32:10 PM
I'm still patiently waiting for an updated bridge.
Title: Re: SMF 2.0 RC2 Public and Mambo 4.6 bridge 2.0beta1
Post by: greyknight17 on February 18, 2010, 04:35:43 PM
I'm not familiar with the Mambo bridge, but it looks like another user using SMF 2.0 RC2 got it working here (http://www.simplemachines.org/community/index.php?topic=361308.0). The user mentions some other things that were done which you may want to try out if you haven't done so already to see if it helps.