Download & Extend

[Size] tag not working, unless BBCode filter is sorted AFTER HTML filter

Project:Bbcode
Version:6.x-1.1
Component:Documentation
Category:feature request
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#1

Status:active» fixed

Readme file updated. See http://drupal.org/cvs?commit=155780

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.