Page 6 of 506 FirstFirst ... 456781656106 ... LastLast
Results 51 to 60 of 5054
  1. #51
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,563
    Plugin Contributions
    28

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Check again, see if you like something like this:

    Code:
    http://demo.rubikintegration.com/zencart/product_info/c-big-linked-22/p-a-bug-s-life-multi-pak-special-2003-collectors-edition-34
    Yes, that's more like it.

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

    Default Re: Simple SEO URL [support thread]

    @skaimauve: so you want the id first? Anyone else wants this link format:
    Code:
    http://host/store/product_info/c2-vinyl/p4-led-zep


    Instead of:
    Code:
    http://demo.rubikintegration.com/zencart/product_info/c-big-linked-22/p-a-bug-s-life-multi-pak-special-2003-collectors-edition-34
    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. #53
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Alpha 2.6 is now released with new fixes and new features:

    1. EZ page links are built correctly now
    2. Allowing you to set the category depth level as far as you want.
    Example: assuming you a category tree like this: 10_11_13_15
    You can set it so that the names of the 3 last categories appear on the link:
    c-category11name-category13name-category15name-10_11_13_15

    For upgrader: there is a database patch in this new update, make sure you read the doc first.
    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. #54
    Join Date
    Dec 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    @skaimauve: so you want the id first?
    Well, I am toying with different options.The great thing is that your code is that it's clear and it allows for customization. All I need is to suit the client's preference.

    In my case, the client does not like Amazon links:
    Code:
    http://www.amazon.com/Led-Zeppelin-II/dp/B000002J03
    CRE Loaded SEO links are acceptable:
    Code:
    Example of Category URL: 
    http://host.com/Mens/c30/index.html
    Example of Product URL: 
    http://host.com/Mens/c30/p53/poloshirt/product_info.html
    All it needs is to be readable!

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

    Default Re: Simple SEO URL [support thread]

    Im glad it helped you, there are plenty of other things you need to take care of b4 using it on a live site:

    A proper 301 direction is need, especially if the site is not new
    Also, the way we put the cpath and pid right, while making the link shorter, expose it to various possible errors, but good thing is that these errors will not occur unless the users play with the link, and even, so no harm will be done. This mod does not effect ZC internal security mechanism in anyway, so as long as ZC properly sanitizes all the inputs as it is doing now, there is nothing to worry about.

    If you happen to develop something on the current code, dont forget to post it here and I'll gladly merge that into the current one if possible.
    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. #56
    Join Date
    Dec 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Alpha 2.6 is now released with new fixes and new features:

    1. EZ page links are built correctly now
    2. Allowing you to set the category depth level as far as you want.
    Example: assuming you a category tree like this: 10_11_13_15
    You can set it so that the names of the 3 last categories appear on the link:
    c-category11name-category13name-category15name-10_11_13_15
    Nicely done! Just remember to clear the cache after changing the category depth level. Maybe the code should do that for you.

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

    Default Re: Simple SEO URL [support thread]

    Right now, to build a category tree name with x cats for the FIRST time the mod has to query database x times. Even though this is done only ONCE, it is not efficient.
    I should either try to make use of the name already retrieved in files, or use just 1 query. There is a a problem with trying to use 1 single query string tho, how should we select....in() yet still make the category names in the exact order.
    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. #58
    Join Date
    Dec 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Right now, to build a category tree name with x cats for the FIRST time the mod has to query database x times. Even though this is done only ONCE, it is not efficient.
    My take on this is:
    1. it is done once, therefore it is efficient, considering
    2. it is looping though simple queries, therefore less prone to bugs

    If someone has a site with x cats, where x is large, they should have the power to run these Simple SEO URL queries, cause the rest of ZenCart will require a lot of power anyway.

    And again, if this is Simple SEO URL, we should have relatively compact code.

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

    Default Re: Simple SEO URL [support thread]

    Thanks skaimauve, I thought so as well.

    Also, I have made minor changes to the code, previously the content in files are stored like this:
    example: c-name1-name2-19_20

    From now on, we will simply store the names only: name1-name2

    This allows us to re-use the names if we ever need to.
    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. #60
    Join Date
    Dec 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    ... these errors will not occur unless the users play with the link, and even, so no harm will be done..
    Maybe you could check that the link exists in the cache before processing it, in a way similar to the code I have submitted.

    Code:
      if(file_get_contents($this->cache_folder.$file_name) !== false)
    Just a thought.
    Last edited by skaimauve; 29 Jan 2008 at 04:19 AM. Reason: error in tags

 

 
Page 6 of 506 FirstFirst ... 456781656106 ... 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

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