Page 207 of 506 FirstFirst ... 107157197205206207208209217257307 ... LastLast
Results 2,061 to 2,070 of 5054
  1. #2061
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by swamyg1 View Post
    I can't seem to get the alias to work for "blog". I have everything set up in your mod, then reset the alias cache but still no luck.

    All of my wordpress urls continue to have "wordpress" in it.
    You need to reset all cache not just alias cache. Try it and see if it changes, if it does not then please post a screenshot of your link alias manager where you edit the wp alias
    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. #2062
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    You need to reset all cache not just alias cache. Try it and see if it changes, if it does not then please post a screenshot of your link alias manager where you edit the wp alias
    Still no worky, it's the second link down.

    Last edited by swamyg1; 1 Feb 2009 at 06:14 PM.

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

    Default Re: Simple SEO URL [support thread]

    Can you pm me your site url?
    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. #2064
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Simple SEO URL [support thread]

    First, thanks again a million times for ALL of your hard work and fantastic additions to ZC!!

    I have installed the latest SSU release 3.6.0 on my live test site, a clone of the live site on a different domain, 1.3.7.1 with a zillion mods. Everything so far looks great and there have been no issues at all.

    I have a question about how to change the string when there are " and & in the product name. I have had to have it like that instead of just " and & because ZC strips them from the header title so the browser title won't show them, plus the Google Base XML file will throw errors when trying to upload to Google since " and & aren't valid XML. What happens with SSU is this:

    10-quot-amp-11-quot

    I have changed the product titles so that it is just with " and & and now SSU displays like this:

    10-11

    but then the title bar in the browser just displays 10 & 11 instead of 10" & 11".

    Is there a way to make it include the " and &? A very small point, I know, but I thought I'd ask to see if it's a small adjustment somewhere. We have well over 1000 products with " and & in the title and it reads better with them in.

    Zen Cart and it's community are the best!!

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by lankeeyankee View Post
    First, thanks again a million times for ALL of your hard work and fantastic additions to ZC!!

    I have installed the latest SSU release 3.6.0 on my live test site, a clone of the live site on a different domain, 1.3.7.1 with a zillion mods. Everything so far looks great and there have been no issues at all.

    I have a question about how to change the string when there are " and & in the product name. I have had to have it like that instead of just " and & because ZC strips them from the header title so the browser title won't show them, plus the Google Base XML file will throw errors when trying to upload to Google since " and & aren't valid XML. What happens with SSU is this:

    10-quot-amp-11-quot

    I have changed the product titles so that it is just with " and & and now SSU displays like this:

    10-11

    but then the title bar in the browser just displays 10 & 11 instead of 10" & 11".

    Is there a way to make it include the " and &? A very small point, I know, but I thought I'd ask to see if it's a small adjustment somewhere. We have well over 1000 products with " and & in the title and it reads better with them in.
    You can do it, and SSU is very flexible in that. I will assume that you are using english for now, so first you want to go to
    includes/classes/ssu/plugins/languages/
    clone the file default.php and give it a name en.php (doesnt really matter which name you want). We do this to make sure the change is not overwritten in future update.

    Then you will have to go en.php, find this
    // we replace any non alpha numeric characters by the name delimiter
    PHP Code:
    $name self::removeNonAlphaNumeric($nameSSUConfig::registry('delimiters''name')); 
    So instead of using the stock function, you will have to put in your own code here to remove only the characters you have to remove while leaving the ones you want in the link

    this function removeNonAlphaNumeric is located in includes/classes/ssu/cores/language.php for your reference.

    Then in your includes/ssu/classes/local.config.php you have to set language like thisyou tell ssu to use this new parser for english name instead)
    PHP Code:
    //.....
    'languages'        =>    array(    'en'    =>    'en',
    //...... 
    If you want the change to apply to all languages, then it can be done as well, you can do something like this

    PHP Code:
    //.....
    'languages'        =>    array(    'default'    =>    'en',
    //...... 
    Last edited by yellow1912; 1 Feb 2009 at 06:47 PM.
    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. #2066
    Join Date
    Jun 2008
    Posts
    54
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Hello, I hope you can help me. I have a default install of SSU. It works great for everything bu adding products to the shopping cart. When I do, it creates a loop. My HTTPWatch shows a loop like this:

    Code:
    http://www.torahwear.com/index.php?main_page=product_info&cPath=2&products_id=1&number_of_uploads=0&action=add_product
    redirects to

    http://www.torahwear.com/kippahs-c-2/testproduct1-p-1/action/add_product?number_of_uploads=0

    redirects to

    http://www.torahwear.com/kippahs-c-2/testproduct1-p-1/number_of_uploads/0?action=add_product

    redirects to

    http://www.torahwear.com/kippahs-c-2/testproduct1-p-1/action/add_product?number_of_uploads=0

    etc......


    Here are my settings.

    Query Key's Exclude List: number_of_uploads,zenid,gclid,number_of_downloads,action

    And here's my .htaccess:

    Code:
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / 
    RewriteBase /
    
    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]
    
    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU

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

    Default Re: Simple SEO URL [support thread]

    Your SSU version? Please update to 3.5.8 at least
    Also check the configuration recommendation
    http://wiki.rubikintegration.com/zen...les/ssu/config

    And dont forget to clear all ssu cache after that.
    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. #2068
    Join Date
    Jun 2008
    Posts
    54
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    I downloaded it just last week from the zen-cart.com site and followed all the instructions for installation and configuration.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by dimmyr View Post
    I downloaded it just last week from the zen-cart.com site and followed all the instructions for installation and configuration.
    You still have to check the version, because for later version "action" is not converted like that.
    The loop you describe is a bug happens back in version 3.5.1 when the products have attributes.
    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. #2070
    Join Date
    Jun 2008
    Posts
    54
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Ok, how do I check the version? I do indeed have attributes.

 

 

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