Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2007
    Posts
    6
    Plugin Contributions
    0

    Idea or Suggestion HTML Problem with Language Pack

    Does anybody know why im not getting mails as HTML when my users choose another language than english on my site. ?

    (Im getting all mails as HTML when the main language is english.)

  2. #2
    Join Date
    Feb 2008
    Location
    Holland
    Posts
    2
    Plugin Contributions
    0

    help question Re: HTML Problem with Language Pack

    Hi,

    The problem is only in V1.3.8(a) in: /includes/functions/functions_email.php.
    About rule #393.

    $langfolder = (strtolower($_SESSION['languages_code']) == 'en') ? '' : strtolower($_SESSION['languages_code']) . '/';

    Just add "or 'your coutry ID' behind 'en'

    $langfolder = (strtolower($_SESSION['languages_code']) == 'en' or 'nl') ? '' : strtolower($_SESSION['languages_code']) . '/';

    In my case 'nl'

    This is the solution to this problem,

    No thanks, your welcome.

 

 

Similar Threads

  1. v151 Language pack with custom template problem.
    By SavaTom in forum Addon Language Packs
    Replies: 6
    Last Post: 2 Mar 2014, 09:58 PM
  2. Replies: 33
    Last Post: 5 Jun 2011, 08:27 PM
  3. Replies: 0
    Last Post: 21 Sep 2010, 05:50 AM
  4. [Not a bug] 1.3.8 HTML e-mail with language pack
    By jurjenruben in forum Bug Reports
    Replies: 16
    Last Post: 12 Jun 2008, 09:28 AM
  5. Problem with instaling custom language pack
    By Ivan79 in forum Addon Language Packs
    Replies: 0
    Last Post: 11 Apr 2008, 12:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg