GetSimple Support Forum
I18N Multilevel navigation & breadcrumbs symbol "_" in URL - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: I18N Multilevel navigation & breadcrumbs symbol "_" in URL (/showthread.php?tid=3437)



I18N Multilevel navigation & breadcrumbs symbol "_" in URL - pol.gv - 2012-08-14

Hi all!
In advance I apologize for my English
if you add the URL symbol "_" disappears option in the admin panel. See the screenshots on the links
if you disable the plugin, everything works fine
http://clip2net.com/s/2cLO8
http://clip2net.com/s/2cLOw


I18N Multilevel navigation & breadcrumbs symbol "_" in URL - mvlcek - 2012-08-14

pol.gv Wrote:Hi all!
In advance I apologize for my English
if you add the URL symbol "_" disappears option in the admin panel. See the screenshots on the links
if you disable the plugin, everything works fine
http://clip2net.com/s/2cLO8
http://clip2net.com/s/2cLOw

In the I18N plugin an "_" separates the page name from the language suffix for multi-language sites. You shouldn't/can't set page parent, visibility, etc. for alternate language versions, thus these fields are hidden.
So don't use "_" in page slugs.


I18N Multilevel navigation & breadcrumbs symbol "_" in URL - pol.gv - 2012-08-14

mvlcek Wrote:So don't use "_" in page slugs.
I can not use the symbol "_", as this symbol is used in the URL of the old pages on the site, which stand at the other CMS
on the site does not plan to use other languages, such as whether it is possible to remove / change this separator '_'


I18N Multilevel navigation & breadcrumbs symbol "_" in URL - mvlcek - 2012-08-23

pol.gv Wrote:
mvlcek Wrote:So don't use "_" in page slugs.
I can not use the symbol "_", as this symbol is used in the URL of the old pages on the site, which stand at the other CMS
on the site does not plan to use other languages, such as whether it is possible to remove / change this separator '_'

No, it is not possible to change this separator.
But maybe you can create redirect rules in your Apache .htaccess file to redirect e.g. "/my_url" to "/my-url".