Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • schlogo Friend
    #162816

    hello

    i have a problem with special characters in the descriptions of ja slideshow. if i use l’information , i get linformation. I ve updated to the last version of the module, it does not change anything. I have the problem on a local machine and on a live server as well

    khoand Friend
    #386585

    Hi,
    Replace this code from <joomla url>modulesmod_jaslideshowhelpershelper.php file

    $data['captionsArray'][] = (isset($descriptionArray[$img]) && isset($descriptionArray[$img]['caption'])) ? str_replace("'", "'", $descriptionArray[$img]['caption']) :'';
    with

    $data['captionsArray'][] = (isset($descriptionArray[$img]) && isset($descriptionArray[$img]['caption'])) ? $descriptionArray[$img]['caption'] :'';

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 13 years, 1 month ago.

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