Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • unicom Friend
    #157530

    hi all
    i have a problem in my contentslide module
    when he cut the intro text he give me an invalid symbols as you see

    قام الشيخ أبو آ �..

    like in the image
    i don’t know why
    my SQL database collation are utf8_general_ci


    1. problem
    aman204 Friend
    #367195

    Can you provide a link to your site

    unicom Friend
    #367352

    <em>@aman204 209064 wrote:</em><blockquote>Can you provide a link to your site</blockquote>

    i sent you a pm

    aman204 Friend
    #367365

    Sorry but I am not able to locate the area as seen in screenshot and also, I am not familar with urdu language as seen in your site which makes it even tough for me :((

    unicom Friend
    #367383

    its on the NEXT article in the contentslide module
    press on the NEXT button to show them
    and by the way
    its an Arabic not urdu
    what ever
    Arabic English Urdu
    doesn’t make any different

    unicom Friend
    #367473

    any body ?
    please
    some help !

    unicom Friend
    #367561

    is this thread will close here or what ?
    any support ? or what ????

    aman204 Friend
    #367566

    Sorry but I am not that familiar with unicode language encoding

    Have asked other team members for help 🙂

    scotty Friend
    #367604

    PM me the link too please.

    Have you tried viewing the page in other browsers?

    thangnn1510 Friend
    #367727

    Please send me the link, FTP, Admin account via this ticket: MIR-868-67842. You should login to support.jomlart.com by your username and password. I’ll check and fix the problem for you.

    7of9 Friend
    #373834

    This happens with all unicode languages. I use UTF-8 and I have the same problem. It would be great to post a fix on the forum. I bet everyone has this problem. Can anyone please help?

    Saguaros Moderator
    #374039

    Now, please open the file: modulesmod_ja_contentslidehelper.php and find the following code:
    [PHP]
    $row->introtext1 = substr ($row->introtext1, 0, $maxchars) . “…”;[/PHP]replace with:
    [PHP]
    $row->introtext1 = JString::substr( $row->introtext1, 0, $maxchars ).’…’;
    [/PHP]

    7of9 Friend
    #374196

    Excellent! That solves the problem!
    Thanks SO much!

    evgen2011 Friend
    #434782

    Will try to solve this same problem with Ja Side News module now. Hope it works there too.

    evgen2011 Friend
    #434783

    Nope, don`t work.

    Please help with this problem for Ja Side News module.

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 7 voices, and was last updated by  evgen2011 12 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum