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
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

naudefj - January 13, 2008 - 04:53
Priority:normal» minor
Status:active» by design

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

#2

chasz - September 2, 2008 - 07:39
Priority:minor» normal
Status:by design» active

what you mean replaced with nothing??

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

#3

naudefj - November 30, 2008 - 08:44
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--

System Message - December 14, 2008 - 08:55

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

#4

System Message - December 14, 2008 - 09:12
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.