Project:Bbcode
Version:5.x-1.x-dev
Component:BBCode Tags
Category:support request
Priority:normal
Assigned:naudefj
Status:closed (fixed)

Issue Summary

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

#1

Priority:normal» minor
Status:active» closed (works as designed)

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

#2

Priority:minor» normal
Status:closed (works as designed)» active

what you mean replaced with nothing??

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

#3

Assigned to:Anonymous» naudefj
Status:active» fixed

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

--project followup subject--

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

#4

Status:fixed» closed (fixed)

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