Page 1 of 3 123 LastLast
Results 1 to 10 of 298

Hybrid View

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

    Default Re: Multi-Language Support for EZ-Pages

    apologies for the error in the table name...the result of a last-minute change of mind about the table name.

    It works fine for me on two separate installations - but if there was some original content in the ezpages table that was copied into the new table by the sql patch I provided, you need to manually add the rows for the additional languages (else you just get the word Array in place of the link). I may have to rethink the inclusion of that in the sql patch and perhaps include a php install file that will populate the new table for all installed languages (but each page will have the same title/content for each language until edited).
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  2. #2
    Join Date
    May 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    That may be true and I can see your point, but for us it works perfectly at the moment!

    Many thanks!

  3. #3
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hello bunyip,

    I installed the multi ez pages with the same error accoured to femky, fixed that by editing the two rows for the table names and the pages show up correctly in multi language.

    However, I can't save the new (or edited) pages. Get always an error:
    Page title for English is required
    Page title for Greek is required


    I'm running 3 languages: Eng, German, Greek
    My default languge is English
    Default editor: FCKEDITOR

    Wonder why there is no error for the German Page title

    Dimi

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

    Default Re: Multi-Language Support for EZ-Pages

    Pivey - deselect FCKEDITOR and use HTMLAREA or None and let me know if you still get the errors.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  5. #5
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Yes, still the same. I tried with Htmlarea, none..the same!

    Error: Page title required. (English)
    Error: Page title required. (Greek)

    Dimi

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

    Default Re: Multi-Language Support for EZ-Pages

    I think I found the problem:

    in admin/ezpages.php find this line of code:
    Code:
    if (empty($_POST['pages_title'][$i])) {
    change it to this:
    Code:
    if (empty($_POST['pages_title'][$languages[$i]['id']])) {
    Neville
    An assumption is what you arrive at when you get tired of thinking...

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

    Default Re: Multi-Language Support for EZ-Pages

    there's actually another place a couple of lines above that has the same problem.

    This line of code:
    Code:
    if ($_POST['pages_html_text'][$i] !='' and strlen(trim($_POST['pages_html_text'][$i])) > 6) {
    should be changed to this:
    Code:
    if ($_POST['pages_html_text'][$languages[$i]['id']] !='' and strlen(trim($_POST['pages_html_text'][$languages[$i]['id']])) > 6) {
    I'll update the file in the downloads section to correct thes two lines.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  8. #8
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Perfect!

    I buy you a beer when you are in Greece....and Thank You!
    Dimi

  9. #9
    Join Date
    Jul 2008
    Posts
    75
    Plugin Contributions
    0

    help question Re: Multi-Language Support for EZ-Pages

    i have multi language ez-pages installed, (just followed the steps, everything seemed fine). its been installed.

    then "translate me" appeared on my site, and i went to Admin > Tools > EZ Pages, "translate me" also appeared ahead the titles.

    i clicked edit the pages, but there's still only the default language to edit, i didnt find any additional languages.

    whats wrong with it? i dont know what to do.

  10. #10
    Join Date
    Oct 2008
    Posts
    48
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    I installed the Multilingual EZ Pages download and I think I did everything as in the readme file.... now when I want to add my language heading it gives me a

    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


    the HTML areas are blank and I only inserted a external link
    what am I doing/ did I do wrong

    any help appreciated....
    Tharina

 

 
Page 1 of 3 123 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

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