Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    i did a test, go to /includes/classes/ssu/cores/language.php , find

    function removeNonAlphaNumeric($name, $name_delimiter){
    return preg_replace("/[^a-zA-Z0-9]/", $name_delimiter, $name);

    add
    $name = str_replace("b","e", $name);

    then i check the url, all the letters "b" replaced by "e".

    but if i add
    $name = str_replace("é","e", $name);

    the character "é" still showing as "-"

  2. #2
    Join Date
    Oct 2008
    Posts
    85
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    i love the alias functions, but if i set link alias status ture, when i change the site language, the url cant come back even if i change the language back.

    what i mean is :

    my default language is french, the url of one categories is
    http://mydomain.com/zencart/fr/logiciel

    if i change the site language to english, then the url is
    http://mydomain.com/zencart/en/software

    then i change the site language back to french, but the url is
    http://mydomain.com/zencart/fr/software

    i clear all caches, but doesnt work, in my admin alias functions, i find :
    url /logiciel/ alias /software/
    it automaticly genarates the alias

    then i have to delete it manually, then it goes well. but for so many categories and products, i cant handle it like this.

    is there anything i might set wrong ?

  3. #3
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by myworld20091 View Post
    i did a test, go to /includes/classes/ssu/cores/language.php , find

    function removeNonAlphaNumeric($name, $name_delimiter){
    return preg_replace("/[^a-zA-Z0-9]/", $name_delimiter, $name);

    add
    $name = str_replace("b","e", $name);

    then i check the url, all the letters "b" replaced by "e".

    but if i add
    $name = str_replace("é","e", $name);

    the character "é" still showing as "-"
    In the snippet above have you tried using the proper ampersand for the é..... The ampersand is as follows
    Code:
    é
    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 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