I've modified bbcode-filter.inc:

	//Flash media player
	'#\[mp3\](.*?)\[/mp3(?::\w+)?\]#si' => '<swf file="\\1">',

I use swftools, so <swf file=""> should give me a swf outut, yet, when using [mp3]lol2.mp3[/mp3] I get the same code, no tag filter, am I missing something?

Comments

naudefj’s picture

Priority: Normal » Minor
Status: Active » Closed (works as designed)

You are replacing your custom MP3 tags with nothing (right hand side is => ' ').

chasz’s picture

Priority: Minor » Normal
Status: Closed (works as designed) » Active

what you mean replaced with nothing??

=> '<swf file="\\1">',

naudefj’s picture

Assigned: Unassigned » naudefj
Status: Active » Fixed

Added to readme file. I will move it to bbcode-filter.inc if more people need it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.