smf bridged Mambo 4.6.1 help

Started by mickyd2006, December 02, 2006, 08:04:23 PM

Previous topic - Next topic

Orstio

QuoteSet the bridge to use Mambo default registration instead of bridge registration, and then try going to your wrapped forum, and clicking the register link... ;P

mickyd2006

Under registration in SMF Bridge I have the following options in a drop down menu..

> Use Bridge Registration
> Use SMF Registration
> Use Mambo/Joomla Registration
> Use Community Builder Registration
> Use Mambo Charge Registration

It doesnt matter which one I choose I get the same thing when I click on register....
Sorry to be a pain!
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

> Use Mambo/Joomla Registration


Choose that one.

Make sure to click Save after making the change.

mickyd2006

Yep, just tried that... Clicked save.... went to my mambo install.. clicked forum then the register button and got the same thing :(
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

After you click Save, does the value in the dropdown reflect the change you made?

mickyd2006

yes it does... after I clicked save it takes me back to the first tab with the path info etc.. I click back on the registration tab and it is still selected on use mambo joomla registration
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

Both of your problems (The 4: 4: at the bottom, and the fact that the button won't change) are the result of the SMF PlanetFall theme.  It was written for SMF 1.1 beta 3, not SMF 1.1 final, and it is hard-coded to point to bridge registration.

mickyd2006

Ummm do you mean to say that the theme is for 1.1 Rc3 and my forum is 1.1 final which is the cause of the problem? Only im using SMF 1.1 RC3 and not SMF final..??
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

No, I mean the theme is for SMF 1.1 BETA 3.

mickyd2006

Oh ok lol.....
Well Is there a way to remove the registration button altogether do you know??
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

Actually, if you want to go to your index.template.php for that theme, you can find this on line 349:

<a href="', $GLOBALS['mosConfig_live_site'],'/',basename($_SERVER['PHP_SELF']), '?option=com_smf_registration&task=register">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.gif" alt="' . $txt[97] . '" style="margin: 2px 0;" border="0" />' : $txt[97]), '</a>';


Change it to this:

<a href="', $scripturl, '?action=register">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.gif" alt="' . $txt[97] . '" style="margin: 2px 0;" border="0" />' : $txt[97]), '</a>';

mickyd2006

#51
Hey... that is so much better... thank you, thank you so much!!!!!!!

i dont suppose you could solve one last puzzle for me... Its probably because of the template version but when i go the board general discussion.. the footer is totally white.... :S
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

Check your CSS file for titlebg2.  I bet it has a background color of white.

mickyd2006

I dont see it...

/* Normal, standard links. */
a:link
{
color: #FF6600;
text-decoration: none;
}

a:visited
{
color: #FF6600;
text-decoration: none;
}

a:hover
{
color: white;
text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
font-weight: bold;
color: #FF6600;
text-decoration: none;
}
a.nav:hover
{
font-weight: bold;
color: white;
text-decoration: none;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
color: white;
font-size: small;
font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
background-color: #121A1D;
margin: 0px;
padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
font-size: 9pt;
color: black;
font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 8pt;
font-weight: normal;
color: black;
font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #7295A8;
background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #C3B8D0;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #cccccc;
border: 1px solid #000000;
padding: 1px;
font-family: "courier new", helvetica, "times new roman", serif;
font-size: x-small;
width: 99%;
margin: 1px auto 1px auto;
white-space: nowrap;
overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
background-color: yellow;
font-weight: bold;
color: white;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #ffffff;
background-color: #2E4452;
}
.windowbg2
{
color: #ffffff;
background-color: #364D56;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
color: white;
font-style: normal;
background-color: #293C43;
}
.titlebg a:hover
{
color: #293C43;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
background-image: url(..images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
background-image: url(..images/catbg2.jpg);
}

.catbg, .catbg2
{
fontweight: normal;
background-color: #293C43;
color: white;
}


/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: silver;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
border: 1px solid silver;
background-color: #FFFFFF;
padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
background-color: #121A1D;
border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
background-color: #121A1D;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
color: white;
background-color: #121A1D;
border-top: 1px solid gray;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
background-color: silver;
border: 1px solid silver;
}
.headerbodies
{
border: 1px solid #7A7777;
background-color: #293C43;
background-repeat: repeat-x;
background-position: bottom;
}
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

That's probably the problem, then.  ;)

mickyd2006

#55
Inbetween waiting for your always speedy responses.. I found this

/* This is used on tables that should just have a border around them. */
.tborder
{
   border: 1px solid silver;
   background-color: #FFFFFF;
   padding: 2px;

knowing that FFFFFF is white I attempted a change and what do you know.. it works =]

Thanks Orstio for you time and patience in helping me with these issues... to some easy enough to resolve but to one so new to Mambo... not so easy..

You have been a brilliant help... absolute star m8!!!!!!!

Many Many Thanks!!!!

do you know what this might be...
Fatal error: Call to undefined function: gethiddenmessage() in /home/xxxxxxxxxxxxxxx/xxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx/Sources/Display.php on line 894

I get this now when I go to a post...
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

do you know what this might be...
Fatal error: Call to undefined function: gethiddenmessage() in /home/xxxxxxxxxxxxxxx/xxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx/Sources/Display.php on line 894


What SMF mods do you have installed?

mickyd2006

I did a quick search while I was waiting....
It turns out that the hide post mod was conflicting... Strange... it wasnt doing that before...
Well its no great loss.... Just glad to have the bridge in and working......
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Orstio

Does the Hide Post mod make changes to the theme?  If so, then those changes will need to be made manually to non-default themes.

mickyd2006

I'm not sure buddy.. I'll deal with the hide post mod issue later.. I'm just glad to have the bridge in and running... It makes all the difference and I cant thank you enough for first, creating the bridge and secondly for offering all this time and support to people like me... clueless lol.

We got there in the end... lol... I really should slow down and read clearer lol
High Quality Low Cost CMS Installations - Just-Installs.com

SOHK: School Of Hard Knox - Hard Hitting Lessons In Life


I Wonder:

What Exactly Did The Man Who Invented The Drawing Board Go Back To?
Why Are Disasters Always Described As Great?
What Platform Was Windows Designed On?

Advertisement: