Page 3 of 30 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 298
  1. #21
    Join Date
    Jun 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    thanks a lot! It solved all my problems!
    Oldrich Svec

  2. #22
    Join Date
    Jun 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hi, one more problem, but probably this is not due to multilanguage support. When I want to add internal or external link I create new file. I put the English and Czech name and the external or internal link. But there is an error:

    you have defined multiple settings when only one may be defined per Link ...
    Only define either: HTML Content -or- Internal Link URL -or- External Link URL

    But I promise I dont put a letter to the HTML box and I put the internal link or external link, not both together. Any idea what is wrong?

  3. #23
    Join Date
    Jun 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    I have tested this feature (multi-language ez-pages zc v1.3.x) extensively.
    Here are my results:

    - There is no way to create or edit a link for the ez-pages section in the shop
    (e.g. header, sidebox, ...). After the clicking the "INSERT" (or "UPDATE) button,
    the same site will appear with empty page title fields.
    (in Tools->EZ-Pages->edit/new_file ->insert/update))

    - The footer (with the ez-pages) do not appears in the shop. I have used suitable
    settings, e.g. EZ-Pages Settings (configure menu)

    Maybe this can help you a little bit.

    Alex

  4. #24
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Multi-Language Support for EZ-Pages

    Oldrich: I found the problem thats causing your error message - edit admin/ezpages.php
    find this line:
    Code:
    if (pages_html_url_flag) {
    and put a $ sign in front of pages_html_url_flag so it reads:
    Code:
    if ($pages_html_url_flag) {
    Alex: I'm working on that problem - I believe its an issue with having more than one language when the mod is installed, and only getting link titles and page content inserted for a single language. I'm working on a new 'fix table' script that will set up and/or fix the extra database table. Hopefully I'll get it sorted out and the script available in the next 24 hrs.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  5. #25
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Multi-Language Support for EZ-Pages

    There's a new version of this contribution available in the Downloads section, under Other Modules.

    This latest update adds a new page to the Admin panel that simplifies the install/uninstall process and ensures a smooth transition to the multi-language ez-pages.
    That new page also provides a fix/repair facility for the new database table to resolve any problems that may have occurred as a result of incomplete installation of the initial release version.

    IF YOU ARE UPGRADING FROM AN EARLIER VERSION, YOU WILL NEED TO UPLOAD THE NEW FILES, THEN USE THE UNINSTALL FUNCTION, AND THEN THE INSTALL FUNCTION from Admin > Tools > Install/Uninstall Multi-Language EZ-Pages. This is because of a change in the structure and indexing of the ezpages_content table
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  6. #26
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: Multi-Language Support for EZ-Pages

    How do I uninstall this, I don't seem to have that option, there is just an install sql option, when I use this I can't seem to save anything under Japanese, Just in English it lets me save. I think I need to do a clean install and yes I have the latest version of everything

  7. #27
    Join Date
    Mar 2004
    Location
    Ontario, Canada
    Posts
    138
    Plugin Contributions
    6

    Re: Multi-Language Support for EZ-Pages

    bug fix:
    open file /includes/modules/ezpages_bar_header.php

    modify line 24 from:
    Code:
      $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
    to:
    Code:
      $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, toc_chapter
    This will display TOC correctly.
    Chinese language pack
    Zen Cart plugins demo includes Ultimate SEO, Image Handler, Template Switch, Column Layout, Lightbox and Multi-Language EZ-Pages

  8. #28
    Join Date
    May 2005
    Posts
    51
    Plugin Contributions
    0

    Default EZ Pages on 2 languages - mission impossible?

    Hi!

    I create 2 EZ Pages, one on Greek one on English. However, in the sidebox, I am seeing both links and on Greek and on English version.

    I will try to clarify:

    My EZ Sidebox look like this:

    ====================
    My Greek Title for EZ Pages

    Greek Link
    English Link
    ====================


    ====================
    My Enlish Title for EZ Pages

    Greek Link
    English Link
    ====================

    I am trying to do this:


    ====================
    My Greek Title for EZ Pages

    Greek Link
    ====================

    and:

    ====================
    My Enlish Title for EZ Pages

    English Link
    ====================



    Any help?


    Regards, Zoreli
    Last edited by zoreli; 14 Jul 2006 at 10:43 AM.

  9. #29
    Join Date
    May 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: EZ Pages on 2 languages - mission impossible?

    Hi

    I download the module multilanguage_ezpages_ from download section
    and I also read the thread:

    http://www.zen-cart.com/forum/showth...guage+EZ-PAges

    Everything is fine except that I cant see the content of my ez pages.


    Can anyone give me idea what I am doing wrong?

    I try install & uninstall Multi Language EZ Pages, I try fix Fix/Repair Multi-Language EZ-Pages database table, nothing, content on Both English & Greek Page is still not visible, while the page is there, but empty...

    Thanks, Zoreli

  10. #30
    Join Date
    Jul 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Quote Originally Posted by neteasy
    bug fix:
    open file /includes/modules/ezpages_bar_header.php

    modify line 24 from:
    Code:
      $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
    to:
    Code:
      $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, toc_chapter
    This will display TOC correctly.
    hi bunyip and neteasy,

    I did download the new version, and do all u tell. However, i got problems:

    1. The language is display only 1 language.
    2. I can't find this line:
    Code:
      $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
    What i got is:

    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");
    Could you please help me to solve the problems:

    Thanks,

    chipus

 

 
Page 3 of 30 FirstFirst 1234513 ... 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