
Originally Posted by
yellow1912
Yes you can edit it. For version 2,9.x you need to check the file:
\includes\classes\ssu\languages\default.php
Find this line:
$name = str_replace(array(' ', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);
Replace by
$name = str_replace(array(' ',' (',' )', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);
Then you need to clear cache in ssu manager. That should do the trick.
Bookmarks