Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-1960 now.

Links not Parsed in Forum Description (fix completed in vcs)

Image

It doesn't parse the URL.

Comments / History

Posted by Ectoman on Oct 29th 2006, 19:51

I was using a custom image bbcode.

It works if you use [url=something][img]something[/img][/url]

But did not work with my custom bbcode.

Posted by VinDuv on Oct 29th 2006, 20:17

Seems to be working for me... (latest CVS)

I tried [bb_code]{TEXT}[/bb_code], [bb_code={TEXT}], and [bb_code] between , and it worked.

What is the syntax of your custom bbcode ?

Posted by VinDuv on Oct 29th 2006, 20:19

Sorry, between tags.

Posted by Ectoman on Oct 30th 2006, 00:19

Here is my custom code.. as far as I can remember.

Code: Select all
[imgalign="{TEXT1}"]{TEXT2}[/imgalign]


Uses:

Code: Select all
<img src="{TEXT2}" align="{TEXT1}">

Posted by Ectoman on Oct 30th 2006, 00:25

Found a problem with BBCode.

Corrected problem.

The BBcode program needs to check to make sure the end tag is not the same as an end tag that is already in use.

Posted by Acyd Burn (Server Manager) on Oct 30th 2006, 08:42

Nice finding - and this is the reason why this bug occurs?

Posted by Ectoman on Nov 2nd 2006, 03:50

Basically.. there needs to be a check that makes sure the closing tag isn't the same as another standard bbcode..

[/img] [/b] [/i] [/url]

I was using [/img] in my custom bbcode..

Posted by DavidMJ (Former Team Member) on Nov 2nd 2006, 23:23

Can you please provide me with what you had in ALL the custom BBCode fields?

Ticket details

Related SVN changesets