Page 96 of 506 FirstFirst ... 46869495969798106146196 ... LastLast
Results 951 to 960 of 5054
  1. #951
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Yellow,
    I make change in CyrLat.php :

    class Translit {
    var $cyr=array( "ж", "ё","й", "ю","ь", "ч", "щ","ц","у","к","е","н","г", "ш","з","х","ъ","ф","ы","в","а","п","р","о","л","д", "э", "я","с","м","и","т","б", "Ё","Й", "Ю", "Ч","Ь", "Щ","Ц","У","К","Е","Н","Г", "Ш","З","Х","Ъ","Ф","Ы","В","А","П","Р","О","Л","Д", "Ж", "Э", "Я","С","М","И","Т","Б");

    var $lat=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");

    And now all utf-8 russian letters changed to english letters.
    Please tell me how change link to /ru/product1 instead product1/language/ru
    Thanks

  2. #952
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Does having a % sign in my url's hurt in any way?

    http://www.thecablestation.com/adapt...2C-usb)-c-7_33
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  3. #953
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by micmed View Post
    I dont think so, but if you want you can edit the parser class to remove such special characters. I will add these things into admin in the next version, still busying working on the new one.
    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

  4. #954
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by xordox View Post
    Hi Yellow,
    I make change in CyrLat.php :

    class Translit {
    var $cyr=array( "ж", "ё","й", "ю","ь", "ч", "щ","ц","у","к","е","н","г", "ш","з","х","ъ","ф","ы","в","а","п","р","о","л","д", "э", "я","с","м","и","т","б", "Ё","Й", "Ю", "Ч","Ь", "Щ","Ц","У","К","Е","Н","Г", "Ш","З","Х","Ъ","Ф","Ы","В","А","П","Р","О","Л","Д", "Ж", "Э", "Я","С","М","И","Т","Б");

    var $lat=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");

    And now all utf-8 russian letters changed to english letters.
    Please tell me how change link to /ru/product1 instead product1/language/ru
    Thanks
    This will be in the new version, since it requires more than just a simple code change.
    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

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

    Default Re: Simple SEO URL [support thread]

    Yellow, please tell me why sometimes when using SSU or another seo url, if you go to shop from not direct link (e.g. from google) I got this url:/tops-c-8/raspberry-flowers-babydoll-top-p-596?zenid=8683f47308334666f3dbffcc1a20da42
    Is it possible to hide ?zenid=8683f47308334666f3dbffcc1a20da42
    Thanks

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

    Default Re: Simple SEO URL [support thread]

    Ypu need to force Zencart to not using zenid for spiders, it's in admin-configuration-sessions-Prevent Spider Sessions -> true
    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. #957
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    This is the ru.php from Andrew, he has spent his time to help me with the translit and I cant thank him enough for that.

    You can overwrite this one to the current one on your site. Next version will have this in place.

    Regards
    Attached Files Attached Files
    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

  8. #958
    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
    This is the ru.php from Andrew, he has spent his time to help me with the translit and I cant thank him enough for that.

    You can overwrite this one to the current one on your site. Next version will have this in place.

    Regards
    Works Great!

    Thank you very much for you and Andrew!

  9. #959
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Ypu need to force Zencart to not using zenid for spiders, it's in admin-configuration-sessions-Prevent Spider Sessions -> true
    I don't have this option in admin under Simple SEO URL configurations. Is this in the updated versions. I'm still using the Beta 2.8 version
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #960
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    No, it is in zencart default config:

    admin->configuration->sessions->Prevent Spider Sessions -> true
    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

 

 

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