Download & Extend

Module clashes with Drupal's core input filter admin option

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

Status:active» needs work

Its a problem of wrong placed #tree option. Patch included.

AttachmentSize
0001-Fixing-clashing-bug-drupal.org-node-601794.patch 1.19 KB

#3

Status:needs work» needs review

#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

Status:needs review» reviewed & tested by the community

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.

AttachmentSize
601794-conflict-core-input-filter.patch 714 bytes
nobody click here