Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manniman

Pioneers
  • Posts

    30
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Manniman got a reaction from dr_lucas in ULTIMATE Seo Urls 5 - by FWR Media   
    This didn't work for me. I thought it was because I use the utf-8 character set. So I included '™' => '', '©' => '', '®' => '' to my character conversion table.
     
    But now I found this line in page_modules.php:
     

    $pattern = ( defined( 'SEO_REMOVE_ALL_SPEC_CHARS' ) && SEO_REMOVE_ALL_SPEC_CHARS == 'true' ) ? "@[^\sa-z0-9]@i" : "@[!#\$%&'\"()\*\+,\-\./:;<=>\?\@\[\]\^_`\{|\}~]+@";
     
    after changing this line to:
     

    $pattern = ( defined( 'USU5_REMOVE_ALL_SPEC_CHARS' ) && USU5_REMOVE_ALL_SPEC_CHARS == 'true' ) ? "@[^\sa-z0-9]@i" : "@[!#\$%&'\"()\*\+,\-\./:;<=>\?\@\[\]\^_`\{|\}~]+@";
     
    it worked as you described.
  2. Like
    Manniman got a reaction from Frank19 in Ultimate Seo Urls 5 Pro   
    Same thing happens when I come from a categories listing (such as DVD/Action) and select a manufacturer (Warner) from the list box above.
  3. Like
    Manniman got a reaction from Denkster in ULTIMATE Seo Urls 5 - by FWR Media   
    This didn't work for me. I thought it was because I use the utf-8 character set. So I included '™' => '', '©' => '', '®' => '' to my character conversion table.
     
    But now I found this line in page_modules.php:
     

    $pattern = ( defined( 'SEO_REMOVE_ALL_SPEC_CHARS' ) && SEO_REMOVE_ALL_SPEC_CHARS == 'true' ) ? "@[^\sa-z0-9]@i" : "@[!#\$%&'\"()\*\+,\-\./:;<=>\?\@\[\]\^_`\{|\}~]+@";
     
    after changing this line to:
     

    $pattern = ( defined( 'USU5_REMOVE_ALL_SPEC_CHARS' ) && USU5_REMOVE_ALL_SPEC_CHARS == 'true' ) ? "@[^\sa-z0-9]@i" : "@[!#\$%&'\"()\*\+,\-\./:;<=>\?\@\[\]\^_`\{|\}~]+@";
     
    it worked as you described.
×
×
  • Create New...