Posted by stuckagain on October 11, 2009 at 10:22pm
| Project: | URL Replace Filter |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
In Drupal 6, this module stops me from making any changes to allowed tags in Drupal's core input filter admin option. For example, with URL Filter mudule enabled, you can't add additional HTML tags to the allowed tags box for filtered HTML.
Comments
#1
Confirming...
#2
Its a problem of wrong placed #tree option. Patch included.
#3
#4
There is a simple configuration-based fix to this problem:
If you already have URL Replace Filter enabled for your input format, then disable it for that input format before adding new HTML Tags to the configuration.
Re-enable it once you've added your tags. All of your previous settings will be stored.
#5
While the patch in #2 didn't apply, making these changes manually did resolve the issue here.
Here's a re-roll of the same changes in a patch relative to the url_rewrite_filter module directory. This seems RTBC to me.