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

Hybrid View

  1. #1
    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

  2. #2
    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...

  3. #3
    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

  4. #4
    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...

  5. #5
    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...

  6. #6
    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

  7. #7
    Join Date
    Jun 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hi, I have downloaded a new version of multilanguage support and done all steps. But there is a problem that I can not get new EZ page working. the old ez pages are still there but the content disapeared? I guess something got wrong... is there a way how to solve it?
    see the page: www.mozaika.org
    All Ez pages which you can see there have not the pages in admin/tools/ezpages... the whole page in tools/ezpages is empty... so I can not even delete the old ezpages.. pls help..
    Oldrich Svec

    PS: always I run this the pages disapear from admin but they are still on main page:

    DROP TABLE IF EXISTS `ezpages_content`;
    CREATE TABLE IF NOT EXISTS `ezpages_content` (
    `pages_id` int(11) NOT NULL default '0',
    `languages_id` int(11) NOT NULL default '1',
    `pages_title` varchar(64) NOT NULL default '',
    `pages_html_text` text NOT NULL,
    KEY `idx_ezpages_content` (`pages_id`,`languages_id`)
    ) TYPE=MyISAM;

    #################

    ## This next section copies your page titles and content across from the existing ezpages table into the new ezpages_content table
    #NEXT_X_ROWS_AS_ONE_COMMAND:3
    INSERT INTO ezpages_content (pages_id, pages_title, pages_html_text)
    SELECT pages_id, pages_title, pages_html_text
    FROM ezpages;

    #################

    ## You don't need to do this next step, it just serves to remove the now unused fields in the ezpages table.
    ## To run the query, remove the comment marks from each line
    ##ALTER TABLE `ezpages` DROP `languages_id` ,
    ##DROP `pages_title` ,
    ##DROP `pages_html_text` ;

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

    Default Re: Multi-Language Support for EZ-Pages

    If I go to your site and select English as the language, I see all the content for the ezpages. If I select Czech then the content is blank.

    The sql tool I provided with the module takes your original content and adds it as english only in the new table. You'll need to add the Czech content separately.

    From your Admin panel, try selecting English as your language, then go to Tools > Ezpages and see what is there. You should be able to add the Czech titles/content.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  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
    Jul 2006
    Posts
    58
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    bluesky,

    In my case, I installed other language packages first, then use this add-on. HTH.

 

 
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