[pmwiki-users] Genealogy MarkUp problem

Hans Bracker design at softflow.co.uk
Thu Jul 19 14:18:45 CDT 2012



  Markup('birthdax','fulltext','/\\(:birthdax (.*?):\\)/e',"birthday('$1')");

  Markup('hasher','fulltext','/\\(:hasher (.*):\\)/e',"inkky('$1')");

in the  latter you are missing the ? in the regex,
i.e. should be '/\\(:hasher (.*?):\\)/e'
would that work?


Best regards,
Hans   
www.softflow.co.uk




More information about the pmwiki-users mailing list