2016-10-27, 23:54:20
(This post was last modified: 2016-10-28, 00:54:09 by zekoolweb.
Edit Reason: more details
)
Hi, problem fixed with the help of Asemion,
Plugin works fine in english, Not with FR lang !
So Asemion gave me the fix below :
Open file for editing:
plugins/DM_PE_pageedit.php
and find this line of code (~ line 40):
$menu.=DM_PE_getPages('','',0);
after this line insert new line and paste this code:
$menu=str_replace("'", "\'", $menu);
Works in French BUT NOT with i18n navigation apparently...
So, N00dles, can you help about this compatibility with i18n ?
Plugin works fine in english, Not with FR lang !
So Asemion gave me the fix below :
Open file for editing:
plugins/DM_PE_pageedit.php
and find this line of code (~ line 40):
$menu.=DM_PE_getPages('','',0);
after this line insert new line and paste this code:
$menu=str_replace("'", "\'", $menu);
Works in French BUT NOT with i18n navigation apparently...
So, N00dles, can you help about this compatibility with i18n ?