Where does the \\2.mp3 or \\2.flv etc. come from?
I know that \\2 stands for the filename the text filter has to replace but how?
mediaplugin filter.php "\\2.mp3"
Number of replies: 2Re: mediaplugin filter.php "\2.mp3"
You may want to read up on the php function preg_replace that is used in the filter.
Re: mediaplugin filter.php "\2.mp3"
great. thank you very much!