Results 1 to 4 of 4

Thread: 261-347-263-281

  1. #1
    Join Date
    Jun 2008
    Posts
    3

    Default 261-347-263-281

    As change in order to categories with polish signs ś, ć, script changed s, c.
    J change misc.lib
    function SEOReplace($string) {
    $seo_replacement_str_arr = array (
    ' ',
    '-',
    '/',
    '\\',
    ',',
    '.',
    '#',
    ':',
    ';',
    '\'',
    '"',
    '[',
    ']',
    '{',
    '}',
    ')',
    '(',
    '|',
    '`',
    '~',
    '!',
    '@',
    '%',
    '$',
    '^',
    '&',
    '*',
    '=',
    '?',
    '+'
    );
    $string = str_replace($seo_replacement_str_arr, '-', $string);

    $string = str_replace('ą', 'a', $string);
    $string = str_replace('ó', 'o', $string);
    $string = str_replace('ę', 'e', $string);
    $string = str_replace('ć', 'c', $string);
    $string = str_replace('ź', 'z', $string);
    $string = str_replace('ż', 'z', $string);

    $string = preg_replace(array('/-+/', '/-$/'), array('-', '') , $string);
    $string = urlencode(strtolower($string));
    return $string;
    }
    and not working .

    Please, see as it look
    ksiazki.pc.pl

    I'm Sorry for my english

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I've asked Dody to take a look at your post and to see if he can help you out.

  3. #3
    Join Date
    Jun 2008
    Posts
    3

    Default

    I know english slightly. Please, ask here me help.

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    It's not as simple as like that. But this issue is fixed in deluxe version.
    I'll fix this for indexu5 as well. Please wait.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •