How is the flash bbcode suppose to work?

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
james_isaac
Registered User
Posts: 31
Joined: Tue Jul 15, 2003 9:58 am
Location: UK
Contact:

Re: How is the flash bbcode suppose to work?

Post by james_isaac »

Is there something I can change to stop <!-- m --> being put around every URL in a post? It's messing up image and flash tags on my test forum, because if I post this:

Code: Select all

[swf=200,300]http://adventonegraphics.com/flash/BigRedButton.swf[/swf]
it converts that link into this (the unimportant parts of the code have been cut out):

Code: Select all

<param name="movie" value="<!-- m --><a href="http://adventonegraphics.com/flash/BigRedButton.swf" target="_blank">http://adventonegraphics.com/flash/BigRedButton.swf</a><!-- m -->">
Is there anything I can change to fix this?
Image

ElbertF
Registered User
Posts: 583
Joined: Fri Dec 03, 2004 4:35 pm
Location: tracing..
Contact:

Re: How is the flash bbcode suppose to work?

Post by ElbertF »

Forum rules wrote: Don't [..] report bugs
http://www.phpbb.com/bugs/viewreport.php?b=2186" target="_blank
http://www.phpbb.com/bugs/viewreport.php?b=2167" target="_blank

james_isaac
Registered User
Posts: 31
Joined: Tue Jul 15, 2003 9:58 am
Location: UK
Contact:

Re: How is the flash bbcode suppose to work?

Post by james_isaac »

spambot wrote:
Forum rules wrote: Don't [..] report bugs
http://www.phpbb.com/bugs/viewreport.php?b=2186" target="_blank
http://www.phpbb.com/bugs/viewreport.php?b=2167" target="_blank
Sorry... I thought it was a problem specifically to do with my board, seeing as flash works on these test forums.
Image

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: How is the flash bbcode suppose to work?

Post by Highway of Life »

It's a problem with IMG and FLASH tags.
It is a new CVS problem (yesterday's snapshot), but it should be fixed within the next few days.
Image

james_isaac
Registered User
Posts: 31
Joined: Tue Jul 15, 2003 9:58 am
Location: UK
Contact:

Re: How is the flash bbcode suppose to work?

Post by james_isaac »

Ok, well, it is possible to fix the image tag problem with a custom BB code tag created in the admin... with the tag

Code: Select all

[image={URL}]{TEXT}[/image]
and the html replacement

Code: Select all

<img src="{URL}" alt="{TEXT}" />
However, I tried something similar for a custom flash tag and it didn't work.
Image

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: How is the flash bbcode suppose to work?

Post by Highway of Life »

I'm not that hard-up. :D

I'll wait until they get it back in the CVS.

Remember, you have 19 custom BBCodes to work with.
If you deleted any, you might need to go into the database and set the counts starting at 13+ so that you still have room for more.
Image

Post Reply