Search:

Type: Posts; User: skaimauve

Search: Search took 0.01 seconds.

  1. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    My take is that we've disquised cPath in the URL so far to make things prettier while and not sacrifice speed. If we can do without cPath in the URL, then great!

    The question is to choose the...
  2. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Here is a patch for revision @123 to get the following URL style:



    http://localhost/site/c2s6-mens-clothing/p4-shirt/product_info.html




    diff includes/init_includes/init_ssu.php...
  3. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Exactly.

    For my own education, what is a "linked product"?
  4. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Right. My point anyway was that "you have to rebuild the full cPath" in addition to "you can rebuild the full cPath" which some mods forget to do.

    And I forgot, nice code suggestion!
  5. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Not exactly. If you don't have the full cPath, the menus will not show properly, which was a problem of a previous version.

    More precisely, you would not have access to menu Level 3 because the...
  6. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Oh, and I forgot, thanks again yellow1912!
  7. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Here is the patch on the latest 2.6 code to provide links such as:



    http://localhost/site/index/c2s4s6-vinyl-albums/p6-led-zep-ii
  8. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Maybe you could check that the link exists in the cache before processing it, in a way similar to the code I have submitted.



    if(file_get_contents($this->cache_folder.$file_name) !== false)
    ...
  9. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    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...
  10. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Nicely done! Just remember to clear the cache after changing the category depth level. Maybe the code should do that for you.
  11. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    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...
  12. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    How about creating links on this format?

    http://host/store/product_info/c2-vinyl/p4-led-zep

    Again, if this is of any help. In init_ssu.php:

    1. Change what is inside the loop:
  13. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    :clap: Good work on the update code yellow1912! :clap:

    Wow , we have a winner. This feature is nicely implemeted!
  14. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    Oups... :wink:



    D Simple_SEO_URL/admin/includes/module_installation/install.sql
  15. Replies
    5,053
    Views
    990,717

    Re: Simple SEO URL [support thread]

    :clap: Great work yellow1912! :clap:

    I am posting three changes in case they could be of any help:

    1. I changed .htaccess to avoid passing the variable MR which is failing on some servers:

    ...
Results 1 to 15 of 15
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR