Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Spanish Translation
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: Spanish Translation

Re:Spanish Translation 17 years, 6 months ago #2143

raul piera wrote:
After one week without more explanations about the replacements for iso-8859-1 coded sites I found a "dirty" way to make it work. I have added some lines to /components/com_sef/joomsef.php file using the joomlaxplorer component (extensions.joomla.org/component/option,c...nk_id,102/Itemid,35/).

After line 678 [// Replace non-ASCII characters.] i have added one line for every character to replace.

$title = str_replace("ñ", "n", $title);
$title = str_replace("á", "a", $title);
$title = str_replace("é", "e", $title);
$title = str_replace("í", "i", $title);
$title = str_replace("ó", "o", $title);
$title = str_replace("ú", "u", $title);

Perhaps it is not the best solution but it works...

The sobi2 plugin continues working without the correct replacement, there is some possibility of a refund for the plugin I have paid?


:D Many Thanks

I´ll try to see if it works here.

Re:Spanish Translation 17 years, 6 months ago #2161

  • jirka
Hello,

sorry, have been quite busy lately.

To define the character replacements, use the "non-ASCII character replacement" field in JoomSEF configuration. Edit the box using the encoding in which your site runs and save the config. Then the replacements should wotk correctly.

No nasty hard-coded replacements should be needed.

Best regards,
ARTIO Support Team

Re:Spanish Translation 17 years, 6 months ago #2164

Hi,

I tried this before without success, now I have deleted the default replacements and work but... the sobi2 plugin still showing the html entities:

www.example.com/descargas/dise_ntilde_o_gr_aacute_fico.html

instead of:

www.example.com/descargas/diseno_grafico.html

Some idea about this?

Thanks.
  • Page:
  • 1
  • 2
User Login Empty