We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7527
    • 437 Posts
    Breakthrough! I have amended all and it works with links! Last issue to change, The array of characters in the original snippet were Russian I think. I have deleted them and added English, as follows:

    ’0-9’ => ’0|1|2|3|4|5|6|7|8|9’,
    ’A’ => ’A’,
    ’B’ => ’B’,
    ’C’ => ’C’,
    ’D’ => ’D’,
    ’E’ => ’E’,
    ’F’ => ’F’,
    ’G’ => ’G’, etc

    Now I get: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ’)’

    Any ideas?
      www.PawsForWildlife.co.uk
      www.Borntobrick.co.uk
      • 16278
      • 928 Posts
      Something wrong with your punctuation at the end of the array definition, probably. The end of it should be something like
      'Y' => 'Y',
      'Z' => 'Z');
      

      shocked KP
        • 7527
        • 437 Posts
        Thank you, I did find another error too! I am almost there. My last issue is on a different thread

        http://modxcms.com/forums/index.php/topic,60173.0.html


        I am really hoping to resolve this tonight huh
          www.PawsForWildlife.co.uk
          www.Borntobrick.co.uk