I suspect I've made a mistake somewhere but as far as I can tell this is a bug in BBCode. The teaser, where the BBcode isn't being parsed, and the final node where the BBCode module is working perfectly is shown below. This is the case for all instances of the teaser. It seems that the teaser is truncated before the BBcode is parsed so that BBcode can't process the links.

Comments

armanschwarz’s picture

Here's the other file (didn't upload at first)

armanschwarz’s picture

and there it is....

armanschwarz’s picture

Hello?

mshick’s picture

Old issue here, but I just ran into this as well. The problem is that Drupal's default teaser generation is very very dumb, and will bite off text right in the middle of a tag. It actually does the exact same thing for HTML and relies on the HTML correct filter to fix it up. Bad implementation in my opinion.

Basically, a BBCode corrector filter is needed for BBCode (or any other custom input format, for that matter) to work properly. I intend to work on one now and post it when complete.