Page 100 of 163 FirstFirst ... 50909899100101102110150 ... LastLast
Results 991 to 1,000 of 1622
  1. #991
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by shags38 View Post
    Hi - if I change the name of a category will existing links (internal and external) still resolve to the newly renamed category?...
    They will still result in the same category page being shown (old and new URLs will both work). The canonical on the page will point to the new name / URL. If "automatic redirects" are enabled, a 301 redirect to the new URL will be returned.

  2. #992
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by lhungil View Post
    They will still result in the same category page being shown (old and new URLs will both work). The canonical on the page will point to the new name / URL. If "automatic redirects" are enabled, a 301 redirect to the new URL will be returned.
    Thanks for that Larry :)

  3. #993
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    11

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    hi,
    i had a "small" problem. lets say you did a search for 2 words:

    red or blue

    zc will now search for either or of these 2 terms. now, lets say your search results came up with more than 1 page. if you clicked on the 2nd page of your paginator, zen will no longer find your search terms.

    i have isolated this down to double encoding of the keyword search terms. in my example i was able to solve this problem by changing line 424 in includes/classes/usu.php as below

    PHP Code:
    // original
        
    default:
            
    $container[$p2[0]] = ($p2[1]);
            break;
    }

    //changed
        
    default:
             
    $container[$p2[0]] = urldecode($p2[1]);
            break;

    it seems that this fix might be needed in other places where there are multiple words being used as part of a key in the url.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #994
    Join Date
    May 2009
    Location
    USA
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by carlwhat View Post
    hi,
    i had a "small" problem. lets say you did a search for 2 words:

    red or blue

    zc will now search for either or of these 2 terms. now, lets say your search results came up with more than 1 page. if you clicked on the 2nd page of your paginator, zen will no longer find your search terms.

    i have isolated this down to double encoding of the keyword search terms. in my example i was able to solve this problem by changing line 424 in includes/classes/usu.php as below

    PHP Code:
    // original
        
    default:
            
    $container[$p2[0]] = ($p2[1]);
            break;
    }

    //changed
        
    default:
             
    $container[$p2[0]] = urldecode($p2[1]);
            break;

    it seems that this fix might be needed in other places where there are multiple words being used as part of a key in the url.
    I noticed the same problem and added this to my htaccess file:
    RewriteCond %{QUERY_STRING} (.*?)%(25)+20(.*?%(25)+20.*)
    RewriteRule ^ %{REQUEST_URI}?%1+%3 [N]
    RewriteCond %{QUERY_STRING} (.*?)%(25)+20(.*)
    RewriteRule ^ %{REQUEST_URI}?%1+%3 [L,R=301]

  5. #995
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Does this work on v1.55?

  6. #996
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    11

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by ravynw34 View Post
    Does this work on v1.55?
    i have version 2.212 running on v1.55 with no problems.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #997
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Great thanks. I will go ahead and put it on our dev.
    Appreciate the response.

  8. #998
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Carl,
    Would you be able to send a link to a site you have it working on.
    Hope you don't mind.
    thanks

  9. #999
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    11

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  10. #1000
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Thanks Carl. I just wanted to see it on a working v1.55 site.
    Sorry didn't mean to confuse you.

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. 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