[Size] tag not working, unless BBCode filter is sorted AFTER HTML filter
guido666 - June 25, 2008 - 20:34
| Project: | Bbcode |
| Version: | 6.x-1.1 |
| Component: | Documentation |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The documentation mentions briefly that you may need to rearrange the filters to get it to work.
When HTML Filtering is enabled, it is specifically essential that BBCode be sorted AFTER the HTML filter. This is because the BBCode filter will change the BBCode into HTML, and the HTML filter will disallow and remove that code.
The clarification will help new users.
This took me a while to figure out, because I had sorted the BBCode filter first, thinking it would be useful to process BBCode first. Then I noticed that even in page source nothing was getting added.

#1
Readme file updated. See http://drupal.org/cvs?commit=155780
#2
Automatically closed -- issue fixed for two weeks with no activity.