Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by xordox View Post
    Yellow, when I try to upgrade from 2.9.6, I got error when I try to access to admin panel:
    Fatal error: Class 'simple_seo_url' not found in /admin/includes/functions/extra_functions/ssu.php on line 9
    Maybe need unistall 2.9.6 before?
    xordox, 3.2 should NOT be used in live store, so I hope you are just testing it on a test server.

    Read the upgrade.txt, several files from old version have to be deleted.
    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

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

    Default Re: Simple SEO URL [support thread]

    I think the 3 most exciting about the new version(3.2+) is:
    1. A better support for multi-lang site (language no longer attached to the end of the url, it is appended to the start, which makes more sense)

    2. The ability to write your own plugin to parse anything you want. You are no longer limited by the default ones provided by SSU.

    3. And of course, the exciting link alias is coming with more performance improvement (expect to see it in 3.2.1)

    Regarding the common request by many users: removing all "identifiers" and id from the urls, link alias should help you with that.

    Basically I already have the idea how to implement link alias with the minimal performance hit as well, I'm just still stuck at one point: what to do when you change the rewrite rule, or when you change the category, a very good example is

    This is the old-style link:
    http://site.com/this-is-a-cat-c-1/great-product-p-1

    This is the alias:
    http://site.com/this-is-a-cat/great-product

    Or it can even be this:
    http://site.com/october-promotion

    The thing is, with the old style, if you change category/product name or parsing rule, SSU will simple re-calculate the name and redirect the users to the correct ones. With the new one, it is not that simple, since there is nothing on the link to use as a base to recalculate the new link. Or we will have to at least keep the ids in the links for now.
    I will have to come up with a solution, somehow. All suggestions are welcome.

    Raine
    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. #3
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Ok, I deleted unnecessary files for update, but after I got error: try to set table "links_aliase" that already exist. When I delete it from PHP my admin SSU start to work.
    Now, its work but when I set "Set SSU Multi Language Status"
    I have 404 error on site

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

    Default Re: Simple SEO URL [support thread]

    Are you still using the dev site you showed me before? Can you send me info again? It will be great to test this out and sort out all possible problems ^_^ Thanks for helping me to test this btw.
    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. #5
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    please check pm

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by xordox View Post
    please check pm
    Thank you, I have found the 2 first bugs ^_^, which are now (hot) fixed on your site (you can turn it on again for checking, I turned the mod off), a more proper fix will be applied in 3.2.1

    I also find another possible bug which may somehow related to ssu:
    When in ssu mode, try to click on buy now button and you will see some interesting error. I dont know how you module is coded so I dont know if this somehow related. Keep me updated regarding this possible bug.

    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

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

    Default Re: Simple SEO URL [support thread]

    I try to use ajax(add without refreshing) for add to cart button. it still have some bugs.

    Quote Originally Posted by yellow1912 View Post
    Thank you, I have found the 2 first bugs ^_^, which are now (hot) fixed on your site (you can turn it on again for checking, I turned the mod off), a more proper fix will be applied in 3.2.1

    I also find another possible bug which may somehow related to ssu:
    When in ssu mode, try to click on buy now button and you will see some interesting error. I dont know how you module is coded so I dont know if this somehow related. Keep me updated regarding this possible bug.

    Regards

  8. #8
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    This is the old-style link:
    http://site.com/this-is-a-cat-c-1/great-product-p-1

    This is the alias:
    http://site.com/this-is-a-cat/great-product

    Or it can even be this:
    http://site.com/october-promotion


    I will have to come up with a solution, somehow. All suggestions are welcome.

    Raine

    Hi Yellow...

    I've just added this mod to my test site and configured..

    Just a question
    I take it from your post (as quoted above) that the product ID still has to reside in the link until you can find a fix ?

    Great work btw..

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

    Default Re: Simple SEO URL [support thread]

    No, it doesnt have to be in the links (Assuming you are using 3.3.7)

    You can use link-alias to do that. The only drawback is that you have to do it manually for each link.
    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. #10
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    No, it doesnt have to be in the links (Assuming you are using 3.3.7)

    You can use link-alias to do that. The only drawback is that you have to do it manually for each link.
    Ouch.. that could take a while, I have 400+ products... they might have to stay there !!!!

 

 
Page 1 of 2 12 LastLast

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

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