Hi guys, need some help here
in vbseocp.php --> Character Replacement --> i set Replace Non-English Characters in URLs?, to Keep Non-English Characters in URLS like the vbet installation instruction
in the default language (english) i need to remove some characters that dont needed in urls, like [, ], * and other single character, because i am not comfort with these single character in the default language (english)
please help guys how to remove these single characters in url in the default language (english), but still using "Keep Non-English Characters in URLS" option
i tried to add [ and ] and * character in vbseocp.php --> Define Stopwords but its not working, or can its removed from vbseocp.php --> Define your Custom Character Replacements?
OR
if there is conditional code to "Replace Non-English Characters in URLs?" for default language only and "Keep Non-English Characters in URLS" for other languages" for other languages, maybe we can set the conditional code in vbseo/resources/xml/config.xml something like this just for example
if ($vbetlang==default)
{
Replace Non-English Characters in URLs?
}
if ($vbetlang!=default)
{
Keep Non-English Characters in URLS for other languages
}




Reply With Quote
