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

meba’s picture

Confirming...

mhrabovcin’s picture

Status: Active » Needs work
StatusFileSize
new1.19 KB

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

meba’s picture

Status: Needs work » Needs review
rainbreaw’s picture

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.

ezra-g’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new714 bytes

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.

  • fgm committed 7e7d224 on 6.x-1.x
    Issue #601794 by stuckagain, ezra-g : fixed conflict with core filter...
fgm’s picture

Issue summary: View changes
Priority: Critical » Normal
Status: Reviewed & tested by the community » Fixed

Looks good to me : committed to 6.x-1.x, thanks.

Was not critical since there was a workaround and it did not prevent sites from working.

Status: Fixed » Closed (fixed)

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