Petko Yotov <5ko <at> 5ko.fr> writes: > It would be > > before: '$1$2' > after : \$m[1].\$m[2] > > (no quotes, dot between them)
Ok, so I edited the Markup command, here is the diff: -Markup('flv', '<urllink', - "/\\b(?>(\\L))([^\\s$UrlExcludeChars]+\\.flv)/e", - "Keep(\$GLOBALS['LinkFunctions']['$1'](\$pagename,'$1',\ '$2',NULL,'$1$2', +Markup_e('flv', '<urllink', + "/\\b(?>(\\L))([^\\s$UrlExcludeChars]+\\.flv)/", + "Keep(\$GLOBALS['LinkFunctions'][\$m[1]](\$pagename,\$m[1],\$m[2],\ NULL,\$m[1].\$m[2], \$GLOBALS['FlvTagFmt']), 'L')"); No more errors about deprecated "e" modifier, but the recipe simply does not work, the flv video does not appear. I will check if swf.php works. -- Jean-Pierre _______________________________________________ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users