In the D6 version, the module configuration screen, at admin/settings/filters/<input format>/configure looks awkward when compared with the D5 version, although it works when one understands its appearance.
This is because the module theme function is ignored in D6, which only recognizes such functions when a module implements hook_theme().
The attached patch declares this function and restores the D5 user interface in the D6 version.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | Screen Shot 2014-09-05 at 23.10.46.png | 68.67 KB | osopolar |
| hook_theme.patch | 1.35 KB | fgm |
Comments
Comment #1
fgmNo answers after almost two months: assuming fixed, included in today's dev release.
Comment #3
osopolarModule configuration screen is still not themed. It seems that theme_url_replace_filter_settings_form() does not get called.
Comment #4
fgmIndeed : this worked when it was committed 6 yars ago, but Drupal 6 changed in the meantime.
Comment #6
fgmComment #7
fgm@osopolar: can you check if this is also fixed for you after updating to the latest dev version ?
Comment #8
fgmThis seems to be fixed. Feel free to reopen otherwise.
Comment #9
osopolarThanks for committing the changes. It seems to work well now in current beta release, see screenshot:
Comment #10
fgmThanks for your confirmation.