I currently switched to a new host/server.
as soon as i did, the bbcodes didnt work anymore,
all these symbols <> disappeared when i tried to edit the bbcode
this is how it looks like
object width=[2] height=[3]
param name=movie value=http://www.youtube.com/v/[1]hl=en/paramparam name=wmode value=transparent/param
embed src=http://www.youtube.com/v/[1]hl=en type=application/x-shockwave-flash wmode=transparent width=[2] height=[3]/embed
/object
where are the <>?
http://wordpress.org/extend/plugins/bbcode-w-editor/
Templarian
Member
Posted 2 years ago #
Not going to lie, this thing was written so badly, look around for other plugins.
Since I use textile for all my markup now-a-days you are not going to see an update for this.
Hi,
I have a problem here. Ex:
BBCODE: [link=<1>]<2>[/link]
HTML: <a href="[1]">[2]</a>
It works perfectly in this case: [link=http://example.com]Ex[/link]
But if [link="http://example.com"]Ex[/link] (have quotes) not work.
Otherwise, if BBCODE: [link="<1>"]<2>[/link]
so [link=http://example.com]Ex[/link] not work.
Could you fix it by check the <1> has included single quote & double or not...
Hope you fix it soon.