Drupal Modules – Embed Filter

Sure would be nice to be able to embed video/audio/calendars and a whole bunch of other stuff into my Drupal site. Problem is, the Embed Filter module won’t install correctly. The admin page is truncated and doesn’t work correctly.

 The Cause: embedfilter.module is written poorly. In the comment below the config window,  somebody wrote it using <tag> ’s. PHP tries to render the actual tags.

 The Fix: Edit embedfilter.module. In line79, just replace the <tag>’s with &lt;tag>

Leave a Reply

You must be logged in to post a comment.