Thread: SitemapXML v.2

Page 117 of 222 FirstFirst ... 1767107115116117118119127167217 ... LastLast
Results 1,161 to 1,170 of 2215
  1. #1161
    Join Date
    Oct 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sitemap XML

    OK, I like your generator and I've been using it at site without Friendly URLs for few years now - it's robust and gives good results.

    Could you advise how I can fix that to show at least the encoded version?

  2. #1162
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Sitemap XML

    Quote Originally Posted by the.rampage.rado View Post
    Could you advise how I can fix that to show at least the encoded version?
    Encoded version I can do - this is not contrary to my principles and standard rfc3986.
    Wait until tomorrow.

  3. #1163
    Join Date
    Oct 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sitemap XML

    If you can do that you'll be my god!

    Or at least give me directions on how to implement it because your plug-in is really top notch!

  4. #1164
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Sitemap XML

    Quote Originally Posted by the.rampage.rado View Post
    Or at least give me directions on how to implement it because your plug-in is really top notch!
    be patience.

  5. #1165
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Sitemap XML

    the.rampage.rado, try the following change to "Ultimate SEO URLs" and let me know what happens.

    change line 185 of "seo.url.php" from
    Code:
    		return htmlspecialchars($link, ENT_QUOTES, CHARSET, false);
    to
    Code:
    		return rawurlencode(htmlspecialchars($link, ENT_QUOTES, CHARSET, false));
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #1166
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Sitemap XML

    Hmm, actually nix that last change, it may break some things.

    Try changing line "835" of "seo.url.php" (version 2.212):
    Code:
    from: 
    		return $this->short_name($retval);
    to:
    		return rawurlencode($this->short_name($retval));
    That should limit the encoding described in » RFC 3986 to the product/category/ez-page/manufacturer names in the URI. It should also ensure any "filters" you have defined are run before the URI is encoded (so they do not have to take the encoding into consideration).
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  7. #1167
    Join Date
    May 2005
    Posts
    20
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Guys I need help I download the module but the instructions are all scramble don't know the reason but readme file is scramble cant see what need to be done to set it up is there any were the instructions online thanks.

  8. #1168
    Join Date
    Mar 2011
    Posts
    93
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    ZC 1.39h - SitemapXML v 2.1.0 - I've added some custom pages under the 'More Information' sidebox, like the 'Page 2', 'Page 3', etc. How can I add these pages to be indexed by SitemapXML?

    Thank you, a_berezin, for your contribution.

  9. #1169
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Hi,
    Quote Originally Posted by kamion View Post
    ZC 1.39h - SitemapXML v 2.1.0 - I've added some custom pages under the 'More Information' sidebox, like the 'Page 2', 'Page 3', etc. How can I add these pages to be indexed by SitemapXML?
    This function is not available. Use EZ-pages.

    P.S. Why v. 2.1.0? Why is not the latest version?

  10. #1170
    Join Date
    Mar 2011
    Posts
    93
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Thanks for the quick response.

    I don't know why I'm using v2.1.0. I should upgrade my version. :)

 

 

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