Using something like this: texttext [url=http://URL]linklinklink[/url][quote]quote_me[/quote]
I obtain:
<div class="content">
<p>texttext <a href="http://URL" class="bb-url">linklinklink</a><br />
<div class="quote-msg">
<div class="quote-author">Quote:</div>
<p>quote</div>
</div>
but this is wrong!
If I don't use [quote] (simply stripping the quote part from the example code)
<div class="content">
<p>texttext <a href="http://URL" class="bb-url">linklinklink</a></p>
</div>
the filters order is:
HTML Filter --> Smileys filter -->Quote filter --> BBCode --> Likebreaker
Comments
Comment #1
Zen commentedI don't get the problem. But I believe that this is very likely a dupe of http://drupal.org/node/11499 . Please correct if I'm wrong.