Adding a tag
peregrina - November 5, 2007 - 22:43
| Project: | Bbcode |
| Version: | 5.x-1.x-dev |
| Component: | BBCode Tags |
| Category: | support request |
| Priority: | normal |
| Assigned: | naudefj |
| Status: | closed |
Jump to:
Description
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?

#1
You are replacing your custom MP3 tags with nothing (right hand side is => ' ').
#2
what you mean replaced with nothing??
=> '<swf file="\\1">',#3
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
Automatically closed -- issue fixed for two weeks with no activity.