Page 15 of 168 FirstFirst ... 513141516172565115 ... LastLast
Results 141 to 150 of 1674
  1. #141
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO URLs 2.207!

    I've been thinking about re-visiting the filters for the next release to make things a little cleaner. Suggestions are welcome.

    Quote Originally Posted by sports guy View Post
    1. Remove all non-alphanumeric characters? is set to true
    This is the last filter (third) run over the generated URLs. If enabled: All non alpha-numerical characters are removed (including the -). If disabled it only strips punctuation (again this includes -).

    Quote Originally Posted by sports guy View Post
    2. Enter special character conversions. is set to: /=>-
    This is the second filter run over the generated URLs. This was left from a previous version to allow simple character conversions.

    The most powerful (and first filter run) is the PCRE filter. This allows you to convert most any character or phrase into another character or phrase. For example: '\\/=>and' would convert "CONTROL / SHAPER" to "CONTROL and SHAPER" in the URL.
    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

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

    Default Re: Ultimate SEO URLs 2.207!

    Just a heads up for everyone. I am currently working on the next release of this plugin. The next release is quite ambitious and includes all the patches, fixes, and updates released since 2.207 along with a number of other changes including a complete rewrite of the installation, upgrade, and uninstall scripts. There is no ETA at this time, but when I am ready for some people to BETA test, I will post more information here.
    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

  3. #143
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Ultimate SEO URLs 2.207!

    Looking forward to see what you have!
    Steve
    prommart.com

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

    Default New Version Teaser

    There are a large number of changes coming to the next release.

    Don't Panic!

    Installation, Upgrades, and Removal
    The largest change from previous versions is a complete rewrite of the installation, upgrade, and removal process. With the new system you will have feedback provided on the top of the browser window letting you know if the installation was successful or failed (and why it failed in many cases).

    The installer handles detecting which version you have installed (supports back to version 2.150) and makes the needed database and setting changes for you automatically. Yes, it actually migrates your old settings for you! So no more losing settings during an upgrade!

    In addition by commenting a small block of code and uncommenting another block the installer can be turned into an uninstaller. No more struggles if you need to re-install or remove this plugin.

    All previous patches
    The next version will include all the patches released since version 2.207 - including some you may have never known existed!

    Automatic parsing of zen_href_link "static" pages
    How does this affect you? Among other things (and pages) the module will automatically handle those pesky EZ-Pages "Internal URL" links and generate the appropriate link based upon your settings.

    Configuration
    The next version includes a simplified configuration and by popular demand some new options (such as additional URL Formats)!
    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

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

    Default Beta Testers and Translators Wanted!

    Beta Testers
    If you wish to beta test the next release you can send me a PM here with:
    • Your email address
    • A note saying you understand the BETA version may break your site
    • A note stating you will not share the link to the BETA version with others


    Translators
    Due to the large number of changes made in this version new translations are needed. Anyone who wishes to provide translation should let me know in a PM along with an email address where I can send the English language file.

    Thank You in Advance!
    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. #146
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default New Version 2.210 Soon to be Released

    Thank You all BETA testers!

    Plugin Features
    • You can choose the extension filenames will end with (.html, .htm). Entering nothing will result in no extension being added.
    • You can choose to show just the page / product / category name or the parent category before the product / category name.
    • You can choose to display your categories as directories (short or full).
    • You can configure string replacements using PCRE rules (regexp).
    • You can configure (single byte) character replacements.
    • You can choose to strip all non-alphanumerical characters or just "special" characters (dash is excluded).
    • Any spaces in names will be replaced with a dash.
    • You can choose to "filter" out short words.
    • You can select which page types will have rewritten URLs.
    • You can enable automatic 301 redirects from Zen Cart dynamic URLs to generated URLs.
    • You can choose to have generated URLs cached. Caching is supported at multiple levels including the use of memory and database backends.


    Plugin Compatibility
    Zen Cart 1.3.9h & 1.5, MySQL 5.0/5.5, PHP 5.2.17+/5.3/5.4
    If running Zen Cart 1.3.9h it is not recommended to run with Zen Cart SQL Caching enabled. Support for running Zen Cart 1.3.9h with this option enabled will not be provided. It is strongly recommended to upgrade to Zen Cart 1.5 if you use this feature.

    If you are running a version of this plugin prior to version 2.150 it is recommended you uninstall the old version of the plugin including all database entries prior to installing this version. While most settings will be automatically upgraded the installation scripts have not been tested against versions prior to 2.150.

    New Enhancements (since the last version)
    • Updated all configuration options to provide better clarity.
    • Added some additional URL Rewrite modes (including short categories as directories).
    • New .htaccess sample to support new modes.
    • Moved the product type code into an init_script to reduce the number of affected core files.
    • Added the ability to enable the EZ-Pages URL cache.
    • If the "page" variable contains "index.php?" and "main_page=" the "page variable will be parsed to determine the appropriate destination page and paramaters. You no longer need to edit internal links on EZ-Pages.
    • The generation of the "cPath" parameter is handled automatically.
    • Moved all language specific items into the language folder.
    • Simplified the code used to hook into zen_href_link.
    • Created installation, upgrade, and removal scripts. These handle automatically upgrading from older versions without the loss of settings (supports upgrading from version 2.150+).
    • When SEARCH_ENGINE_FRIENDLY_URLS is enabled htmlspecialchars is run over the generated URL with mode and characterset specified (PHP 5.4 compatibility).
    • Provided affected files for Zen Cart 1.3.9h.


    Bugs Addressed (since the last version)
    • Product links on the shopping_cart strip out the uprid to allow rewritten links to work.
    • "Buy Now" and "Add Selected Products to Cart" on product listing pages will now work.
    • Fixed some issues with generating the EZ-Pages cache.
    • Removed obsolete language files.


    When will the new version be available?
    I am planning to upload the new version on 16 Nov 2012. Those wishing to test the new version prior to when it appears in the plugins section of the Zen Cart website are advised to apply to be BETA testers.
    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. #147
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: New Version 2.210 Soon to be Released

    Just downloaded and installed the latest 2.210 on my main site in signature. Smooth install, everything appears to be working. Great job, thanks!

    Steve
    Steve
    prommart.com

  8. #148
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: New Version 2.210 Soon to be Released

    Lhungil:
    Uploaded to my mirror for testing.
    Followed installation instructions - the only file that required merging was the general.php file.

    Under the admin:

    When I click on Enable EZ Pages Cache: It gives me 2 radio buttons with the same choice...
    [QUOTE]
    Enable ez pages cache?
    This will turn off caching for ez pages.

    enable-ez_pages
    enable-ez_pages
    [\QUOTE]

    When adding something to the cart, I got a 404 error. I will take the mirror out of maintenance mode if you care to have a look.

    http://www.spritelygoods.com/zencartv151
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

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

    Default Re: New Version 2.210 Soon to be Released

    First thank you for reporting the issue(s). Unfortunately a couple of bugs made it past the last BETA Test rounds.

    Quote Originally Posted by woodlandsprite View Post
    When I click on Enable EZ Pages Cache: It gives me 2 radio buttons with the same choice...
    Yup, known bug. Should not affect anything adversely. It's fixed in the current BETA.

    When adding something to the cart, I got a 404 error. I will take the mirror out of maintenance mode if you care to have a look.
    Yup, found this one early this morning while I was working on some new 301 redirect code. Another item fixed in the current BETA. I'll send you an invite to the BETA version.
    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

  10. #150
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: New Version 2.210 Soon to be Released

    :) invite received, I'll update again and poke around
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

 

 

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