We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32982
    • 674 Posts
    put the text monthvariable in title, pagetitle .... ( select OnWebPagePrerender )
    setlocale(LC_TIME, "es_ES");

    function bbcode($string)
    {

    $string = str_replace("monthvariable",strftime("%B"), $string);


    return $string;
    }

    $e = &$modx->Event;
    switch ($e->name) {
    case "OnWebPagePrerender":
    $o = &$modx->documentOutput; // get a reference of the output
    $o = bbcode($o);
    break;
    default :
    return; // stop here - this is very important.
    break;
    }
      Jabiertxof (formerly XYZVISUAL)
      My bussines: http://marker.es
      https://www.youtube.com/user/jabiertxof/videos