Page 74 of 506 FirstFirst ... 2464727374757684124174 ... LastLast
Results 731 to 740 of 5054
  1. #731
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Weird, cant look into it now, but I will check this tonight

    Regards
    I try to rewrite categories name and after I reset cashe, now I have it like this : http://bestfashion.me/%C3%B0%C2%9F%C...-1/language/ru

  2. #732
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Probably the way russian is handled, I will have to look into it and see how to properly encode russian

    Regards
    Quote Originally Posted by xordox View Post
    I try to rewrite categories name and after I reset cashe, now I have it like this : http://bestfashion.me/%C3%B0%C2%9F%C...-1/language/ru
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #733
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Probably the way russian is handled, I will have to look into it and see how to properly encode russian

    Regards
    http://bestfashion.me/%C3%97%C2%A9%C...-1/language/he
    hebrew same way encoding, I think.
    What file include encoding? maybe I can try to make changes there?
    Please tell me, maybe problem in russian.php
    @setlocale(LC_TIME, 'ru_RU.utf-8');
    define('HTML_PARAMS','dir="ltr" lang="ru"');
    define('CHARSET', 'UTF-8');
    hebrew.php
    @setlocale(LC_TIME, 'he_IL.utf8');
    define('HTML_PARAMS','dir="rtl" lang="he"');
    define('CHARSET', 'UTF-8');
    Thanks

  4. #734
    Join Date
    Sep 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hey folks,

    I would like to run this mod on my site, but I am on a Microsoft IIS6, ISAPI server. Will this work for me?
    www.PenielProducts.com - Inspired Home Decor

  5. #735
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Simple SEO URL [support thread]

    xordox,
    Use translation to translit.

  6. #736
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by penielenterprises View Post
    Hey folks,

    I would like to run this mod on my site, but I am on a Microsoft IIS6, ISAPI server. Will this work for me?
    This module requires apache mod_rewrite to work IIS probably have something similar, I just havent got the chance to look at it yet. So if you look at the .htaccess and translate it to something equivalent in IIS, that will work.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #737
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by a_berezin View Post
    xordox,
    Use translation to translit.
    Hi Andrey,
    How I can use it? please help me.
    I found your post about ultimate Seo:
    find this:
    function make_url($page, $string, $anchor_type, $id, $extension = '.html', &$separator){
    add after:
    $cyrillic = array( "ж", "ё","й", "ю","ь", "ч", "щ","ц","у","к","е","н","г", "ш","з","х","ъ","ф","ы","в","а","п","р","о","л","д", "э", "я","с","м","и","т","б", "Ё","Й", "Ю", "Ч","Ь", "Щ","Ц","У","К","Е","Н","Г", "Ш","З","Х","Ъ","Ф","Ы","В","А","П","Р","О","Л","Д", "Ж", "Э", "Я","С","М","И","Т","Б");
    $translit = array("zh","yo","i","yu", "","ch","sh","c","u","k","e","n","g","sh","z","h", "","f","y","v","a","p","r","o","l","d","ye","ya","s","m","i","t","b","Yo","I","Y u","Ch", "","Sh","C","U","K","E","N","G","Sh","Z","H", "","F","Y","V","A","P","R","O","L","D","Zh","Ye","Ya","S","M","I","T","B");
    $string = str_replace($cyrillic, $translit, $string);
    Maybe I can use the same way, but what file I need to update in Simple SEO.
    Thanks

  8. #738
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Dont worry, give me a few hours to update the module to work for russian

    Regards
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #739
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Dont worry, give me a few hours to update the module to work for russian

    Regards
    Thank you!!! but if you can add also Hebrew it will be best
    Thank you very much!
    p.s. or tell me where I can do it.... and which way :)

  10. #740
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow,
    The update worked great, search is now working in full glory!
    Got to say, as testimonials go, you deserve one - I have been using Zen-Cart for a year or two now, and this forum is an invaluable source to help you through any problem, but I haven't yet had somebody help me out so quickly, so accurately, and for it to work first time.
    This module is fantastic, if anybody has any doubts, use this, not the ultimate one. Especially if you want different product types re-writing.
    Credit goes to Yellow for 1. Writing this mod, and 2. for providing such excellent support.
    Where can I give a donation?
    Chris

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR