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?
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?
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!
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
toCode:return htmlspecialchars($link, ENT_QUOTES, CHARSET, false);
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
Hmm, actually nix that last change, it may break some things.
Try changing line "835" of "seo.url.php" (version 2.212):
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).Code:from: return $this->short_name($retval); to: return rawurlencode($this->short_name($retval));
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
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.
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.
Thanks for the quick response.
I don't know why I'm using v2.1.0. I should upgrade my version. :)
Bookmarks