Author Topic: Copyright problem, only with the forum linked by the bridge  (Read 3981 times)

Offline alcina

  • Semi-Newbie
  • *
  • Posts: 26
  • Gender: Female
Copyright problem, only with the forum linked by the bridge
« on: March 04, 2008, 11:12:03 AM »
hello guys! I hope in your help...

I'm working on a new site and also here I would use the beautiful SM Forum!
I installed:
Mambo 4.6.3
SMF 1.1.4
Bridge for Mambo 1.1.1

But I have a problem!
The forum appear in two different URL (I don't know why and and I'm not sure it is a good thing), in this one:
http://www.neonecronomicon.com/Forum/index.php
all work fine.
But in the most important URL, that joined from the "Forum" menu voice on my site, here the url:
http://www.neonecronomicon.com/index.php?option=com_smf&Itemid=42
I got (in the footer) this warniong:
Quote
Sorry, the copyright must be in the template.
Please notify this forum's administrator that this site is missing the copyright message for SMF so they can rectify the situation. Display of copyright is a legal requirement. For more information on this please visit the Simple Machines website.
Not sure why this message is appearing?
.
I don't have touched anything in the template, and I don't understand the problem, and it is only in the forum with the bridge!  :o

Please, can you kindly help me?

Thank you so much!

Ciao,

alcina


Offline Orstio

  • Local Moderator
  • Simple Machines Super Hero
  • *
  • Posts: 15,420
  • And don't forget that I'm also Gorgeous!
    • Everything Science
Re: Copyright problem, only with the forum linked by the bridge
« Reply #1 on: March 04, 2008, 06:21:02 PM »
It looks fine to me?

There are only two reaons for privacy:  security and shame.  Security being the only valid reason.

Offline alcina

  • Semi-Newbie
  • *
  • Posts: 26
  • Gender: Female
Re: Copyright problem, only with the forum linked by the bridge
« Reply #2 on: March 05, 2008, 06:07:16 PM »
Orstio ciao and thank you for your answer! :)
It's weird, I boot my computer right now ( at the work I haven't!), and yes, the forum looks fine in the 2 links!
Sorry for the trouble!!!  :-[

ciao
alcina

Offline manucasillas

  • Newbie
  • *
  • Posts: 7
Re: Copyright problem, only with the forum linked by the bridge
« Reply #3 on: March 11, 2008, 07:52:22 PM »
Hi guys, I have the same problem.



I hope someone could help me  :)

Thankss!

Offline Orstio

  • Local Moderator
  • Simple Machines Super Hero
  • *
  • Posts: 15,420
  • And don't forget that I'm also Gorgeous!
    • Everything Science
Re: Copyright problem, only with the forum linked by the bridge
« Reply #4 on: March 11, 2008, 08:00:44 PM »
URL?

There are only two reaons for privacy:  security and shame.  Security being the only valid reason.

Offline manucasillas

  • Newbie
  • *
  • Posts: 7
Re: Copyright problem, only with the forum linked by the bridge
« Reply #5 on: March 11, 2008, 08:04:09 PM »
Yes sorry bro
hxxp:mregidor.es/selectividad/ [nonactive] (on foro)
so...the forum is in
hxxp:mregidor.es/selectividad/foro [nonactive]

Offline Orstio

  • Local Moderator
  • Simple Machines Super Hero
  • *
  • Posts: 15,420
  • And don't forget that I'm also Gorgeous!
    • Everything Science
Re: Copyright problem, only with the forum linked by the bridge
« Reply #6 on: March 11, 2008, 08:18:55 PM »
In your root folder is a file named configuration.php.

In that file, what is the value of the variable $mosConfig_lang?

There are only two reaons for privacy:  security and shame.  Security being the only valid reason.

Offline manucasillas

  • Newbie
  • *
  • Posts: 7
Re: Copyright problem, only with the forum linked by the bridge
« Reply #7 on: March 11, 2008, 08:25:16 PM »
"$mosConfig_lang = 'spanish';

Offline Orstio

  • Local Moderator
  • Simple Machines Super Hero
  • *
  • Posts: 15,420
  • And don't forget that I'm also Gorgeous!
    • Everything Science
Re: Copyright problem, only with the forum linked by the bridge
« Reply #8 on: March 11, 2008, 08:31:03 PM »
What is the name of the language package you have installed in SMF?  Are the files named like index.spanish.php?

There are only two reaons for privacy:  security and shame.  Security being the only valid reason.

Offline manucasillas

  • Newbie
  • *
  • Posts: 7
Re: Copyright problem, only with the forum linked by the bridge
« Reply #9 on: March 11, 2008, 08:34:50 PM »
I have installed Spanish language in SMF, as in MAMBO.
I don´t know what you wanna say with index.spanish.php.
What files? the files on foro/themes (SMF) or where?

Offline Orstio

  • Local Moderator
  • Simple Machines Super Hero
  • *
  • Posts: 15,420
  • And don't forget that I'm also Gorgeous!
    • Everything Science
Re: Copyright problem, only with the forum linked by the bridge
« Reply #10 on: March 11, 2008, 08:38:22 PM »
In your Themes/default/languages folder will be the files installed in the language pack.

It might be spanish_latin, spanish_es, or just spanish.

There are only two reaons for privacy:  security and shame.  Security being the only valid reason.

Offline manucasillas

  • Newbie
  • *
  • Posts: 7
Re: Copyright problem, only with the forum linked by the bridge
« Reply #11 on: March 11, 2008, 08:42:04 PM »
Mmmm, in that folder I have these files for example:  (Admin.english.php and Admin.spanish-utf8.php); (Errors.english.php and Errors.spanish-utf8.php)...

Offline Orstio

  • Local Moderator
  • Simple Machines Super Hero
  • *
  • Posts: 15,420
  • And don't forget that I'm also Gorgeous!
    • Everything Science
Re: Copyright problem, only with the forum linked by the bridge
« Reply #12 on: March 11, 2008, 08:50:30 PM »
Very good.

In your components/com_smf folder is a file named smf_integration_arrays.php.

In that file, you will find the language conversion array.

This should be on line 81:

Code: [Select]
'es' => 'spanish',
Change it to this:

Code: [Select]
'es' => 'spanish-utf8',

There are only two reaons for privacy:  security and shame.  Security being the only valid reason.

Offline manucasillas

  • Newbie
  • *
  • Posts: 7
Re: Copyright problem, only with the forum linked by the bridge
« Reply #13 on: March 11, 2008, 08:57:16 PM »
Grrrr it didn´t work
One thing: If I put in mambo admin panel English language, the theme is properly loaded in wrapped mode

Offline Orstio

  • Local Moderator
  • Simple Machines Super Hero
  • *
  • Posts: 15,420
  • And don't forget that I'm also Gorgeous!
    • Everything Science
Re: Copyright problem, only with the forum linked by the bridge
« Reply #14 on: March 11, 2008, 09:00:22 PM »
Do you have Nokkaew installed?  If not, turn off language synch in the bridge config.

There are only two reaons for privacy:  security and shame.  Security being the only valid reason.

Offline manucasillas

  • Newbie
  • *
  • Posts: 7
Re: Copyright problem, only with the forum linked by the bridge
« Reply #15 on: March 11, 2008, 09:04:34 PM »
Yes!! at the end I did!!! Well, you did it hehe...
Thank you, you are a genius.
Good night and good luck men