Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #9433
    Profile photo of ajt
    ajt
    Participant

    I played with this issue today. I have now Brazilian Portuguese version of my site:

    http://ajotte.com/?s=isolated&post_type=image

    The only change I made was in inc/classes/network-manager/communicator.php

    Line 258 was:

    $symbiostock_xml->createElement( “page”,htmlentities($page) ) );

    now is:

    $symbiostock_xml->createElement( “page”,htmlspecialchars($page) ) );

    No side effects so far.

    Maybe you can try test it in your site. Especially with images having “weird” characters in titles 🙂

    #9434
    Profile photo of lucato
    lucato
    Participant

    @ajt wrote:

    I played with this issue today. I have now Brazilian Portuguese version of my site:

    http://ajotte.com/?s=isolated&post_type=image

    The only change I made was in inc/classes/network-manager/communicator.php

    Line 258 was:

    $symbiostock_xml->createElement( “page”,htmlentities($page) ) );

    now is:

    $symbiostock_xml->createElement( “page”,htmlspecialchars($page) ) );

    No side effects so far.

    Maybe you can try test it in your site. Especially with images having “weird” characters in titles 🙂

    – You’re the man! Thanks a lot! SOLVED! now it shows the images in pt_BR.
    http://www.arquivoscriativos.com.br/image/

    As you said so far no interference in other things I thing. Not sure if using entities may give some error. Anyway, better this way.
    Leo needs to edit this line code and change it for the next version.

    Have a great Sunday.

    #9435
    Profile photo of ajt
    ajt
    Participant

    Great 🙂
    I am taking my site back to English version 🙂

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in to reply to this topic.