^ Well it all really depends on who are your members. For a closed and invite-only community, this thing is great.
@Bergamot: any chances of upgrading the extension?
which reminds me BBinsertbar needs updating as well. A new video icon in the toolbar will be nice.
Do i have to talk to the author of the extension or should i do it myself
Hi folks,
I was wondering if there's a way to include SWF files (not youtube or google videos, just plain flash stuff) in comments without removing these <object> and <embed> tags. Some of my users would like to show their mini flash games, what should I do to make this happen without potential security problems?
in html formatter's default.php u ahve a case statement of google and youtube. just add a flash case in it. plus u will have to change the preg replace code so it won't stip away the games url.
i think it will be better if u just created a flash tag like this
<flash width="400" height="400">flash url</flash>
i can't help u cause preg replace function is the mosy confusing thing ever. i can't seem to get it right.
u know what there should be a online replace utility. I should give it an input string and the output i want, and it will generate a nice preg replace function for me to use.
Sure, that would be way better than pasting a whole <object> thingy with all its barely understandable content. I wish I knew PHP enough to make something like that. This online replace utility you're thinking about also sounds like a great idea...
Comments