Page 179 of 506 FirstFirst ... 79129169177178179180181189229279 ... LastLast
Results 1,781 to 1,790 of 5054
  1. #1781
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    can you please give me the link to the latest working version.
    thanks.
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

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

    Default Re: Simple SEO URL [support thread]

    Link can always be found under my signature.
    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. #1783
    Join Date
    Nov 2008
    Location
    Canterbury
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Unless you have root access, more than likely you will not be able to find that folder via ftp

    Contact your host, they should be able to help
    Thanks Yellow! I have contacted my host so we shall see. It's funny coz I have been busy optimising txt, images, links etc... but I have only recently found out that the Search engines probably r not even indexing my weird XXXID urls!

    Oh well, at least I know now!

  4. #1784
    Join Date
    Jul 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I've installed on my server. There's a problem with Internet Explorer URL.

    Using IE7 show:
    http://www.myshop.tld/one-%283-s%29-p-66

    Using Firefox 3.0.5 show:
    http://www.myshop.tld/one-(3-s)-p-66


    How to fix this IE7 url issue? did i miss something?

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

    Default Re: Simple SEO URL [support thread]

    First, we need to check which version you are using?

    Also, on IE7, it is not actually a problem. IE7 simply cannot display an encoded url correctly. You can check wikipedia links in some foreign language and you will see the links are displayed with encoded characters inside as well
    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

  6. #1786
    Join Date
    Jul 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    First, we need to check which version you are using?

    Also, on IE7, it is not actually a problem. IE7 simply cannot display an encoded url correctly. You can check wikipedia links in some foreign language and you will see the links are displayed with encoded characters inside as well
    Im using ssu_beta_2.9.6(php4).zip.
    installed on Zencart 1.3.8a & PHP4.

    This might cause problem with Zen Lightbox add-on. FF work correctly, IE show js error and i think because this URL type.

    How to make SSU show the url correctly using IE?

  7. #1787
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    It should not cause any problem with lightbox at all, this has been tested.

    Since SSU is opensource, if you want you can go in and add some rule to completely remove () from the link. I can certainly assist you to do that.

    Newer version of SSU does this by default, but with your server at php4 then 2.9.6 is the latest version you can use. BTW, with 1.3.8 you can certainly use php5, and on most hosts this is a matter of putting in a line in the config.
    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. #1788
    Join Date
    Jul 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    It should not cause any problem with lightbox at all, this has been tested.

    Since SSU is opensource, if you want you can go in and add some rule to completely remove () from the link. I can certainly assist you to do that.
    I just installed Ultimate SEO URL, it really remove () from the link (IE & FF). Wondering what should be edit to make Simple SEO (ver.2.9.6 & PHP4) works like Ultimate SEO URL for replacing for () from the link. . I dont want to use Ultimate SEO URL, i think Simple SEO is better.

    thanks.

  9. #1789
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Yes you can edit it. For version 2,9.x you need to check the file:
    \includes\classes\ssu\languages\default.php

    Find this line:
    $name = str_replace(array(' ', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);


    Replace by
    $name = str_replace(array(' ',' (',' )', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);

    Then you need to clear cache in ssu manager. That should do the trick.

    I would recommend going to php5 soon, since next version of zen will require php5. Plus your current version 1.3.8 is compatible with php5 (unless you are running something else that does not work on php5)
    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

  10. #1790
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have "simple seo" installed in my shops before i had ultimate seo and removed , and me work perfectly....


    Quote Originally Posted by ampun View Post
    I just installed Ultimate SEO URL, it really remove () from the link (IE & FF). Wondering what should be edit to make Simple SEO (ver.2.9.6 & PHP4) works like Ultimate SEO URL for replacing for () from the link. . I dont want to use Ultimate SEO URL, i think Simple SEO is better.

    thanks.

 

 

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