Page 4 of 30 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 298
  1. #31
    Join Date
    Jul 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    hix, i don't know why i can't edit my post.

    Another problem is:

    3. It keep appearing the string (translate me), even I have removed the "(translate me)".

  2. #32
    Join Date
    Jul 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    I think there is a problem with header multilanguage ezpages

    Go to the file:
    includes/modules/ezpages_bar_header.php

    Find the code (line 21)
    Code:
    $page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title");
    and replace by

    Code:
     // query modified for multi-language support
     $page_query = $db->Execute("select e.pages_id, e.page_open_new_window, e.page_is_ssl, e.alt_url, e.alt_url_external, et.pages_title, e.toc_chapter
    from  " . TABLE_EZPAGES . " e, " . TABLE_EZPAGES_TEXT . " et
    where e.pages_id = et.pages_id
             and et.languages_id = '" . (int)$_SESSION['languages_id'] . "'  
    	 and status_header = 1 
    	 and header_sort_order > 0 
    	 order by header_sort_order, pages_title");
      // end of modification
    Hope that help!

  3. #33
    Join Date
    Mar 2006
    Location
    munich
    Posts
    34
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hi buniyip,
    installed ezpages multilanguages (latest version) an it's beautiful!!! Thank You! Just one little teardrop:
    I have lined all my pages via ezpages into the top- and bottom-Navigation as I don't want to use the columns left and right. It works great, it's only that if the site is being loaded for the first time, the NavBarstyle gets shrinked. After pressing the browsers reload-button everything comes back into their correct position...

    So I was checking my css and tried different settings, finally with no solution. Do You have an Ideaabout what's wrong here???

    Thanks in advance, ciao jens
    Attached Images Attached Images

  4. #34
    Join Date
    Jun 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    HELP! Everything gone on my multi-language ez-page when I edited the page and cannot input any information after upgrade to 1.3.5.

    I have a page with english, traditional chinese and simplified chinese translation. It worked before in 1.3.0.2. After upgrade to 1.3.5, I add words in the page and updated. Everything gone on the page. Everytime I edited the same page and updated, nothing will show except 'p' in English textarea.

    I used the Fix/Repair Multi-Language EZ-Pages database table. 'p' will show in the English textarea, (translate me) will show in both traditional and simplified chinese textarea. Then I edited the content and updated. Everything vanished except 'p' in english textarea, '>' or '/' or 'p' will show in traditional and simplified chinese textarea.

    Other pages without editing is alright to show in website. I didn't dare to edit anything in ez-pages because I am afraid the content will gone suddenly.

    Please help!

  5. #35
    Join Date
    Jul 2006
    Posts
    144
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Is this module compatible to 1.3.5 ? (or will it be ?)

    /Typhoon

  6. #36
    Join Date
    Jul 2006
    Posts
    144
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    So sorry for this bump, but... If this contribution is not 1.3.5 supported, anyone know how to use EZ-Pages in 2 different languages depending on what language the user want to use ?

    /Typhoon

  7. #37
    Join Date
    Jan 2005
    Posts
    153
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    I couldn't get this contrib to work under 1.3.5; I guess it is not compatible so far. It is really a pitty the ezweb system was implemented on zen-cart without the possibility to use multi-languages, while zen-cart itself was built to handle multiple languages.

    sanji

  8. #38
    Join Date
    Jun 2006
    Location
    Koh Samui
    Posts
    122
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hi,

    I have no problems at all running this mod with Zen-Cart 1.3.5
    After upgrading i had to place the overrides back (from the CUSTOM directory's)
    I am running multilanguage ezpages on three sites now, so i am sure it will work.
    Please check if all of the files of the contribution are in place.
    Copy the files from the CUSTOM directory's in your own override template dir.

    Ronald.
    [FONT="Verdana"]http://www.xlventures.eu[/FONT]

  9. #39
    Join Date
    Nov 2004
    Location
    Germany
    Posts
    106
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Quote Originally Posted by azrahn View Post
    Hi,

    I have no problems at all running this mod with Zen-Cart 1.3.5
    After upgrading i had to place the overrides back (from the CUSTOM directory's)
    I am running multilanguage ezpages on three sites now, so i am sure it will work.
    Please check if all of the files of the contribution are in place.
    Copy the files from the CUSTOM directory's in your own override template dir.

    Ronald.
    I can imagine that it works but there have been some changes from 1302 to 135. I haven't had time to sort through all the differences but for example the ezpage.php in the admin directory has at least six sections with changes. Any idea if an upgrade of the contrib is in the works?
    Leben und Wohnen im traditionellen amerikanischen Stil http://www.american-heritage.de

  10. #40
    Join Date
    Mar 2006
    Location
    munich
    Posts
    34
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hi ryanp,
    (beautiful tepmplate ;->)

    You could download the full fileset with already integrated ez-multilingual via the german support-site at www.zen-cart.at (Version from 20060926) Maybe that helps?

    ciao, jens

 

 
Page 4 of 30 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. v150 EZ-Pages Meta tag fields + Multi-Language Support for EZ-Pages
    By ShopVille in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Nov 2012, 09:25 PM
  2. "Multi-Language Support for EZ-Pages" prints "Array" in Sidebox
    By andreas.hennig in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 13 Jul 2010, 08:23 AM
  3. multi language ez-pages doesnt work for me
    By bluesky2008 in forum Addon Language Packs
    Replies: 2
    Last Post: 31 Jul 2008, 04:23 PM
  4. multi language button image in header, links to multi language pages
    By bluesky2008 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Jul 2008, 04:14 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR