Page 65 of 506 FirstFirst ... 1555636465666775115165 ... LastLast
Results 641 to 650 of 5054
  1. #641
    Join Date
    Sep 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Yellow,

    OK. I think I got it working. Made the following change to your mod.

    File: init_ssu.php
    Location: /includes/init_includes

    Line 330 (approx) look for:
    Code:
    $params .= (isset($_SESSION['languages_code']) && strpos($params, 'language/') === false && $_SESSION['languages_code'] != DEFAULT_LANGUAGE) ? '/language/' . $_SESSION['languages_code'] : '';
    Insert after above:
    Code:
    // Check if Adwords auto-tagging variable has been passed and keep it if it has
    if (strpos($params, '/gclid/') !== false) {
         $params = str_replace('/gclid/', '?gclid=', $params);
    }
    Seems to be working so far... I'll check the results over the next few days and confirm...

    Thanks!
    Chris
    ############################################################___
    Chris Hennessey
    www.craftaroo.com - Online Scrapbooking Supplies

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

    Default Re: Simple SEO URL [support thread]

    Nice fix. Let me know if that works, I will incorporate that in the new version

    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

  3. #643
    Join Date
    Sep 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Nice fix. Let me know if that works, I will incorporate that in the new version

    Regards
    Well... don't need to wait a few days to confirm. It's definitely working now. Yay!

    Thanks again for your support and for a great mod!

    I look forward to your new version and the Link Alias feature...

    Take care,
    Chris
    ############################################################___
    Chris Hennessey
    www.craftaroo.com - Online Scrapbooking Supplies

  4. #644
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Okie, dont add .html, add html only

    No dot added when I tried this and still not bringing up the product pages, just the main page.

  5. #645
    Join Date
    Jun 2008
    Posts
    19
    Plugin Contributions
    0

    Default Problems I got

    hi, yellow

    thank you for your great add-on!

    problem: some of links appear as below and thus fall in bad request
    http://www.example.com/store/product...s/reviews_id/1

    why and how to deal?

    regards,
    David

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

    Default Re: Simple SEO URL [support thread]

    @MikeyG & ptnan: There is an update posted a couple posts above, not in the upload section yet. That should fix both problem.
    http://www.zen-cart.com/forum/showpo...&postcount=614

    Now, there is one problem reported earlier, where accessing a link to a (wrong) category link can cause a problem.
    Example:
    http://demo.rubikintegration.com/zen...st-attrib-c-25
    http://demo.rubikintegration.com/zen...attrib-c-25xxx

    If you feel adventurous, you can use this new version of includes/init_includest/init_ssu.php

    Please note that this version does not include the fix for glid yet, since Im considering the affect that fix may have on links with zenid, and I'm trying various options for that.
    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

  7. #647
    Join Date
    Jun 2008
    Posts
    19
    Plugin Contributions
    0

    Default Good Result

    hi, yellow

    thanks for your prompt reply and helpful links

    i've just download the updated version and so far so good

    best regards,
    David

  8. #648
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Simple SEO URL [support thread]

    Yellow,
    I have set up the online test site and it is on a top level domain, to mimic exactly what is going on in the important site.
    http://www.tecrealtor.com/
    SSU is turned on.
    You can go to any product and click on a color attribute, the popup works but no image shows up.
    Compare this with the real site in the sig., there is no SSU installed there.
    Also, when turning SSU off in Admin the images are back, if you need me to do this, just give me a holler in this forum and I will turn SSU off in the test site.
    Again, lest you forget, here is the URL to the mod that pops up the js window:
    http://www.zen-cart.com/index.php?ma...roducts_id=616
    Many thanks.

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

    Default Re: Simple SEO URL [support thread]

    First thing you may need to check:

    Here is part of the popup js:
    images//large/attributes/R126H_LRG.jpg

    Notice how you have 2 // right there?
    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. #650
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    @ckosloff:

    Also, in includes\templates\template_default\jscript_dynamic_window_popup.js

    Find this line:
    writeln('<html><head><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');


    Replace by:
    writeln('<html><head><base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" /><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');
    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