Skip to content
General Revolution Evolution Add-ons International
Login | Register | MODX.com
MODX Open Source Content Management System, Framework, Platform and More.
Find a Partner | Hosts + SaaS | Jobs | Donate
  • RegisterSign Up with the MODX Community
  • LoginUse Your MODX.com Account
  • MODX Community Forums
  • International
  • French
  • Support
  • Module, plugin, snippets
  •  
  • nouveau plugin:   et », «, !, ? etc #

  • 24935
    160

    rfoster Reply #1, 10 months, 3 weeks ago

    Reply
    • Link to this post#1
    This plugin automatically adds   to French quotes and other punctuation.

    <?php
    switch($modx->event->name) {
        case 'OnDocFormSave':
          $replacements=array(
            ' :' => ' :', 
            ' ;' => ' ;', 
            ' !' => ' !', 
            ' ?' => ' ?', 
            '« ' => '« ', 
            ' »' => ' »', 
            '‹ ' => '‹ ',
            ' ›' => ' ›',
            ' $' => ' $', 
            ' €' => ' €', 
          );
          $resource->set('introtext', strtr($resource->get('introtext'), $replacements));
          if($resource->get('class_key')=='modDocument') {
            $resource->setContent(strtr($resource->get('content'), $replacements));
          }
          $resource->save();
        break;
      }
    


  • 33976
    427
    @modx_fr | modxcms.fr
    @rtripault | Github | melting-media.com

    romain Reply #2, 10 months, 3 weeks ago

    Reply
    • Link to this post#2
    Much thanks for sharing that handy nice work





Actions

Login to Post

Other Support Options

To file a bug or make a feature request visit our issue tracker, or you can also purchase commercial support.

Love MODX?

If you build sites for a living with MODX or just love using it, why not give back?

Information

Posted in this thread:
rfoster, romain

 
Back to Top

MODX Global HQ

1333 N Stemmons Fwy, Ste 110
Dallas, TX 75207
United States

+1 (469) 777-MODX (6639)

The MODX Company

  • Contact
  • Media Center
  • Careers at MODX
  • Wall of Fame
  • The MODX Blog

Sponsors

SoftLayer Firehost: Secure Cloud Hosting

Stay Connected

Read our previous email newsletters.

Twitter Facebook Google+ LinkedIn github Feeds

Privacy Policy | Terms of Service | Pixels by AKTA Web Studio© 2005-2012 MODX. All rights reserved. Trademark Policy